Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge jdk #319

Closed
wants to merge 232 commits into from
Closed

Merge jdk #319

wants to merge 232 commits into from

Commits on Jan 19, 2021

  1. 8259035: Comments for load order of hsdis should be updated

    Reviewed-by: thartmann
    YaSuenag committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    139f5d3 View commit details
    Browse the repository at this point in the history
  2. 8259924: GitHub actions fail on Linux x86_32 with "Could not configur…

    …e libc6:i386"
    
    Reviewed-by: dholmes
    shipilev committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a9519c8 View commit details
    Browse the repository at this point in the history
  3. 8134540: Much nearly duplicated code for PerfMemory support

    Reviewed-by: coleenp, dholmes
    Harold Seigel committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    82adfb3 View commit details
    Browse the repository at this point in the history
  4. 8259962: Shenandoah: task queue statistics is inconsistent after JDK-…

    …8255019
    
    Reviewed-by: zgu
    shipilev committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c0e9c44 View commit details
    Browse the repository at this point in the history
  5. 8259036: Failed JfrVersionSystem invariant when VM built with -fno-el…

    …ide-constructors
    
    Reviewed-by: egahlin
    Markus Grönlund committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5cfb36e View commit details
    Browse the repository at this point in the history
  6. 8259995: Missing comma to separate years in copyright header

    Reviewed-by: egahlin
    Markus Grönlund committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5d8861b View commit details
    Browse the repository at this point in the history
  7. 8259978: PPC64 builds broken after JDK-8258004

    Reviewed-by: lucy, iklam
    shipilev committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3edf393 View commit details
    Browse the repository at this point in the history
  8. 8259796: timed CompletableFuture.get may swallow InterruptedException

    Reviewed-by: dl, alanb
    Martin Buchholz committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f7b96d3 View commit details
    Browse the repository at this point in the history
  9. 8132984: incorrect type for Reference.discovered

    Use unbounded wildcard placeholders, plus a new helper to get back to the Reference<T> domain.
    
    Reviewed-by: rkennke, plevart, rriggs, mchung
    Kim Barrett committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    33dcc00 View commit details
    Browse the repository at this point in the history
  10. 8259859: Missing metaspace NMT memory tag

    Reviewed-by: iklam
    zhengyu123 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a37cd5a View commit details
    Browse the repository at this point in the history
  11. Merge

    JesperIRL committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    cf25383 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. 8259983: do not use uninitialized expand_ms value in G1CollectedHeap:…

    …:expand_heap_after_young_collection
    
    Reviewed-by: kbarrett, lucy
    MBaesken committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9f21bb6 View commit details
    Browse the repository at this point in the history
  2. 8258383: vmTestbase/gc/g1/unloading/tests/unloading_compilation_level…

    …[1,2,3] time out without TieredCompilation
    
    Reviewed-by: kvn
    TobiHartmann committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7c32ffe View commit details
    Browse the repository at this point in the history
  3. 8259867: Move encoding checks into ZipCoder

    Reviewed-by: redestad, lancea
    eirbjo authored and cl4es committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0529480 View commit details
    Browse the repository at this point in the history
  4. 8260005: Shenandoah: Remove unused AlwaysTrueClosure in ShenandoahCon…

    …currentRootScanner::roots_do()
    
    Reviewed-by: shade, rkennke
    zhengyu123 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0b01d69 View commit details
    Browse the repository at this point in the history
  5. 8257664: HTMLEditorKit: Wrong CSS relative font sizes

    Reviewed-by: aivanov, psadhukhan
    stanio authored and aivanov-jdk committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    70b5b31 View commit details
    Browse the repository at this point in the history
  6. 8259732: JDK 16 L10n resource file update - msg drop 10

    Reviewed-by: naoto
    Leo Jiang committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0120510 View commit details
    Browse the repository at this point in the history
  7. 8259786: initialize last parameter of getpwuid_r

    Reviewed-by: mdoerr, hseigel
    MBaesken committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    52ed2aa View commit details
    Browse the repository at this point in the history
  8. 8259843: initialize dli_fname array before calling dll_address_to_lib…

    …rary_name
    
    Reviewed-by: lucy, dholmes
    MBaesken committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    69f90b5 View commit details
    Browse the repository at this point in the history
  9. 8259947: (fs) Optimize UnixPath.encode implementation

    Reviewed-by: chegar, shade, alanb
    cl4es committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5891509 View commit details
    Browse the repository at this point in the history
  10. 8259949: x86 32-bit build fails when -fcf-protection is passed in the…

    … compiler flags
    
    Use -march=i686 instead of -march=i586 if -fcf-protection is passed to the build as CMOV is required
    
    Reviewed-by: erikj
    gnu-andrew committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0785147 View commit details
    Browse the repository at this point in the history
  11. 8259757: add a regression test for 8259353 and 8259601

    Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
    Co-authored-by: Igor Ignatyev <iignatyev@openjdk.org>
    Reviewed-by: kvn, jiefu
    iignatev and Xiaohong Gong committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0408b23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f11ff3 View commit details
    Browse the repository at this point in the history
  13. 8256895: Add support for RFC 8954: Online Certificate Status Protocol…

    … (OCSP) Nonce Extension
    
    Reviewed-by: jnimeh, mullan
    Hai-May Chao authored and seanjmullan committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8b95d95 View commit details
    Browse the repository at this point in the history
  14. 8260010: UTF8ZipCoder not thread-safe since JDK-8243469

    Reviewed-by: lancea
    cl4es committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1f47de5 View commit details
    Browse the repository at this point in the history
  15. 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsExc…

    …eption
    
    Reviewed-by: jvernee, mchung
    cl4es committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    27cc62a View commit details
    Browse the repository at this point in the history
  16. 8259498: Reduce overhead of MD5 and SHA digests

    Reviewed-by: valeriep
    cl4es committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    35c9da7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. 8223056: Remove Type-Stable-Memory support for Parkers

    Reviewed-by: coleenp, rehn
    David Holmes committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    77a4302 View commit details
    Browse the repository at this point in the history
  2. 8260191: Do not include access.hpp in oop.hpp

    Reviewed-by: kbarrett
    iklam committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    044bae0 View commit details
    Browse the repository at this point in the history
  3. Merge

    JesperIRL committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    133bcb0 View commit details
    Browse the repository at this point in the history
  4. 8260025: Missing comma in VM_Version_Ext::_family_id_amd

    Reviewed-by: dholmes, stuefe
    YaSuenag committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f8a9602 View commit details
    Browse the repository at this point in the history
  5. 8260048: Shenandoah: ShenandoahMarkingContext asserts are unnecessary

    Reviewed-by: zgu, rkennke
    shipilev committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5940287 View commit details
    Browse the repository at this point in the history
  6. 8260035: Deproblemlist few problemlisted test

    Reviewed-by: jdv
    prsadhuk committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7f7166d View commit details
    Browse the repository at this point in the history
  7. 8259897: gtest os.dll_address_to_function_and_library_name_vm fails o…

    …n AIX
    
    Reviewed-by: mdoerr
    tstuefe committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4dfd8cc View commit details
    Browse the repository at this point in the history
  8. 8260043: Reduce allocation in sun.net.www.protocol.jar.Handler.parseURL

    Reviewed-by: redestad, chegar
    eirbjo authored and cl4es committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e1de0bf View commit details
    Browse the repository at this point in the history
  9. 8260029: aarch64: fix typo in verify_oop_array

    Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
    Reviewed-by: shade, aph
    RealFYang and Zhuxuan Ni committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4bcffeb View commit details
    Browse the repository at this point in the history
  10. 8259851: Use boolean type for tasks in SubTasksDone

    Reviewed-by: kbarrett, tschatzl
    albertnetymk authored and Thomas Schatzl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6ce0799 View commit details
    Browse the repository at this point in the history
  11. 8259954: gc/shenandoah/mxbeans tests fail with -Xcomp

    Reviewed-by: rkennke, zgu
    shipilev committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c3c6662 View commit details
    Browse the repository at this point in the history
  12. 8247619: Improve Direct Buffering of Characters

    Reviewed-by: alanb, ahgross, rhalade, psandoz
    Brian Burkhalter authored and slowhog committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a5367cb View commit details
    Browse the repository at this point in the history
  13. 8255199: Catching a few NumberFormatExceptions in xmldsig

    Reviewed-by: rhalade
    wangweij authored and slowhog committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    62eab50 View commit details
    Browse the repository at this point in the history
  14. 8255765: Shenandoah: Isolate concurrent, degenerated and full GC

    Reviewed-by: rkennke, shade
    zhengyu123 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    34eb8b3 View commit details
    Browse the repository at this point in the history
  15. 8227695: assert(pss->trim_ticks().seconds() == 0.0) failed: Unexpecte…

    …d partial trimming during evacuation
    
    Change FP comparison to integer comparison.
    
    Reviewed-by: kbarrett, iwalulya, eosterlund
    Thomas Schatzl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ede1bea View commit details
    Browse the repository at this point in the history
  16. 8253478: (se) epoll Selector should use eventfd for wakeup instead of…

    … pipe
    
    Reviewed-by: alanb
    Brian Burkhalter committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a8073ef View commit details
    Browse the repository at this point in the history
  17. 8259943: FileDescriptor.close0 does not handle EINTR

    Reviewed-by: naoto, alanb
    Brian Burkhalter committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2f47c39 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. 8259775: [Vector API] Incorrect code-gen for VectorReinterpret operation

    Reviewed-by: rbackman, neliasso, kvn
    DamonFool committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d90e06a View commit details
    Browse the repository at this point in the history
  2. 8239894: Xserver crashes when the wrong high refresh rate is used

    Reviewed-by: kizune
    mrserb committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a7c2ebc View commit details
    Browse the repository at this point in the history
  3. 8259869: [macOS] Remove desktop module dependencies on JNF Reference …

    …APIs
    
    Reviewed-by: serb
    prrace committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    92c2f08 View commit details
    Browse the repository at this point in the history
  4. 8259882: Reduce the inclusion of perfData.hpp

    Reviewed-by: redestad, coleenp
    iklam committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ba38661 View commit details
    Browse the repository at this point in the history
  5. 8259928: compiler/jvmci tests fail with -Xint

    Reviewed-by: kvn, iignatyev
    shipilev committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a70acf2 View commit details
    Browse the repository at this point in the history
  6. 8164484: Unity, JTable cell editor, javax/swing/JComboBox/6559152/bug…

    …6559152.java
    
    Reviewed-by: serb, jdv
    prsadhuk committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1452280 View commit details
    Browse the repository at this point in the history
  7. 8260030: Improve stringStream buffer handling

    Reviewed-by: iklam, kbarrett
    tstuefe committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d066f2b View commit details
    Browse the repository at this point in the history
  8. 8259271: gc/parallel/TestDynShrinkHeap.java still fails "assert(cover…

    …ed_region.contains(new_memregion)) failed: new region is not in covered_region"
    
    Use load_acquire to order reads of top and end.
    
    Reviewed-by: tschatzl, iwalulya, eosterlund
    Kim Barrett committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    685c03d View commit details
    Browse the repository at this point in the history
  9. 8259842: Remove Result cache from StringCoding

    Reviewed-by: naoto, plevart, rriggs
    cl4es committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    58ceb25 View commit details
    Browse the repository at this point in the history
  10. 8260212: Shenandoah: resolve-only UpdateRefsMode is not used

    Reviewed-by: rkennke, zgu
    shipilev committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bfac3fb View commit details
    Browse the repository at this point in the history
  11. 8256814: WeakProcessorPhases may be redundant

    Remove WeakProcessorPhase, adding scoped enum categories to OopStorageSet.
    
    Reviewed-by: stefank, tschatzl, rkennke
    Kim Barrett committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7ed8ba1 View commit details
    Browse the repository at this point in the history
  12. 8260009: InstanceKlass::has_as_permitted_subclass() fails if subclass…

    … was redefined
    
    Reviewed-by: lfoltan, sspitsyn, dholmes
    Harold Seigel committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f928265 View commit details
    Browse the repository at this point in the history
  13. 8256111: Create implementation for NSAccessibilityStaticText protocol

    Reviewed-by: serb, kizune
    Pankaj Bansal committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    acbcde8 View commit details
    Browse the repository at this point in the history
  14. 8259009: G1 heap summary should be shown in "Heap Parameters" window …

    …on HSDB
    
    Reviewed-by: cjplummer, tschatzl
    YaSuenag committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    154e1d6 View commit details
    Browse the repository at this point in the history
  15. 8258853: Support separate function declaration and definition with EN…

    …ABLE_IF-based SFINAE
    
    Add ENABLE_IF_SDEFN, unit tests
    
    Reviewed-by: jrose, eosterlund
    Kim Barrett committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a97f3c1 View commit details
    Browse the repository at this point in the history
  16. 8255348: NPE in PKIXCertPathValidator event logging code

    Reviewed-by: mullan
    coffeys committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    18eb6d9 View commit details
    Browse the repository at this point in the history
  17. 8260053: Optimize Tokens' use of Names

    Reviewed-by: mcimadamore
    lgxbslgx authored and mcimadamore committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0ea5862 View commit details
    Browse the repository at this point in the history
  18. 8259922: MethodHandles.collectArguments does not throw IAE if pos is …

    …outside the arity range
    
    Reviewed-by: mchung
    DasBrain authored and Mandy Chung committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bf5e801 View commit details
    Browse the repository at this point in the history
  19. 8260250: Duplicate check in DebugInformationRecorder::recorders_frozen

    Reviewed-by: iveresov, thartmann
    shipilev committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c5ad713 View commit details
    Browse the repository at this point in the history
  20. 8259707: LDAP channel binding does not work with StartTLS extension

    Reviewed-by: mullan, dfuchs, aefimov
    Alexey Bakhtin authored and dfuch committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    874aef4 View commit details
    Browse the repository at this point in the history
  21. 8246788: ZoneRules invariants can be broken

    Reviewed-by: rriggs, naoto
    Stuart Marks committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a887177 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    53fecba View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5aca934 View commit details
    Browse the repository at this point in the history
  24. 8255216: Change _directive->BreakAtCompileOption to env()->break_at_c…

    …ompile()
    
    Reviewed-by: kvn, phh
    danlemmond authored and Paul Hohensee committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7be9113 View commit details
    Browse the repository at this point in the history
  25. 8258917: NativeMemoryTracking is handled by launcher inconsistenly

    Reviewed-by: zgu
    Alex Menkov committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bdc305e View commit details
    Browse the repository at this point in the history
  26. 8259214: MetaspaceClosure support for Arrays of MetaspaceObj

    Reviewed-by: fparain, ccheung
    iklam committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    aa57d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Merge

    JesperIRL committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6f2a394 View commit details
    Browse the repository at this point in the history
  2. 8260307: Do not include method.hpp in frame.hpp

    Reviewed-by: lfoltan, coleenp
    iklam committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    5cdcce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f624dba View commit details
    Browse the repository at this point in the history
  4. 8260315: Typo "focul" instead of "focus" in FocusSpec.html

    Reviewed-by: kizune, pbansal
    aivanov-jdk committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b53d5ca View commit details
    Browse the repository at this point in the history
  5. 8258742: Move PtrQueue reset to PtrQueueSet subclasses

    Reviewed-by: tschatzl, iwalulya
    Kim Barrett committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6c4c96f View commit details
    Browse the repository at this point in the history
  6. 8259776: Remove ParallelGC non-CAS oldgen allocation

    Reviewed-by: tschatzl, sjohanss
    Kim Barrett committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    06348df View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. 8260306: Do not include osThread.hpp in thread.hpp

    Reviewed-by: coleenp, lfoltan
    iklam committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    535c292 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. 8260273: DataOutputStream writeChars optimization

    Reviewed-by: rriggs, bpb, alanb
    Hamlin Li committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c52c6c6 View commit details
    Browse the repository at this point in the history
  2. 8260208: Improve dummy object filling condition in G1CollectedHeap::f…

    …ill_archive_regions in cds
    
    Reviewed-by: tschatzl, iklam
    Hamlin Li committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4ae39b1 View commit details
    Browse the repository at this point in the history
  3. 8260272: bash configure --prefix does not work after JDK-8257679

    Reviewed-by: erikj, ihse
    Dongbo He authored and RealFYang committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    764111f View commit details
    Browse the repository at this point in the history
  4. 8259894: refactor parts of jvm.h into jvm_io.h and jvm_constants.h

    Reviewed-by: dholmes, coleenp
    iklam committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5898ab6 View commit details
    Browse the repository at this point in the history
  5. 8260263: Remove PtrQueue::_qset

    Remove dead code related to PtrQueue::_qset and itself.
    
    Reviewed-by: kbarrett, sjohanss
    Thomas Schatzl committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d825339 View commit details
    Browse the repository at this point in the history
  6. 8258836: JNI local refs exceed capacity getDiagnosticCommandInfo

    Reviewed-by: cjplummer, shade
    jerboaa committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    af155fc View commit details
    Browse the repository at this point in the history
  7. 8260338: Some fields in HaltNode is not cloned

    Reviewed-by: xliu, neliasso, thartmann
    YaSuenag committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    09489e2 View commit details
    Browse the repository at this point in the history
  8. 8259710: Inlining trace leaks memory

    Reviewed-by: thartmann, neliasso
    tstuefe committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ca20c63 View commit details
    Browse the repository at this point in the history
  9. 8259845: Move placeholder implementation details to cpp file and add …

    …logging
    
    Reviewed-by: iklam, lfoltan, dholmes
    coleenp committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    6e03735 View commit details
    Browse the repository at this point in the history
  10. 8260169: LogCompilation: Unexpected method mismatch

    Reviewed-by: kvn, vlivanov
    Eric Caspole committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d076977 View commit details
    Browse the repository at this point in the history
  11. 8260284: C2: assert(_base == Int) failed: Not an Int

    Reviewed-by: thartmann, kvn
    chhagedorn committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c5ab7c3 View commit details
    Browse the repository at this point in the history
  12. 8260308: Update LogCompilation junit to 4.13.1

    Reviewed-by: ecaspole, iignatyev
    lutkerd authored and iignatev committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ef247ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47c7dc7 View commit details
    Browse the repository at this point in the history
  14. 8260381: ProblemList com/sun/management/DiagnosticCommandMBean/DcmdMB…

    …eanTestCheckJni.java on Win with ZGC
    
    Reviewed-by: sspitsyn, sgehwolf
    Daniel D. Daugherty committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5b0b24b View commit details
    Browse the repository at this point in the history
  15. 8260329: Update references to TAOCP to latest edition

    Reviewed-by: alanb, bpb
    jddarcy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    73c78c8 View commit details
    Browse the repository at this point in the history
  16. 8260289: Unable to customize module lists after change JDK-8258411

    Reviewed-by: ihse, alanb
    Andrew Leonard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    12ccd21 View commit details
    Browse the repository at this point in the history
  17. 8259276: C2: Empty expression stack when reexecuting tableswitch/look…

    …upswitch instructions after deoptimization
    
    Reviewed-by: dlong, kvn, thartmann
    Vladimir Ivanov committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    81e730e View commit details
    Browse the repository at this point in the history
  18. 8255464: Cannot access ModuleTree in a CompilationUnitTree

    Reviewed-by: vromero
    jonathan-gibbons committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d6fb9d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    982e42b View commit details
    Browse the repository at this point in the history
  20. 8254246: SymbolHashMapEntry wastes space

    Reviewed-by: redestad
    coleenp committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9ea9323 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. 8165276: Spec states to invoke the premain method in an agent class i…

    …f it's public but implementation differs
    
    Reviewed-by: mchung, dholmes, alanb
    Serguei Spitsyn committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c538cd8 View commit details
    Browse the repository at this point in the history
  2. 8260222: remove unused _thread member SymbolTableLookup

    Reviewed-by: coleenp, dholmes, shade
    MBaesken committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    abd9310 View commit details
    Browse the repository at this point in the history
  3. 8236490: Compiler bug relating to @nonnull annotation

    Reviewed-by: vromero, jfranck
    lgxbslgx authored and Joel Borggrén-Franck committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    23edb6f View commit details
    Browse the repository at this point in the history
  4. 8260042: G1 Post-cleanup liveness printing occurs too early

    Reviewed-by: sjohanss, iwalulya
    Thomas Schatzl committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b4ace3e View commit details
    Browse the repository at this point in the history
  5. 8259809: Remove PerfEvent class loading locking counters

    Reviewed-by: redestad, iklam
    coleenp committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    81a66df View commit details
    Browse the repository at this point in the history
  6. 8260408: Shenandoah: adjust inline hints after JDK-8255019

    Reviewed-by: rkennke, ihse
    shipilev committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    edd2707 View commit details
    Browse the repository at this point in the history
  7. 8252545: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java ti…

    …med out
    
    Reviewed-by: stuefe, coleenp
    Harold Seigel committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e080ce9 View commit details
    Browse the repository at this point in the history
  8. 8242456: PreviewFeature.Feature enum removal of TEXT_BLOCKS

    Reviewed-by: jlaskey
    lahodaj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5e8e0ad View commit details
    Browse the repository at this point in the history
  9. 8260406: Do not copy pure java source code to gensrc

    Reviewed-by: alanb, erikj
    magicus committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8d2f77f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af8a08f View commit details
    Browse the repository at this point in the history
  11. 8260391: Remove StringCoding::err

    Reviewed-by: shade, rriggs
    cl4es committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b07797c View commit details
    Browse the repository at this point in the history
  12. 8259025: Record compact constructor using Objects.requireNonNull

    Reviewed-by: mcimadamore
    Vicente Romero committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    408772c View commit details
    Browse the repository at this point in the history
  13. 8256298: Shenandoah: Enable concurrent stack processing

    Reviewed-by: rkennke, shade
    zhengyu123 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    fd00ed7 View commit details
    Browse the repository at this point in the history
  14. 8260286: Manual Test "ws/open/test/jdk/sun/security/tools/jarsigner/c…

    …ompatibility/Compatibility.java" fails
    
    Reviewed-by: rhalade
    fguallini authored and rhalade committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9f0a043 View commit details
    Browse the repository at this point in the history
  15. 8260343: Delete obsolete classes in the Windows L&F

    Reviewed-by: aivanov, pbansal
    mrserb committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    42cef27 View commit details
    Browse the repository at this point in the history
  16. 8260421: Shenandoah: Fix conc_mark_roots timing name and indentations

    Reviewed-by: rkennke, shade
    zhengyu123 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1bebd41 View commit details
    Browse the repository at this point in the history
  17. 8260334: Remove deprecated sv_for_node_id() from Compile

    Reviewed-by: neliasso, chagedorn, thartmann, phh
    Xin Liu authored and Paul Hohensee committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    19b6f61 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. 8246112: Remove build-time and run-time checks for clock_gettime and …

    …CLOCK_MONOTONIC
    
    Reviewed-by: ihse, erikj, gziemski, hseigel
    David Holmes committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    6f2be9c View commit details
    Browse the repository at this point in the history
  2. 6606673: Path2D.Double, Path2D.Float and GeneralPath ctors throw exce…

    …ption when initialCapacity is negative
    
    Reviewed-by: psadhukhan, kizune
    mrserb committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e1411fd View commit details
    Browse the repository at this point in the history
  3. 8252412: [macos11] system dynamic libraries removed from filesystem

    Co-authored-by: Dominik Röttsches <drott@google.com>
    Reviewed-by: jiangli, valeriep
    Martin Buchholz and drott committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c836da3 View commit details
    Browse the repository at this point in the history
  4. 8260106: Shenandoah: refactor reference updating closures and related…

    … code
    
    Reviewed-by: zgu, rkennke
    shipilev committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    bd2744d View commit details
    Browse the repository at this point in the history
  5. 8260404: jvm_io.h include missing in a number of files

    Reviewed-by: shade, iklam, dholmes
    tstuefe committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1c77046 View commit details
    Browse the repository at this point in the history
  6. 8260236: better init AnnotationCollector _contended_group

    Reviewed-by: coleenp, shade
    MBaesken committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fd2641e View commit details
    Browse the repository at this point in the history
  7. 8260449: Remove stale declaration of SATBMarkQueue::apply_closure_and…

    …_empty()
    
    Reviewed-by: tschatzl
    rkennke committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4d004c9 View commit details
    Browse the repository at this point in the history
  8. 8253420: Refactor HeapRegionManager::find_highest_free

    Reviewed-by: sjohanss, kbarrett
    albertnetymk authored and kstefanj committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fa40a96 View commit details
    Browse the repository at this point in the history
  9. 8260370: C2: LoopLimit node is not eliminated

    Reviewed-by: kvn, thartmann
    Vladimir Ivanov committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e28e111 View commit details
    Browse the repository at this point in the history
  10. 8260022: [ppc] os::print_function_and_library_name shall resolve func…

    …tion descriptors transparently
    
    Reviewed-by: mdoerr, lucy
    tstuefe committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3e4194c View commit details
    Browse the repository at this point in the history
  11. 8260460: GitHub actions still fail on Linux x86_32 with "Could not co…

    …nfigure libc6:i386"
    
    Reviewed-by: ihse
    shipilev committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    bf15c70 View commit details
    Browse the repository at this point in the history
  12. 8259050: Error recovery in lexer could be improved

    Reviewed-by: vromero
    lahodaj committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b3c8a52 View commit details
    Browse the repository at this point in the history
  13. 8260448: Simplify ManagementFactory$PlatformMBeanFinder

    Reviewed-by: mchung, dfuchs
    cl4es committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e696baa View commit details
    Browse the repository at this point in the history
  14. 8260314: Replace border="1" on tables with CSS

    Reviewed-by: serb
    aivanov-jdk committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7ed591c View commit details
    Browse the repository at this point in the history
  15. 8257074: Update the ByteBuffers micro benchmark

    Reviewed-by: redestad, dfuchs, jvernee, bpb
    ChrisHegarty committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ac276bb View commit details
    Browse the repository at this point in the history
  16. 8258894: C2: Forbid GCM to move stores into loops

    Prevent GCM from placing memory-writing nodes (such as stores) into loops deeper
    than their home loop (determined by their control input). Such placements are
    invalid, as they cause memory definitions to interfere, and risk causing
    miscompilations. This change complements JDK-8255763, which only addresses
    invalid placements in irreducible CFGs.
    
    Add control input to stores in generated stubs to ensure that all memory-writing
    nodes have control inputs from which their home block can be derived.
    
    Add a battery of simplified fuzzer test cases where, before this change, GCM
    moves stores into deeper loops.
    
    Reviewed-by: thartmann, kvn
    robcasloz authored and TobiHartmann committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f353fcf View commit details
    Browse the repository at this point in the history
  17. 8259808: Add JFR event to detect GC locker stall

    Reviewed-by: sjohanss, tschatzl, egahlin
    D-D-H authored and Thomas Schatzl committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    311a0a9 View commit details
    Browse the repository at this point in the history
  18. 8260524: validate-source fails on test/jdk/jdk/jfr/event/gc/detailed/…

    …TestGCLockerEvent.java
    
    Reviewed-by: bpb, iignatyev
    Daniel D. Daugherty committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    684c855 View commit details
    Browse the repository at this point in the history
  19. 8259359: javac does not attribute unexpected super constructor invoca…

    …tion qualifier, and may crash
    
    Reviewed-by: vromero
    lgxbslgx authored and Vicente Romero committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0eed2c3 View commit details
    Browse the repository at this point in the history
  20. 8259816: Typo in java.util.stream package description

    Reviewed-by: iris, lancea, naoto
    Stuart Marks committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    eb92368 View commit details
    Browse the repository at this point in the history
  21. Merge

    JesperIRL committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c52212b View commit details
    Browse the repository at this point in the history
  22. 8260561: [doc] HexFormat has incorrect @SInCE tag

    Reviewed-by: darcy, naoto, bpb, lancea
    Roger Riggs committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c7661ae View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. 8260200: G1: Remove unnecessary update in FreeRegionList::remove_star…

    …ting_at
    
    Reviewed-by: ayang, sjohanss, tschatzl
    Hamlin Li committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    7030d2e View commit details
    Browse the repository at this point in the history
  2. Merge

    JesperIRL committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    62ffe75 View commit details
    Browse the repository at this point in the history
  3. 8260467: Move well-known classes from systemDictionary.hpp to vmClass…

    …es.hpp
    
    Reviewed-by: dholmes, coleenp
    iklam committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    396a496 View commit details
    Browse the repository at this point in the history
  4. 8260426: awt debug_mem.c DMem_AllocateBlock might leak memory

    Reviewed-by: psadhukhan, aivanov
    MBaesken committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    11a70d1 View commit details
    Browse the repository at this point in the history
  5. 8260497: Shenandoah: Improve SATB flushing

    Reviewed-by: shade, zgu
    rkennke committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    316d52c View commit details
    Browse the repository at this point in the history
  6. 8256215: Shenandoah: re-organize saving/restoring machine state in as…

    …sembler code
    
    Reviewed-by: rkennke, zgu
    shipilev committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a97aedf View commit details
    Browse the repository at this point in the history
  7. 8260506: VersionHelper cleanup

    Reviewed-by: alanb, dfuchs, aefimov
    cl4es committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    ecde52e View commit details
    Browse the repository at this point in the history
  8. 8260520: Avoid getting permissions in JarFileFactory when no Security…

    …Manager installed
    
    Reviewed-by: alanb, dfuchs, michaelm, mullan
    cl4es committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8fe1323 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8752257 View commit details
    Browse the repository at this point in the history
  10. 8260579: PPC64 and S390 builds failures after JDK-8260467

    Reviewed-by: mdoerr
    shipilev committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a68c6c2 View commit details
    Browse the repository at this point in the history
  11. 8255531: MethodHandles::permuteArguments throws NPE when duplicating …

    …dropped arguments
    
    Reviewed-by: redestad
    JornVernee committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d07af2b View commit details
    Browse the repository at this point in the history
  12. 8260407: cmp != __null && cmp->Opcode() == Op_CmpL failure with -XX:S…

    …tressLongCountedLoop=200000000 in lucene
    
    Reviewed-by: thartmann, kvn
    rwestrel committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    11d6467 View commit details
    Browse the repository at this point in the history
  13. 8260466: Test TestHeapDumpOnOutOfMemoryError.java needs multiple @test

    …sections
    
    Reviewed-by: shade, lmesnik
    Harold Seigel committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    20e7df5 View commit details
    Browse the repository at this point in the history
  14. 8259801: Enable XML Signature secure validation mode by default

    Reviewed-by: weijun, rhalade
    seanjmullan committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    baf46ba View commit details
    Browse the repository at this point in the history
  15. 8259628: jdk/net/ExtendedSocketOption/AsynchronousSocketChannelNAPITe…

    …st.java fails intermittently
    
    Reviewed-by: dfuchs
    pconcannon committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    13ca433 View commit details
    Browse the repository at this point in the history
  16. 8257746: Regression introduced with JDK-8250984 - memory might be nul…

    …l in some machines
    
    Reviewed-by: hseigel
    Poonam Bajaj committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    abc4300 View commit details
    Browse the repository at this point in the history
  17. 8260432: allocateSpaceForGP in freetypeScaler.c might leak memory

    Reviewed-by: shade, stuefe
    MBaesken committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3aabbd7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bbbfaa5 View commit details
    Browse the repository at this point in the history
  19. 8260584: Shenandoah: simplify "Concurrent Thread Roots" logging

    Reviewed-by: rkennke, zgu
    shipilev committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1de3c55 View commit details
    Browse the repository at this point in the history
  20. 8260596: Comment cleanup in BigInteger

    Reviewed-by: bpb
    wangweij committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    2b166d8 View commit details
    Browse the repository at this point in the history
  21. 8260461: Modernize jsr166 tck tests

    Reviewed-by: dl
    Martin Buchholz committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    81e9e6a View commit details
    Browse the repository at this point in the history
  22. 8260586: Shenandoah: simplify "Concurrent Weak References" logging

    Reviewed-by: rkennke, zgu
    shipilev committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    71128cf View commit details
    Browse the repository at this point in the history
  23. 8251462: Simplify compilation policy

    Reviewed-by: cjplummer, kvn
    Igor Veresov committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1519632 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. 8259487: Remove unused StarTask

    Reviewed-by: iklam, tschatzl
    Kim Barrett committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    251c641 View commit details
    Browse the repository at this point in the history
  2. 8259778: Merge MutableSpace and ImmutableSpace

    Reviewed-by: sspitsyn, dholmes, tschatzl
    Kim Barrett committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ea2c447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a150c View commit details
    Browse the repository at this point in the history
  4. 8252409: JShell: Intersection types cause NoSuchFieldError

    Reviewed-by: vromero
    lahodaj committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0675473 View commit details
    Browse the repository at this point in the history
  5. 8259404: Shenandoah: Fix time tracking in parallel_cleaning

    Reviewed-by: shade
    zhengyu123 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a5fb517 View commit details
    Browse the repository at this point in the history
  6. 8260282: Add option to compress heap dumps created by -XX:+HeapDumpOn…

    …OutOfMemoryError
    
    Reviewed-by: cjplummer, stuefe
    schmelter-sap committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d2b0ea1 View commit details
    Browse the repository at this point in the history
  7. 8260592: jpackage tests fail when Desktop is not supported

    Reviewed-by: asemenyuk, herrick
    shipilev committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    24a2621 View commit details
    Browse the repository at this point in the history
  8. 8260518: Change default -mmacosx-version-min to 10.12

    Reviewed-by: tbell, prr, ihse, serb
    erikj79 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    53f1b93 View commit details
    Browse the repository at this point in the history
  9. 8255837: Shenandoah: Remove ShenandoahConcurrentRoots class

    Reviewed-by: rkennke
    zhengyu123 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    22bfa5b View commit details
    Browse the repository at this point in the history
  10. 8260625: Rename MetaspaceExpand_lock

    Reviewed-by: shade
    tstuefe committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b7b391b View commit details
    Browse the repository at this point in the history
  11. 8259584: SuperWord::fix_commutative_inputs checks in_bb(fin1) instead…

    … of in_bb(fin2)
    
    Reviewed-by: shade
    Vladimir Kozlov committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6415d3b View commit details
    Browse the repository at this point in the history
  12. 8259905: Compiler treats 'sealed' keyword as 'var' keyword

    Reviewed-by: jlahoda
    Vicente Romero committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b2e582a View commit details
    Browse the repository at this point in the history
  13. 8260566: Pattern type X is a subtype of expression type Y message is …

    …incorrect
    
    Reviewed-by: jlahoda, tvaleev
    lgxbslgx authored and Vicente Romero committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    739bbd0 View commit details
    Browse the repository at this point in the history
  14. 8065773: JDI: UOE is not thrown, when redefineClasses changes a class…

    … modifier
    
    Reviewed-by: sspitsyn, coleenp
    lmesnik committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f5ca838 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. 8217633: Configurable extensions with system properties

    Reviewed-by: rhalade, jnimeh
    XueleiFan committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    71bfe96 View commit details
    Browse the repository at this point in the history
  2. 8260674: ProblemList jdk/incubator/vector/VectorHash.java in Xcomp co…

    …nfigs
    
    Reviewed-by: vlivanov
    Daniel D. Daugherty committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    fb46c91 View commit details
    Browse the repository at this point in the history
  3. 8249867: xml declaration is not followed by a newline

    Reviewed-by: rriggs, naoto, lancea, dfuchs
    JoeWang-Java committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    69ee314 View commit details
    Browse the repository at this point in the history
  4. 8259008: ArithmeticException was thrown at "Monitor Cache Dump" on HSDB

    Reviewed-by: dcubed, gziemski, eosterlund, cjplummer, sspitsyn
    YaSuenag committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    6b24e98 View commit details
    Browse the repository at this point in the history
  5. 8260630: Templatize literal_size

    8260629: Remove explicit instantiation of Hashtable with oop value
    
    Reviewed-by: pliden, tschatzl, coleenp
    Kim Barrett committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    67a34da View commit details
    Browse the repository at this point in the history
  6. 8260462: Missing <thead> in Modality.html

    Reviewed-by: serb, psadhukhan
    aivanov-jdk committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    fcfe647 View commit details
    Browse the repository at this point in the history
  7. 8260685: ProblemList 2 compiler/jvmci/compilerToVM tests in Xcomp con…

    …figs
    
    Reviewed-by: iignatyev
    Daniel D. Daugherty committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a61ff87 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. 8260501: [Vector API] Improve register usage for shift operations on x86

    Reviewed-by: vlivanov, kvn
    DamonFool committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0da9cad View commit details
    Browse the repository at this point in the history
  2. 8260574: Remove parallel constructs in GenCollectedHeap::process_roots

    Reviewed-by: tschatzl, kbarrett
    albertnetymk authored and Thomas Schatzl committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8a9004d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. 8260577: Unused code in AbstractCompiler after Shark compiler removal

    Reviewed-by: shade, chagedorn, kvn
    TobiHartmann committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    039affc View commit details
    Browse the repository at this point in the history
  2. 8259395: Patching automatic module with additional packages re-create…

    …s module without "requires java.base"
    
    Reviewed-by: attila, alanb
    DasBrain authored and Alan Bateman committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    cf94208 View commit details
    Browse the repository at this point in the history
  3. 8260591: Shenandoah: improve parallelism for concurrent thread root s…

    …cans
    
    Reviewed-by: zgu, rkennke
    shipilev committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ab727f0 View commit details
    Browse the repository at this point in the history
  4. 8257498: Remove useless skeleton predicates

    Reviewed-by: roland, thartmann
    chhagedorn committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    aec0377 View commit details
    Browse the repository at this point in the history
  5. 8259814: test/jdk/tools/jlink/plugins/CompressorPluginTest.java has c…

    …ompilation issues
    
    Reviewed-by: alanb
    sundararajana committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c0cde7d View commit details
    Browse the repository at this point in the history
  6. 8260669: Missing quotes in fixpath.sh

    Reviewed-by: tbell, iris, mikael, ihse
    erikj79 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    80760a3 View commit details
    Browse the repository at this point in the history
  7. 8259398: Super word not applied to a loop with byteArrayViewVarHandle

    Reviewed-by: vlivanov, thartmann, chagedorn
    Vladimir Kozlov committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    02d586e View commit details
    Browse the repository at this point in the history
  8. 8260522: Clean up warnings in hotspot JTReg runtime tests

    Reviewed-by: lfoltan, coleenp
    Harold Seigel committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    181d63f View commit details
    Browse the repository at this point in the history
  9. 8260309: Shenandoah: Clean up ShenandoahBarrierSet

    Reviewed-by: shade, zgu
    rkennke committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    df33595 View commit details
    Browse the repository at this point in the history
  10. 8260004: Shenandoah: Rename ShenandoahMarkCompact to ShenandoahFullGC

    Reviewed-by: shade, rkennke
    zhengyu123 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e963ebd View commit details
    Browse the repository at this point in the history
  11. 8217327: G1 Post-Cleanup region liveness printing should not print ou…

    …t-of-date efficiency
    
    Reviewed-by: tschatzl, sjohanss
    JSNORDST authored and Thomas Schatzl committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    50f9a70 View commit details
    Browse the repository at this point in the history
  12. 8260349: Cannot programmatically retrieve Metaspace max set via JAVA_…

    …TOOL_OPTIONS
    
    Reviewed-by: shade, stuefe
    David Holmes committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b6a7367 View commit details
    Browse the repository at this point in the history
  13. 8213226: [TESTBUG] Reduce the usage of CDSTestUtils.executeAndLog()

    Reviewed-by: iklam, minqi
    calvinccheung committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    55d62a5 View commit details
    Browse the repository at this point in the history
  14. 8260860: ProblemList tools/jlink/plugins/CompressorPluginTest.java

    Reviewed-by: dholmes
    Daniel D. Daugherty committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9880c4c View commit details
    Browse the repository at this point in the history
  15. 8260864: ProblemList two security/krb5 tests on Linux

    Reviewed-by: dholmes
    Daniel D. Daugherty committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a6d9505 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. 8260576: Typo in compiler/runtime/safepoints/TestRegisterRestoring.java

    Reviewed-by: thartmann, jiefu
    bobpengxie authored and DamonFool committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    54e7a64 View commit details
    Browse the repository at this point in the history
  2. 8257086: Clarify differences between {Float, Double}.equals and ==

    Reviewed-by: smarks, bpb
    jddarcy committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    474dba2 View commit details
    Browse the repository at this point in the history
  3. 8260420: C2 compilation fails with assert(found_sfpt) failed: no node…

    … in loop that's not input to safepoint
    
    Reviewed-by: kvn, roland, chagedorn
    TobiHartmann committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fe407cf View commit details
    Browse the repository at this point in the history
  4. 8260571: Add PrintMetaspaceStatistics to print metaspace statistics u…

    …pon VM exit
    
    Reviewed-by: iklam
    tstuefe committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ddd2951 View commit details
    Browse the repository at this point in the history
  5. 8260643: Remove parallel version handling in CardTableRS::younger_ref…

    …s_in_space_iterate()
    
    Reviewed-by: ayang, sjohanss
    Thomas Schatzl committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    288a4fe View commit details
    Browse the repository at this point in the history
  6. 8260264: Move common os_<unix> inline methods to a common posix sourc…

    …e file
    
    Reviewed-by: iklam, dholmes, coleenp, stuefe
    Harold Seigel committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    189b65b View commit details
    Browse the repository at this point in the history
  7. 8259839: SystemDictionary exports too much implementation

    Reviewed-by: iklam, dholmes
    coleenp committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a421bfa View commit details
    Browse the repository at this point in the history
  8. 8260867: ProblemList java/awt/FullScreen/TranslucentWindow/Translucen…

    …tWindow.java on linux
    
    Reviewed-by: psadhukhan, jdv, pbansal
    Daniel D. Daugherty committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    defcb04 View commit details
    Browse the repository at this point in the history
  9. 8260368: [PPC64] GC interface needs enhancement to support GCs with l…

    …oad barriers
    
    Reviewed-by: mdoerr, rkennke, goetz
    Quaffel authored and TheRealMDoerr committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0093183 View commit details
    Browse the repository at this point in the history
  10. 8260707: java/lang/instrument/PremainClass/InheritAgent0100.java time…

    …s out
    
    Co-authored-by: Arno Zeller <azeller@openjdk.org>
    Reviewed-by: dholmes, sspitsyn, dcubed
    tstuefe and ArnoZeller committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d7b1fc5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f546fd0 View commit details
    Browse the repository at this point in the history
  12. 8256421: Add 2 HARICA roots to cacerts truststore

    Reviewed-by: hchao, mullan
    rhalade committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    69189f8 View commit details
    Browse the repository at this point in the history
  13. 8260861: TrustStoreDescriptor log the same value

    Reviewed-by: xuelei
    davinkevin authored and XueleiFan committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    105d3e8 View commit details
    Browse the repository at this point in the history
  14. 8183372: Refactor java/lang/Class shell tests to java

    Reviewed-by: bchristi, mchung
    mahendrachhipa authored and Brent Christian committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6dc3c6d View commit details
    Browse the repository at this point in the history
  15. 8261003: Bad Copyright header format after JDK-8183372

    Reviewed-by: bchristi
    mahendrachhipa authored and Brent Christian committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9af3339 View commit details
    Browse the repository at this point in the history
  16. 8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass

    Reviewed-by: lfoltan, hseigel, dholmes, stuefe
    iklam committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ffbcf1b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. 8259570: (macos) tools/jpackage tests fails with 'hdiutil: couldn't e…

    …ject "disk2" - Resource busy'
    
    Reviewed-by: herrick, asemenyuk
    Alexander Matveev committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bec6043 View commit details
    Browse the repository at this point in the history
  2. 8258508: Merge G1RedirtyCardsQueue into qset

    Reviewed-by: tschatzl, iwalulya
    Kim Barrett committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d423d36 View commit details
    Browse the repository at this point in the history
  3. 8260878: com/sun/jdi/JdbOptions.java fails without jfr

    Reviewed-by: amenkov, cjplummer
    DamonFool committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a47befc View commit details
    Browse the repository at this point in the history
  4. 8076313: GraphicsEnvironment does not detect changes in count of moni…

    …tors on Linux OS
    
    Reviewed-by: kizune
    mrserb committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    98a7692 View commit details
    Browse the repository at this point in the history
  5. 8260193: Remove JVM_GetInterfaceVersion() and JVM_DTraceXXX

    Reviewed-by: alanb, lfoltan, gziemski, ihse
    iklam committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b9d4211 View commit details
    Browse the repository at this point in the history
  6. 8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test

    Reviewed-by: trebari, aivanov
    prsadhuk committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    c008410 View commit details
    Browse the repository at this point in the history
  7. 8198343: Test java/awt/print/PrinterJob/TestPgfmtSetMPA.java may fail…

    … w/o printer
    
    Reviewed-by: jdv, trebari
    prsadhuk committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    cb127a4 View commit details
    Browse the repository at this point in the history
  8. 8260928: InitArrayShortSize constraint func should print a helpful er…

    …ror message
    
    Reviewed-by: shade, chagedorn
    TobiHartmann committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    91e6c75 View commit details
    Browse the repository at this point in the history
  9. 8222850: jshell tool: Misleading cascade compiler error in switch exp…

    …ression with undefined vars
    
    Reviewed-by: vromero
    lahodaj committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9037615 View commit details
    Browse the repository at this point in the history
  10. 8260581: IGV: enhance node search

    Allow users to search by node id or name by default, show partial matches when
    searching for a specific property, show 'All N matching nodes' entry only if
    relevant, and rank results by level of matching.
    
    Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
    Reviewed-by: chagedorn, vlivanov, xliu
    2 people authored and Vladimir Ivanov committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ae2c5f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8de943 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5324b5c View commit details
    Browse the repository at this point in the history
  13. 8259265: Refactor UncaughtExceptions shell test as java test.

    Reviewed-by: rriggs
    Ivan Šipka authored and iignatev committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0ef93fe View commit details
    Browse the repository at this point in the history
  14. 8241995: Clarify InetSocketAddress::toString specification

    Reviewed-by: michaelm, chegar
    Julia Boes committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b0ee7a8 View commit details
    Browse the repository at this point in the history
  15. 8258799: [Testbug] RandomCommandsTest must check if tested directive …

    …is added via jcmd
    
    Reviewed-by: kvn, iignatyev
    Nils Eliasson committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    472bf62 View commit details
    Browse the repository at this point in the history
  16. 8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreI…

    …mpl.m
    
    8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
    
    Reviewed-by: erikj, prr, ihse, valeriep
    wangweij committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4a8b5c1 View commit details
    Browse the repository at this point in the history
  17. 8260301: misc gc/g1/unloading tests fails with "RuntimeException: Met…

    …hod could not be enqueued for compilation at level N"
    
    Reviewed-by: dlong, iignatyev
    Vladimir Kozlov committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f025bc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge tag 'jdk-17+8' into lworld_merge_jdk_17_8

    Added tag jdk-17+8 for changeset f025bc1
    
    # Conflicts:
    #	src/hotspot/cpu/x86/c1_MacroAssembler_x86.cpp
    #	src/hotspot/share/c1/c1_Compilation.cpp
    #	src/hotspot/share/c1/c1_LIRAssembler.cpp
    #	src/hotspot/share/ci/ciInstanceKlass.cpp
    #	src/hotspot/share/classfile/classFileParser.cpp
    #	src/hotspot/share/classfile/placeholders.hpp
    #	src/hotspot/share/classfile/systemDictionary.cpp
    #	src/hotspot/share/classfile/systemDictionary.hpp
    #	src/hotspot/share/classfile/verificationType.cpp
    #	src/hotspot/share/compiler/compileBroker.cpp
    #	src/hotspot/share/memory/metaspaceClosure.hpp
    #	src/hotspot/share/memory/universe.cpp
    #	src/hotspot/share/oops/arrayKlass.cpp
    #	src/hotspot/share/oops/objArrayKlass.cpp
    #	src/hotspot/share/opto/parse2.cpp
    #	src/hotspot/share/prims/jvm.cpp
    #	test/hotspot/jtreg/vmTestbase/jit/tiered/Test.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessBoolean.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessByte.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessChar.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessDouble.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessFloat.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessLong.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessShort.java
    #	test/jdk/java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessString.java
    #	test/jdk/java/lang/invoke/VarHandles/X-VarHandleTestMethodHandleAccess.java.template
    MrSimms committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    330731d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604b0cb View commit details
    Browse the repository at this point in the history