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

8264543: Cross modify fence optimization for x86 #3334

Closed
wants to merge 742 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 29, 2021

  1. 8269529: javax/swing/reliability/HangDuringStaticInitialization.java …

    …fails in Windows debug build
    
    Reviewed-by: serb, psadhukhan, pbansal
    RealCLanger committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d042029 View commit details
    Browse the repository at this point in the history
  2. 8269034: AccessControlException for SunPKCS11 daemon threads

    Reviewed-by: valeriep
    coffeys committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0d745ae View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Merge

    JesperIRL committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    ee526a2 View commit details
    Browse the repository at this point in the history
  2. 8269065: [REDO] vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/T…

    …est.java failed with OutOfMemoryError
    
    Reviewed-by: stuefe, iignatyev
    DamonFool committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    a661686 View commit details
    Browse the repository at this point in the history
  3. 8245877: assert(_value != __null) failed: resolving NULL _value in Jv…

    …mtiExport::post_compiled_method_load
    
    Reviewed-by: sspitsyn, dholmes, coleenp
    lmesnik committed Jun 30, 2021
    3 Configuration menu
    Copy the full SHA
    b969136 View commit details
    Browse the repository at this point in the history
  4. 8269528: VectorAPI Long512VectorTest fails on X86 KNL target

    Reviewed-by: kvn, sviswanathan
    Jatin Bhateja committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    90eb118 View commit details
    Browse the repository at this point in the history
  5. 8269571: NMT should print total malloc bytes and invocation count

    Reviewed-by: zgu, xliu
    tstuefe committed Jun 30, 2021
    5 Configuration menu
    Copy the full SHA
    3ad20fc View commit details
    Browse the repository at this point in the history
  6. 8268350: Remove assert that ensures thread identifier remains the same

    Reviewed-by: tschatzl, kbarrett
    lkorinth committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6b64a79 View commit details
    Browse the repository at this point in the history
  7. 8263461: jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java use…

    …s wrong mechanism to cause evacuation failure
    
    Reviewed-by: kbarrett, iwalulya, ayang
    Thomas Schatzl committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    ee0247f View commit details
    Browse the repository at this point in the history
  8. 8269141: Switch statement containing pattern case label element gets …

    …in the loop during execution
    
    Reviewed-by: vromero
    lahodaj committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c3c9189 View commit details
    Browse the repository at this point in the history
  9. 8265907: JVM crashes when matching VectorMaskCmp Node

    Co-authored-by: Wang Huang <whuang@openjdk.org>
    Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
    Reviewed-by: njian, jbhateja, sviswanathan, dlong, adinn
    2 people authored and adinn committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ca283c3 View commit details
    Browse the repository at this point in the history
  10. 8268906: gc/g1/mixedgc/TestOldGenCollectionUsage.java assumes that GC…

    …s take 1ms minimum
    
    Reviewed-by: kbarrett, ayang, lkorinth
    Thomas Schatzl committed Jun 30, 2021
    5 Configuration menu
    Copy the full SHA
    a0f32cb View commit details
    Browse the repository at this point in the history
  11. 8268320: Better error recovery for broken patterns in switch

    Reviewed-by: vromero
    lahodaj committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4ee400a View commit details
    Browse the repository at this point in the history
  12. 8269594: assert(_handle_mark_nesting > 1) failed: memory leak: alloca…

    …ting handle outside HandleMark
    
    Reviewed-by: coleenp, jvernee
    zhengyu123 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4b4bef4 View commit details
    Browse the repository at this point in the history
  13. 8269416: [JVMCI] capture libjvmci crash data to a file

    Reviewed-by: kvn, dholmes
    Doug Simon committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    a6b253d View commit details
    Browse the repository at this point in the history
  14. 8269478: Shenandoah: gc/shenandoah/mxbeans tests should be more resil…

    …ient
    
    Reviewed-by: rkennke
    shipilev committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    23d2996 View commit details
    Browse the repository at this point in the history
  15. 8269614: [s390] Interpreter checks wrong bit for slow path instance a…

    …llocation
    
    Reviewed-by: shade, rrich
    TheRealMDoerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    be0ac92 View commit details
    Browse the repository at this point in the history
  16. 8261495: Shenandoah: reconsider update references memory ordering

    Reviewed-by: zgu, rkennke
    shipilev committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    a96012a View commit details
    Browse the repository at this point in the history
  17. 8269516: AArch64: Assembler cleanups

    Reviewed-by: ngasson, adinn
    Andrew Haley committed Jun 30, 2021
    1 Configuration menu
    Copy the full SHA
    1810b1c View commit details
    Browse the repository at this point in the history
  18. 8268457: XML Transformer outputs Unicode supplementary character inco…

    …rrectly to HTML
    
    Reviewed-by: lancea, naoto, iris, joehw
    Masanori Yano authored and JoeWang-Java committed Jun 30, 2021
    3 Configuration menu
    Copy the full SHA
    83bce94 View commit details
    Browse the repository at this point in the history
  19. 8269486: CallerAccessTest fails for non server variant

    Reviewed-by: dholmes, stuefe, mchung, jvernee
    mychris authored and Mandy Chung committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1da5d4b View commit details
    Browse the repository at this point in the history
  20. 8269691: ProblemList sun/management/jdp/JdpDefaultsTest.java on Linux…

    …-aarch64
    
    Reviewed-by: kvn, darcy
    Daniel D. Daugherty committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2b17e95 View commit details
    Browse the repository at this point in the history
  21. 8268557: Module page uses unstyled table class

    Reviewed-by: jjg
    hns committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3826012 View commit details
    Browse the repository at this point in the history
  22. 1 Configuration menu
    Copy the full SHA
    5c08344 View commit details
    Browse the repository at this point in the history
  23. 8268897: [TESTBUG] compiler/compilercontrol/mixed/RandomCommandsTest.…

    …java must not fail on Command.quiet
    
    Reviewed-by: kvn
    Nils Eliasson committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0dc65d3 View commit details
    Browse the repository at this point in the history
  24. 1 Configuration menu
    Copy the full SHA
    85262c7 View commit details
    Browse the repository at this point in the history
  25. 8269513: Clarify the spec wrt useOldISOCodes system property

    Reviewed-by: lancea, bpb, iris, joehw
    naotoj committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3e02224 View commit details
    Browse the repository at this point in the history
  26. 8269703: ProblemList vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp0…

    …7t002/TestDescription.java on Windows-X64 with -Xcomp
    
    Reviewed-by: dholmes
    Daniel D. Daugherty committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    aba6c55 View commit details
    Browse the repository at this point in the history
  27. 8262841: Clarify the behavior of PhantomReference::refersTo

    Reviewed-by: kbarrett, rriggs
    Mandy Chung committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9ac63a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. 8268592: JDK-8262891 causes an NPE in Lint.augment

    Reviewed-by: vromero
    cushon committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4930ae9 View commit details
    Browse the repository at this point in the history
  2. Merge

    JesperIRL committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    9def3b0 View commit details
    Browse the repository at this point in the history
  3. 8268870: Remove dead code in metaspaceShared

    Reviewed-by: tschatzl
    Hamlin Li committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    4660f72 View commit details
    Browse the repository at this point in the history
  4. 8266746: C1: Replace UnsafeGetRaw with UnsafeGet when setting up OSR …

    …entry block
    
    Replace UnsafeGetRaw with UnsafeGetObject when setting up OSR entry block, and rename Unsafe{Get,Put}Object to Unsafe{Get,Put}
    
    Reviewed-by: thartmann, dlong, mdoerr
    y1yang0 committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    d89e630 View commit details
    Browse the repository at this point in the history
  5. 8268298: jdk/jfr/api/consumer/log/TestVerbosity.java fails: unexpecte…

    …d log message
    
    Reviewed-by: egahlin
    D-D-H authored and y1yang0 committed Jul 1, 2021
    3 Configuration menu
    Copy the full SHA
    06d2620 View commit details
    Browse the repository at this point in the history
  6. 8267602: [macos] [lanai] java/awt/PrintJob/Text/stringwidth.sh doesn'…

    …t exit on cancelling print dialog
    
    Reviewed-by: aghaisas, serb
    jayathirthrao committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f7ffd58 View commit details
    Browse the repository at this point in the history
  7. 8262886: javadoc generates broken links with {@inheritdoc}

    Reviewed-by: jjg
    hns committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    962f1c1 View commit details
    Browse the repository at this point in the history
  8. 8269230: C2: main loop in micro benchmark never executed

    Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
    Reviewed-by: kvn, iveresov
    rwestrel and mcimadamore committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c67a7b0 View commit details
    Browse the repository at this point in the history
  9. 8133873: Simplify {Register,Unregister}NMethodOopClosure

    Reviewed-by: tschatzl, kbarrett
    albertnetymk committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    54a9c3e View commit details
    Browse the repository at this point in the history
  10. 8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) f…

    …ailed: no node with a side effect
    
    Reviewed-by: kvn, iveresov, neliasso
    rwestrel committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ad27d9b View commit details
    Browse the repository at this point in the history
  11. 8269285: Crash/miscompile in CallGenerator::for_method_handle_inline …

    …after JDK-8191998
    
    Reviewed-by: kvn, iveresov, vlivanov
    shipilev committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c16d1fc View commit details
    Browse the repository at this point in the history
  12. 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

    Reviewed-by: azvegint, serb
    mkartashev authored and Alexey Ushakov committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    18f356a View commit details
    Browse the repository at this point in the history
  13. 8268960: com/sun/net/httpserver/Headers.java: Ensure mutators normali…

    …ze keys and disallow null for keys and values
    
    Reviewed-by: chegar, dfuchs, michaelm
    Julia Boes committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    82bfc5d View commit details
    Browse the repository at this point in the history
  14. 8269354: javac crashes when processing parenthesized pattern in insta…

    …nceof
    
    Reviewed-by: vromero
    lahodaj committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a8385fe View commit details
    Browse the repository at this point in the history
  15. 8269704: Typo in j.t.Normalizer.normalize()

    Reviewed-by: joehw, prappo, iris
    naotoj committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    54dd510 View commit details
    Browse the repository at this point in the history
  16. 8269580: assert(is_valid()) failed: invalid register (-1)

    Reviewed-by: kvn, dlong
    Jatin Bhateja committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4bbf11d View commit details
    Browse the repository at this point in the history
  17. 8260684: vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescri…

    …ption.java timed out
    
    Reviewed-by: pliden, lkorinth
    Kim Barrett committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6c76e77 View commit details
    Browse the repository at this point in the history
  18. 8225559: assertion error at TransTypes.visitApply

    Reviewed-by: sadayapalam, jlahoda
    Vicente Romero committed Jul 1, 2021
    1 Configuration menu
    Copy the full SHA
    de61328 View commit details
    Browse the repository at this point in the history
  19. 8268566: java/foreign/TestResourceScope.java timed out

    Reviewed-by: jvernee
    mcimadamore committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e377397 View commit details
    Browse the repository at this point in the history
  20. 8269745: [JVMCI] restore original qualified exports to Graal

    Reviewed-by: dnsimon, iveresov
    Vladimir Kozlov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a4d2a9a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Merge

    JesperIRL committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    b0e1867 View commit details
    Browse the repository at this point in the history
  2. 8269110: ZGC: Remove dead code in zBarrier

    Reviewed-by: pliden
    Hamlin Li committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    589f084 View commit details
    Browse the repository at this point in the history
  3. 8269743: test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/native…

    …AndMH/Test.java crash with small heap (-Xmx50m)
    
    Reviewed-by: dholmes
    miao-zheng authored and DamonFool committed Jul 2, 2021
    3 Configuration menu
    Copy the full SHA
    2baf498 View commit details
    Browse the repository at this point in the history
  4. 8265132: C2 compilation fails with assert "missing precedence edge"

    Reviewed-by: iveresov, kvn
    jamsheedcm committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5644c4f View commit details
    Browse the repository at this point in the history
  5. 8269466: Factor out the common code for initializing and starting int…

    …ernal VM JavaThreads
    
    Reviewed-by: sspitsyn, pchilanomate, dcubed, coleenp, kvn
    David Holmes committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    4107dcf View commit details
    Browse the repository at this point in the history
  6. 8269771: assert(tmp == _callprojs.fallthrough_catchproj) failed: allo…

    …cation control projection
    
    Reviewed-by: rbackman, kvn
    Nils Eliasson committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7bc96db View commit details
    Browse the repository at this point in the history
  7. 8262017: C2: assert(n != __null) failed: Bad immediate dominator info.

    Reviewed-by: roland, neliasso, kvn
    chhagedorn committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    2db9005 View commit details
    Browse the repository at this point in the history
  8. 8269596: Snapshot soft ref policy before marking/copying

    Reviewed-by: tschatzl, kbarrett
    albertnetymk committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    f8bcbf0 View commit details
    Browse the repository at this point in the history
  9. 8269543: The warning for System::setSecurityManager should only appea…

    …r once for each caller
    
    Reviewed-by: lancea, alanb, dfuchs
    wangweij committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c4ea13e View commit details
    Browse the repository at this point in the history
  10. 8269135: TestDifferentProtectionDomains runs into timeout in client VM

    Reviewed-by: dholmes, dcubed
    mychris authored and Daniel D. Daugherty committed Jul 2, 2021
    3 Configuration menu
    Copy the full SHA
    53ad903 View commit details
    Browse the repository at this point in the history
  11. 8269775: compiler/codegen/ClearArrayTest.java failed with "assert(fal…

    …se) failed: bad AD file"
    
    Reviewed-by: kvn, dlong
    Sandhya Viswanathan committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6f0e8e7 View commit details
    Browse the repository at this point in the history
  12. 8269768: JFR Terminology Refresh

    Reviewed-by: iignatyev, egahlin
    vidmik committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1c18f91 View commit details
    Browse the repository at this point in the history
  13. 8268364: jmethod clearing should be done during unloading

    Reviewed-by: dcubed, eosterlund
    coleenp committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    3d84398 View commit details
    Browse the repository at this point in the history
  14. 8188044: We need Math.unsignedMultiplyHigh

    Reviewed-by: rriggs, aph, darcy
    Brian Burkhalter committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    ca4bea4 View commit details
    Browse the repository at this point in the history
  15. 8188046: java.lang.Math.mutliplyHigh does not run in constant time

    Reviewed-by: rriggs, darcy
    Brian Burkhalter committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    cb79589 View commit details
    Browse the repository at this point in the history
  16. 8268775: Password is being converted to String in AccessibleJPassword…

    …Field
    
    Reviewed-by: prr
    Alexander Zuev committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    97e0e9e View commit details
    Browse the repository at this point in the history
  17. 8268664: The documentation of the Scanner.hasNextLine is incorrect

    Reviewed-by: rriggs, bpb, iris
    Ian Graves committed Jul 2, 2021
    2 Configuration menu
    Copy the full SHA
    0d0f6a4 View commit details
    Browse the repository at this point in the history
  18. Merge

    JesperIRL committed Jul 2, 2021
    1 Configuration menu
    Copy the full SHA
    17f53f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. 8269652: Factor out the common code for creating system j.l.Thread ob…

    …jects
    
    Reviewed-by: coleenp, dcubed, kvn, xliu
    David Holmes committed Jul 4, 2021
    1 Configuration menu
    Copy the full SHA
    390d102 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. 8269004: Implement ResizableResourceHashtable

    Reviewed-by: coleenp, kbarrett
    iklam committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    4da52ea View commit details
    Browse the repository at this point in the history
  2. 8269821: Remove is-queue-active check in inner loop of write_ref_arra…

    …y_pre_work
    
    Reviewed-by: ayang, kbarrett
    Thomas Schatzl committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    675a952 View commit details
    Browse the repository at this point in the history
  3. 8269668: [aarch64] java.library.path not including /usr/lib64

    Reviewed-by: aph, dholmes
    jerboaa committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e14801c View commit details
    Browse the repository at this point in the history
  4. 8269124: Update java.time to use switch expressions (part II)

    Reviewed-by: dfuchs, vtewari, aefimov, iris, lancea, naoto
    pconcannon committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    8a7b380 View commit details
    Browse the repository at this point in the history
  5. 8269700: source level for IntelliJ JDK project is set incorrectly

    Reviewed-by: mcimadamore
    fdesu authored and mcimadamore committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    371d996 View commit details
    Browse the repository at this point in the history
  6. 8263389: IGV: Zooming changes the point that is currently centered

    Reviewed-by: rrich, neliasso
    jtfuller111 authored and TobiHartmann committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    164eff8 View commit details
    Browse the repository at this point in the history
  7. 8269758: idea.sh doesn't work when there are multiple configurations …

    …available.
    
    Reviewed-by: mcimadamore, erikj
    JornVernee committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    7319896 View commit details
    Browse the repository at this point in the history
  8. 8269760: idea.sh should not invoke cygpath directly

    Reviewed-by: mcimadamore, erikj
    JornVernee committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    76783cd View commit details
    Browse the repository at this point in the history
  9. 8233020: (fs) UnixFileSystemProvider should use StaticProperty.userDi…

    …r().
    
    Reviewed-by: alanb
    jaikiran committed Jul 5, 2021
    1 Configuration menu
    Copy the full SHA
    fd4de1e View commit details
    Browse the repository at this point in the history
  10. 8266595: jdk/jfr/jcmd/TestJcmdDump.java with slowdebug bits fails wit…

    …h AttachNotSupportedException
    
    Reviewed-by: mseledtsov, dholmes
    egahlin committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5b8e1a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge

    JesperIRL committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    a18a112 View commit details
    Browse the repository at this point in the history
  2. 8268860: Windows-Aarch64 build is failing in GitHub actions

    Reviewed-by: dholmes
    magicus committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    acc3d99 View commit details
    Browse the repository at this point in the history
  3. 8267956: C1 code cleanup

    Reviewed-by: thartmann
    y1yang0 committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    2926769 View commit details
    Browse the repository at this point in the history
  4. 8269672: C1: Remove unaligned move on all architectures

    Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
    Reviewed-by: thartmann
    y1yang0 and TheRealMDoerr committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    df0e11b View commit details
    Browse the repository at this point in the history
  5. 8269882: stack-use-after-scope in NewObjectA

    Reviewed-by: kbarrett
    David Holmes committed Jul 6, 2021
    3 Configuration menu
    Copy the full SHA
    20eba35 View commit details
    Browse the repository at this point in the history
  6. 8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null…

    … check
    
    Reviewed-by: chagedorn, kvn
    TobiHartmann committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4ad8b04 View commit details
    Browse the repository at this point in the history
  7. 8268883: C2: assert(false) failed: unscheduable graph

    Reviewed-by: chagedorn, kvn, yyang
    rwestrel committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    6d8fc72 View commit details
    Browse the repository at this point in the history
  8. 8269575: C2: assert(false) failed: graph should be schedulable after …

    …JDK-8252372
    
    Reviewed-by: kvn, thartmann
    rwestrel committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    df1364b View commit details
    Browse the repository at this point in the history
  9. 8269661: JNI_GetStringCritical does not lock char array

    8269650: Optimize gc-locker in [Get|Release]StringCritical for latin string
    
    Reviewed-by: dholmes, tschatzl
    Kim Barrett committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0f4e07b View commit details
    Browse the repository at this point in the history
  10. 8269568: JVM crashes when running VectorMask query tests

    Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
    Reviewed-by: psandoz, jiefu, jbhateja, sviswanathan
    2 people authored and DamonFool committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2b20778 View commit details
    Browse the repository at this point in the history
  11. 8266310: deadlock between System.loadLibrary and JNI FindClass loadin…

    …g another class
    
    Reviewed-by: dholmes, plevart, chegar, mchung
    Aleksei Voitylov authored and Alexander Scherbatiy committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    e47803a View commit details
    Browse the repository at this point in the history
  12. 8269697: JNI_GetPrimitiveArrayCritical() should not accept object array

    Reviewed-by: kbarrett, dholmes
    zhengyu123 committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    16aa8cb View commit details
    Browse the repository at this point in the history
  13. 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE

    Reviewed-by: dfuchs
    Julia Boes committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    f485171 View commit details
    Browse the repository at this point in the history
  14. 8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImp…

    …l implementation
    
    Reviewed-by: alanb, dfuchs, chegar
    pconcannon committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    326b2e1 View commit details
    Browse the repository at this point in the history
  15. 8225667: Clarify the behavior of System::gc w.r.t. reference processing

    Reviewed-by: rriggs, kbarrett, tschatzl
    Mandy Chung committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3a69024 View commit details
    Browse the repository at this point in the history
  16. 8269917: Insert missing commas in copyrights in java.net

    Reviewed-by: chegar, dfuchs
    pconcannon committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    1578979 View commit details
    Browse the repository at this point in the history
  17. 8268966: AArch64: 'bad AD file' in some vector conversion tests

    Reviewed-by: aph
    e1iu authored and Vladimir Kozlov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1166ef2 View commit details
    Browse the repository at this point in the history
  18. 8269935: ProblemList runtime/jni/checked/TestPrimitiveArrayCriticalWi…

    …thBadParam.java on windows
    
    Reviewed-by: jjg
    Daniel D. Daugherty committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    4dfcf53 View commit details
    Browse the repository at this point in the history
  19. 8269955: ProblemList compiler/vectorapi/VectorCastShape[64|128]Test.j…

    …ava tests on x86
    
    Reviewed-by: iignatyev, dlong
    Vladimir Kozlov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    e0c130f View commit details
    Browse the repository at this point in the history
  20. 8269825: [TESTBUG] Missing testing for x86 KNL platforms

    Reviewed-by: dlong, jbhateja
    Vladimir Kozlov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0d1cd3a View commit details
    Browse the repository at this point in the history
  21. 8268778: CDS check_excluded_classes needs DumpTimeTable_lock

    Reviewed-by: minqi, ccheung
    iklam committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0ebf8aa View commit details
    Browse the repository at this point in the history
  22. 8263538: SharedArchiveConsistency.java should test -Xshare:auto as well

    Reviewed-by: iklam, ccheung
    yminqi committed Jul 6, 2021
    3 Configuration menu
    Copy the full SHA
    e8206db View commit details
    Browse the repository at this point in the history
  23. Merge

    JesperIRL committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    7a4f08a View commit details
    Browse the repository at this point in the history
  24. 8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES

    Reviewed-by: jlahoda
    Vicente Romero committed Jul 6, 2021
    1 Configuration menu
    Copy the full SHA
    01c29d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. 8268425: Show decimal nid of OSThread instead of hex format one

    Reviewed-by: stuefe, kevinw
    y1yang0 committed Jul 7, 2021
    3 Configuration menu
    Copy the full SHA
    a9e2010 View commit details
    Browse the repository at this point in the history
  2. 8267625: AARCH64: typo in LIR_Assembler::emit_profile_type

    Reviewed-by: aph, dlong
    nick-arm committed Jul 7, 2021
    3 Configuration menu
    Copy the full SHA
    3d090e7 View commit details
    Browse the repository at this point in the history
  3. 8269830: SA's vm object vtable matching code sometimes matches on inc…

    …orrect type
    
    Reviewed-by: kevinw, sspitsyn
    plummercj committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2daf39a View commit details
    Browse the repository at this point in the history
  4. 8269802: javac fails to compile nested pattern matching switches

    8269808: javac generates class with invalid stack map
    
    Reviewed-by: mcimadamore
    lahodaj committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    815e4af View commit details
    Browse the repository at this point in the history
  5. 8269574: C2: Avoid redundant uncommon traps in GraphKit::builtin_thro…

    …w() for JVMTI exception events
    
    Reviewed-by: kvn, roland, neliasso
    reinrich committed Jul 7, 2021
    7 Configuration menu
    Copy the full SHA
    72530ef View commit details
    Browse the repository at this point in the history
  6. 8268859: jshell throws exception while parsing illegal "case true"

    Reviewed-by: mcimadamore
    lahodaj committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    820f290 View commit details
    Browse the repository at this point in the history
  7. 8269022: Put evacuation failure string directly into gc=info log message

    Reviewed-by: iwalulya, lkorinth, kbarrett
    Thomas Schatzl committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    a685011 View commit details
    Browse the repository at this point in the history
  8. 8269908: Move MemoryService::track_memory_usage call into G1Monitorin…

    …gScope
    
    Reviewed-by: ayang, kbarrett
    Thomas Schatzl committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    18b80c7 View commit details
    Browse the repository at this point in the history
  9. 8269772: [macos-aarch64] test compilation failed with "SocketExceptio…

    …n: No buffer space available"
    
    Reviewed-by: chegar, vtewari
    dfuch committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a49b1dc View commit details
    Browse the repository at this point in the history
  10. 8269294: Verify_before/after_young_collection should execute all veri…

    …fication
    
    Reviewed-by: iwalulya, kbarrett
    Thomas Schatzl committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    248aa50 View commit details
    Browse the repository at this point in the history
  11. 8266036: class file for sun.misc.Contended not found

    8258421: (jdeprscan) tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java failed with "error: cannot access jdk.internal.ValueBased"
    
    Reviewed-by: darcy
    lahodaj committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7fcd5ca View commit details
    Browse the repository at this point in the history
  12. 8269761: idea.sh missing .exe suffix when invoking javac on WSL

    Reviewed-by: mcimadamore, erikj
    JornVernee committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    77a5b7b View commit details
    Browse the repository at this point in the history
  13. 8269923: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.j…

    …ava failed with "FATAL ERROR in native method: Primitive type array expected but not received for JNI array operation"
    
    Reviewed-by: dcubed, dholmes
    zhengyu123 committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    bffb1a7 View commit details
    Browse the repository at this point in the history
  14. 8268635: Corrupt oop in ClassLoaderData

    Reviewed-by: iklam, dholmes
    coleenp committed Jul 7, 2021
    6 Configuration menu
    Copy the full SHA
    3586a23 View commit details
    Browse the repository at this point in the history
  15. 8267303: Replace MinObjectAlignmentSize usages for non-Java heap objects

    Reviewed-by: kbarrett, tschatzl, minqi
    coleenp committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    2dc5486 View commit details
    Browse the repository at this point in the history
  16. 8269879: [PPC64] C2: Math.rint intrinsic uses wrong rounding mode

    Reviewed-by: lucy, goetz
    TheRealMDoerr committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    1f2bf1d View commit details
    Browse the repository at this point in the history
  17. 8270027: ProblemList jdk/jfr/event/oldobject/TestObjectSize.java on m…

    …acOS-x64
    
    Reviewed-by: mgronlun
    Daniel D. Daugherty committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    2209e3e View commit details
    Browse the repository at this point in the history
  18. 8269481: SctpMultiChannel never releases own file descriptor

    Reviewed-by: alanb, chegar
    Brian Burkhalter committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    d1cecaa View commit details
    Browse the repository at this point in the history
  19. 8269185: Directories in /opt/runtimepackagetest and /path/to/jdk-17 a…

    …re different
    
    Reviewed-by: almatvee, herrick
    Alexey Semenyuk committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6000950 View commit details
    Browse the repository at this point in the history
  20. 8264735: Make dynamic dump repeatable

    Reviewed-by: ccheung, iklam
    yminqi committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    f741e4c View commit details
    Browse the repository at this point in the history
  21. 8269929: (test) Add diagnostic info to ProceessBuilder/Basic.java for…

    … unexpected output
    
    Reviewed-by: iris, bpb, naoto
    Roger Riggs committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c812bbb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Merge

    JesperIRL committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    270fbcb View commit details
    Browse the repository at this point in the history
  2. 8268363: AArch64: Implement string_indexof_char intrinsic in SVE

    Reviewed-by: aph, njian
    tatwaichong authored and Ningsheng Jian committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    e54585b View commit details
    Browse the repository at this point in the history
  3. 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contain…

    …s redundant @run tags
    
    Reviewed-by: dfuchs, vtewari
    thejasviv authored and Abdul Kolarkunnu committed Jul 8, 2021
    5 Configuration menu
    Copy the full SHA
    4e18ec2 View commit details
    Browse the repository at this point in the history
  4. 8269803: G1: remove unnecessary NoRefDiscovery

    Reviewed-by: tschatzl, kbarrett
    albertnetymk committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    a96012f View commit details
    Browse the repository at this point in the history
  5. 8269886: Inaccurate error message for compressed hprof test

    Reviewed-by: dholmes, cjplummer
    Lin Zang authored and David Holmes committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    4fbcce1 View commit details
    Browse the repository at this point in the history
  6. 8269746: C2: assert(!in->is_CFG()) failed: CFG Node with no controlli…

    …ng input?
    
    Reviewed-by: chagedorn, thartmann
    rwestrel committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8f798b8 View commit details
    Browse the repository at this point in the history
  7. 8270006: Switches with 'case null:' should be exhaustive

    Reviewed-by: vromero
    lahodaj committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4f70759 View commit details
    Browse the repository at this point in the history
  8. 8267982: Set the node after peephole optimization to be removed

    Reviewed-by: kvn, thartmann
    sunny868 authored and TobiHartmann committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    2c883ee View commit details
    Browse the repository at this point in the history
  9. 8270064: Problem list tools/jdeprscan/tests/jdk/jdeprscan/TestRelease…

    ….java due to JDK-8270060
    
    Reviewed-by: mcimadamore
    lahodaj committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    30bba54 View commit details
    Browse the repository at this point in the history
  10. 8270021: Incorrect log decorators in gc/g1/plab/TestPLABEvacuationFai…

    …lure.java
    
    Reviewed-by: tschatzl, iwalulya
    albertnetymk committed Jul 8, 2021
    3 Configuration menu
    Copy the full SHA
    4a45d95 View commit details
    Browse the repository at this point in the history
  11. 8268766: Desugaring of pattern matching enum switch should be improved

    Reviewed-by: mcimadamore, psandoz
    lahodaj committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fa08cc6 View commit details
    Browse the repository at this point in the history
  12. 8269828: corrections in some instruction patterns for KNL x86 platform

    Reviewed-by: kvn, dlong
    Jatin Bhateja committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    168af2e View commit details
    Browse the repository at this point in the history
  13. 8269738: AssertionError when combining pattern matching and function …

    …closure
    
    Reviewed-by: jlahoda, vromero
    lgxbslgx committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9e75f92 View commit details
    Browse the repository at this point in the history
  14. 8269962: SA has unused Hashtable, Dictionary classes

    Reviewed-by: cjplummer, iklam, dholmes
    coleenp committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    bca570c View commit details
    Browse the repository at this point in the history
  15. 8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java fo…

    …r interpreter mode
    
    Reviewed-by: zgu
    shipilev committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    4f322a9 View commit details
    Browse the repository at this point in the history
  16. 8268965: TCP Connection Reset when connecting simple socket to SSL se…

    …rver
    
    Reviewed-by: xuelei
    Alexey Bakhtin authored and Vladimir Kempik committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    6f171b9 View commit details
    Browse the repository at this point in the history
  17. 8269827: JMH tests for AES/GCM byte[] and bytebuffers

    Reviewed-by: ecaspole, weijun
    Anthony Scarpino committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    5832882 View commit details
    Browse the repository at this point in the history
  18. 6766844: ByteArrayInputStream#read with a byte array of length 0 not …

    …consistent with InputStream when at EOF
    
    Reviewed-by: naoto, lancea, joehw
    Brian Burkhalter committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f46a917 View commit details
    Browse the repository at this point in the history
  19. 8270109: ProblemList 4 SA tests on macOS-aarch64

    Reviewed-by: mikael
    Daniel D. Daugherty committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9acb2a6 View commit details
    Browse the repository at this point in the history
  20. 8269722: NPE in HtmlDocletWriter

    Reviewed-by: hannesw
    jonathan-gibbons committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    6401633 View commit details
    Browse the repository at this point in the history
  21. Merge

    JesperIRL committed Jul 8, 2021
    1 Configuration menu
    Copy the full SHA
    dfd6b2b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. 8269840: Update Platform.isDefaultCDSArchiveSupported() to return tru…

    …e for aarch64 platforms
    
    Reviewed-by: minqi, iklam
    Mikhailo Seledtsov committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    46c610c View commit details
    Browse the repository at this point in the history
  2. 8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on…

    … avx2 machines
    
    Reviewed-by: kvn, dlong
    Jatin Bhateja committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    62ff55d View commit details
    Browse the repository at this point in the history
  3. 8269914: Factor out heap printing for G1 young and full gc

    8270018: Add scoped object for g1 young gc JFR notification
    
    Reviewed-by: ayang, iwalulya, kbarrett
    Thomas Schatzl committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    c93204c View commit details
    Browse the repository at this point in the history
  4. 8270094: Shenandoah: Provide human-readable labels for test configura…

    …tions
    
    Reviewed-by: zgu
    shipilev committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    676f1d7 View commit details
    Browse the repository at this point in the history
  5. 8269146: Missing unreported constraints on pattern and other case lab…

    …el combination
    
    8269301: Switch statement with a pattern, constant and default label elements crash javac
    
    Reviewed-by: mcimadamore
    lahodaj committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    885f7b1 View commit details
    Browse the repository at this point in the history
  6. 8270082: Remove unnecessary gc_timer null check in ReferenceProcessor…

    …PhaseTimes
    
    Reviewed-by: tschatzl, kbarrett
    albertnetymk committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    3d193ad View commit details
    Browse the repository at this point in the history
  7. 8270151: IncompatibleClassChangeError on empty pattern switch stateme…

    …nt case
    
    Reviewed-by: mcimadamore
    lahodaj committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1196b35 View commit details
    Browse the repository at this point in the history
  8. 8261147: C2: Node is wrongly marked as reduction resulting in a wrong…

    … execution due to wrong vector instructions
    
    Reviewed-by: thartmann, kvn
    chhagedorn committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f791fdf View commit details
    Browse the repository at this point in the history
  9. 8268826: Cleanup Override in Context-Specific Deserialization Filters

    Reviewed-by: dfuchs, bchristi
    Roger Riggs committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6889a39 View commit details
    Browse the repository at this point in the history
  10. 8266565: Spec of ForwardingJavaFileManager/ForwardingFileObject/Forwa…

    …rdingJavaFileObject methods should mention delegation instead of being copied
    
    Reviewed-by: vromero
    jonathan-gibbons committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    5a74291 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    3588634 View commit details
    Browse the repository at this point in the history
  12. 8270171: Shenandoah: Cleanup TestStringDedup and TestStringDedupStres…

    …s tests
    
    Reviewed-by: shade
    zhengyu123 committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    e4c24f0 View commit details
    Browse the repository at this point in the history
  13. 8270108: Update JCov version to 3.0.9

    Reviewed-by: serb, erikj
    shurymury committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    7bfa39f View commit details
    Browse the repository at this point in the history
  14. 8270059: Remove KVHashtable

    Reviewed-by: dholmes, coleenp
    iklam committed Jul 9, 2021
    1 Configuration menu
    Copy the full SHA
    d6c0f5f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Merge

    JesperIRL committed Jul 10, 2021
    1 Configuration menu
    Copy the full SHA
    ec975c6 View commit details
    Browse the repository at this point in the history
  2. 8270083: -Wnonnull errors happen with GCC 11.1.1

    Reviewed-by: erikj, dlong, kbarrett
    YaSuenag committed Jul 10, 2021
    1 Configuration menu
    Copy the full SHA
    68b6e11 View commit details
    Browse the repository at this point in the history
  3. 8270216: [macOS] Update named used for Java run loop mode

    Reviewed-by: serb
    prrace committed Jul 10, 2021
    6 Configuration menu
    Copy the full SHA
    2546006 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. 8269558: fix of JDK-8252657 missed to update history at the end of JV…

    …M TI spec
    
    Reviewed-by: dcubed, cjplummer
    Serguei Spitsyn committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3d82b0e View commit details
    Browse the repository at this point in the history
  2. 8253779: Amalloc may be wasting space by overaligning

    Reviewed-by: kbarrett, stuefe
    coleenp committed Jul 11, 2021
    3 Configuration menu
    Copy the full SHA
    ac75a53 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. 8051680: (ref) unnecessary process_soft_ref_reconsider

    Reviewed-by: kbarrett, tschatzl
    albertnetymk committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    86a2008 View commit details
    Browse the repository at this point in the history
  2. 8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName…

    …() for lambdas
    
    Reviewed-by: kvn
    jerboaa committed Jul 12, 2021
    5 Configuration menu
    Copy the full SHA
    6a9bc10 View commit details
    Browse the repository at this point in the history
  3. 8269295: Verification time before/after young collection only covers …

    …parts of the verification
    
    Reviewed-by: kbarrett, iwalulya
    Thomas Schatzl committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    8973867 View commit details
    Browse the repository at this point in the history
  4. 8268965: TCP Connection Reset when connecting simple socket to SSL se…

    …rver
    
    Reviewed-by: xuelei
    Backport-of: 6f171b9
    Alexey Bakhtin authored and Vladimir Kempik committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e1d3e73 View commit details
    Browse the repository at this point in the history
  5. 8267666: Add option to jcmd GC.heap_dump to use existing file

    Reviewed-by: rschmelter, clanger
    AntonKozlov committed Jul 12, 2021
    5 Configuration menu
    Copy the full SHA
    7cbb67a View commit details
    Browse the repository at this point in the history
  6. 8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStr…

    …uct field
    
    Reviewed-by: cjplummer, dholmes, sspitsyn
    mychris authored and kevinjwalls committed Jul 12, 2021
    2 Configuration menu
    Copy the full SHA
    999ced0 View commit details
    Browse the repository at this point in the history
  7. 8269878: Handle redundant reg-2-reg moves in X86 backend

    Reviewed-by: kvn, vlivanov
    Jatin Bhateja committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    c3a42ed View commit details
    Browse the repository at this point in the history
  8. 8270110: Shenandoah: Add test for JDK-8269661

    Reviewed-by: rkennke
    zhengyu123 committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    548bb31 View commit details
    Browse the repository at this point in the history
  9. 8244162: Additional opportunities to use NONCOPYABLE

    Reviewed-by: dholmes, kbarrett, shade
    Harold Seigel committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    92ae6a5 View commit details
    Browse the repository at this point in the history
  10. 8266345: (fs) Custom DefaultFileSystemProvider security related loops

    Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
    Reviewed-by: bpb, chegar
    seanjmullan and Brian Burkhalter committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    4fc3180 View commit details
    Browse the repository at this point in the history
  11. 8266578: Disambiguate BigDecimal description of scale

    Reviewed-by: darcy, bpb
    ignasi35 authored and Brian Burkhalter committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    1aef372 View commit details
    Browse the repository at this point in the history
  12. 8270117: Broken jtreg link in "Building the JDK" page

    Reviewed-by: sgehwolf
    magicus committed Jul 12, 2021
    3 Configuration menu
    Copy the full SHA
    41a5eb4 View commit details
    Browse the repository at this point in the history
  13. 8270169: G1: Incorrect reference discovery MT degree in concurrent ma…

    …rking
    
    Reviewed-by: tschatzl, iwalulya, kbarrett
    albertnetymk committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    7d2825e View commit details
    Browse the repository at this point in the history
  14. 8270320: JDK-8270110 committed invalid copyright headers

    Reviewed-by: kvn
    magicus committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    353e9c8 View commit details
    Browse the repository at this point in the history
  15. 8267281: Call prepare_for_dynamic_dumping for jcmd dynamic_dump

    Reviewed-by: iklam, ccheung
    yminqi committed Jul 12, 2021
    1 Configuration menu
    Copy the full SHA
    a4e5f08 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.…

    …base
    
    Reviewed-by: mchung, rriggs
    y1yang0 committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    afe957c View commit details
    Browse the repository at this point in the history
  2. 8270056: Generated lambda class can not access protected static metho…

    …d of target class
    
    Co-authored-by: NekoCaffeine <nekocaffeine@qq.com>
    Reviewed-by: mchung
    y1yang0 and NekoCaffeine committed Jul 13, 2021
    7 Configuration menu
    Copy the full SHA
    07e9052 View commit details
    Browse the repository at this point in the history
  3. 8270203: Missing build dependency between jdk.jfr-gendata and buildto…

    …ols-hotspot
    
    Reviewed-by: tbell
    erikj79 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0f32982 View commit details
    Browse the repository at this point in the history
  4. 8269795: C2: Out of bounds array load floats above its range check in…

    … loop peeling resulting in SEGV
    
    Reviewed-by: thartmann, roland, kvn
    chhagedorn committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    040c02b View commit details
    Browse the repository at this point in the history
  5. 8259848: Interim javadoc build does not support platform links

    Reviewed-by: hannesw, jjg, ihse
    erikj79 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e631add View commit details
    Browse the repository at this point in the history
  6. 8269525: Deadlock during Volano with JFR

    Reviewed-by: egahlin
    Markus Grönlund committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    00ef65f View commit details
    Browse the repository at this point in the history
  7. 8269635: Stress test SEGV while emitting OldObjectSample

    Reviewed-by: jbachorik
    Markus Grönlund committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    bd95c0c View commit details
    Browse the repository at this point in the history
  8. 8270282: Semantically rename reference processing subphases

    Reviewed-by: kbarrett, tschatzl
    albertnetymk committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    565ec85 View commit details
    Browse the repository at this point in the history
  9. Merge

    JesperIRL committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    6b123b0 View commit details
    Browse the repository at this point in the history
  10. 8269281: java/foreign/Test{Down,Up}call.java time out

    Reviewed-by: jvernee
    mcimadamore committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b2416b6 View commit details
    Browse the repository at this point in the history
  11. 8270009: Factor out and shuffle methods in G1CollectedHeap::do_collec…

    …tion_pause_at_safepoint_helper
    
    Reviewed-by: kbarrett, ayang
    Thomas Schatzl committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    375fc2a View commit details
    Browse the repository at this point in the history
  12. 8270179: Rename Amalloc_4

    8270217: Fix Arena::Amalloc to check for overflow better
    
    Reviewed-by: kbarrett, stuefe
    coleenp committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    460c4bb View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    7ac0816 View commit details
    Browse the repository at this point in the history
  14. 8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName…

    …() for lambdas
    
    Backport-of: 6a9bc10
    jerboaa committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d32e42c View commit details
    Browse the repository at this point in the history
  15. 8263531: Remove unused buffer int

    Reviewed-by: chegar, vtewari, wetmore
    RealCLanger committed Jul 13, 2021
    5 Configuration menu
    Copy the full SHA
    ca806ef View commit details
    Browse the repository at this point in the history
  16. 8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE

    Reviewed-by: jvernee, mchung
    Vicente Romero committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8583aab View commit details
    Browse the repository at this point in the history
  17. 8269404: Base64 Encoding optimization enhancements for x86 using AVX-512

    Reviewed-by: kvn, sviswanathan
    asgibbons authored and Sandhya Viswanathan committed Jul 13, 2021
    1 Configuration menu
    Copy the full SHA
    9cac94d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. 8270056: Generated lambda class can not access protected static metho…

    …d of target class
    
    Reviewed-by: mchung
    Backport-of: 07e9052
    y1yang0 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0f54707 View commit details
    Browse the repository at this point in the history
  2. 8215948: [TESTBUG] gtest pseudo-JavaThreads could be more regular Jav…

    …aThreads
    
    Reviewed-by: coleenp, pchilanomate
    David Holmes committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    770e2aa View commit details
    Browse the repository at this point in the history
  3. Merge

    JesperIRL committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    4a7ccf3 View commit details
    Browse the repository at this point in the history
  4. 8269865: Async UL needs to handle ERANGE on exceeding SEM_VALUE_MAX

    Reviewed-by: dholmes, pchilanomate
    Xin Liu committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    67273ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5db9a9 View commit details
    Browse the repository at this point in the history
  6. 8259499: Handling type arguments from outer classes for inner class i…

    …n javadoc
    
    Reviewed-by: jjg
    hns committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    82c256e View commit details
    Browse the repository at this point in the history
  7. 8264419: Remove has_max_index argument from G1BlockOffsetTablePart::b…

    …lock_at_or_preceding
    
    Reviewed-by: ayang, tschatzl
    Ivan Walulya committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    b6d7653 View commit details
    Browse the repository at this point in the history
  8. 8270155: ARM32: Improve register dump in hs_err

    Reviewed-by: dholmes, stuefe
    shipilev committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    589a1d5 View commit details
    Browse the repository at this point in the history
  9. 8247351: [aarch64] NullPointerException during stack walking (clhsdb …

    …"where -a")
    
    Reviewed-by: cjplummer
    nick-arm committed Jul 14, 2021
    3 Configuration menu
    Copy the full SHA
    357fe09 View commit details
    Browse the repository at this point in the history
  10. 8266889: [macosx-aarch64] Crash with SIGBUS in MarkActivationClosure:…

    …:do_code_blob during vmTestbase/nsk/jvmti/.../bi04t002 test run
    
    Reviewed-by: dholmes, aph, sspitsyn
    AntonKozlov committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    381bd62 View commit details
    Browse the repository at this point in the history
  11. 8270075: SplittableRandom extends AbstractSplittableGenerator

    Reviewed-by: rriggs, bpb
    Jim Laskey committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    3bbd233 View commit details
    Browse the repository at this point in the history
  12. 8266313: (JEP-356) - RandomGenerator spec implementation requirements…

    … tightly coupled to JDK internal classes
    
    Reviewed-by: rriggs
    Jim Laskey committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    72db09b View commit details
    Browse the repository at this point in the history
  13. 8270422: Test build/AbsPathsInImage.java fails after JDK-8259848

    Reviewed-by: mikael
    erikj79 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7b4d84c View commit details
    Browse the repository at this point in the history
  14. 6506405: Math.abs(float) is slow

    Reviewed-by: darcy
    Brian Burkhalter committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    c0d4eff View commit details
    Browse the repository at this point in the history
  15. 8269592: [JVMCI] Optimize c2v_iterateFrames

    Reviewed-by: kvn, never, dlong
    Andreas Woess authored and Tom Rodriguez committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    b1bb05b View commit details
    Browse the repository at this point in the history
  16. 8270100: Fix some inaccurate GC logging

    Reviewed-by: ayang, tschatzl
    simonis committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    fb86d13 View commit details
    Browse the repository at this point in the history
  17. 8270453: [JVMCI] remove duplicates in vmStructs_jvmci.cpp

    Reviewed-by: kvn
    Doug Simon committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    14da658 View commit details
    Browse the repository at this point in the history
  18. 8269637: javax/swing/JFileChooser/FileSystemView/SystemIconTest.java …

    …fails on windows
    
    Reviewed-by: aivanov
    Alexander Zuev committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    a033866 View commit details
    Browse the repository at this point in the history
  19. Merge

    JesperIRL committed Jul 14, 2021
    1 Configuration menu
    Copy the full SHA
    7d0edb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. 8269598: Regressions up to 5% on aarch64 seems due to JDK-8268858

    Reviewed-by: kvn, dlong
    Joshua Zhu authored and y1yang0 committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    7c23491 View commit details
    Browse the repository at this point in the history
  2. 8269656: The test test/langtools/tools/javac/versions/Versions.java h…

    …as duplicate test cycles
    
    Reviewed-by: darcy
    thejasviv authored and Abdul Kolarkunnu committed Jul 15, 2021
    5 Configuration menu
    Copy the full SHA
    04b73bc View commit details
    Browse the repository at this point in the history
  3. 8270333: -XX:+VerifyStringTableAtExit should not do linear search

    Reviewed-by: dholmes, minqi
    iklam committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    1ebd946 View commit details
    Browse the repository at this point in the history
  4. 8269276: Additional tests for MessageDigest with different providers

    Reviewed-by: valeriep, wetmore
    Sibabrata Sahoo committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a32d2ee View commit details
    Browse the repository at this point in the history
  5. 8270475: Remove unused G1STWDrainQueueClosure

    Reviewed-by: iwalulya, kbarrett
    Thomas Schatzl committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    793d772 View commit details
    Browse the repository at this point in the history
  6. 8270014: Add scoped objects for g1 young gc verification and young gc…

    … internal timing
    
    Reviewed-by: ayang, iwalulya, kbarrett
    Thomas Schatzl committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    7a89ffe View commit details
    Browse the repository at this point in the history
  7. 8270517: Add Zero support for LoongArch

    Reviewed-by: dholmes, erikj, shade
    theaoqi authored and shipilev committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    e92e2fd View commit details
    Browse the repository at this point in the history
  8. 8264908: Investigate adding BOT range check in G1BlockOffsetTablePart…

    …::block_at_or_preceding
    
    Reviewed-by: ayang, tschatzl
    Ivan Walulya committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    99d7f9a View commit details
    Browse the repository at this point in the history
  9. 8261006: 'super' qualified method references cannot occur in a static…

    … context
    
    Reviewed-by: sadayapalam
    Vicente Romero committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    c962e6e View commit details
    Browse the repository at this point in the history
  10. 8265888: StandardJavaFileManager::setLocationForModule specification …

    …misses 'Implementation Requirements:'
    
    Reviewed-by: jlahoda
    jonathan-gibbons committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    1f995e5 View commit details
    Browse the repository at this point in the history
  11. 8268635: Corrupt oop in ClassLoaderData

    Reviewed-by: coleenp
    Backport-of: 3586a23
    William Kemper authored and RealCLanger committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e104ded View commit details
    Browse the repository at this point in the history
  12. 8270366: C2: Add associative rule to add/sub node

    Reviewed-by: kvn, adinn
    zhengyu123 committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    746fe5d View commit details
    Browse the repository at this point in the history
  13. 8269387: jpackage --add-launcher should have option to not create sho…

    …rtcuts for additional launchers
    
    Reviewed-by: asemenyuk, almatvee
    Andy Herrick committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    057992f View commit details
    Browse the repository at this point in the history
  14. 8270468: TestRangeCheckEliminated fails because methods are not compiled

    Reviewed-by: kvn, thartmann
    mychris authored and Vladimir Kozlov committed Jul 15, 2021
    3 Configuration menu
    Copy the full SHA
    bb82005 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Merge

    JesperIRL committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    7240d67 View commit details
    Browse the repository at this point in the history
  2. 8269725: AArch64: Add VectorMask query implementation for NEON

    Reviewed-by: aph
    Xiaohong Gong authored and Ningsheng Jian committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    ea77ef8 View commit details
    Browse the repository at this point in the history
  3. 8268773: Improvements related to: Failed to start thread - pthread_cr…

    …eate failed (EAGAIN)
    
    Reviewed-by: stuefe, iklam
    David Holmes committed Jul 16, 2021
    3 Configuration menu
    Copy the full SHA
    e35005d View commit details
    Browse the repository at this point in the history
  4. 8269269: [macos11] SystemIconTest fails with ClassCastException

    Reviewed-by: jdv
    Alexander Zuev committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    eab959c View commit details
    Browse the repository at this point in the history
  5. 8270459: Conflict inlining decisions by C1/C2 with the same CompileCo…

    …mmand
    
    Reviewed-by: kvn, xliu
    DamonFool committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    676d425 View commit details
    Browse the repository at this point in the history
  6. 8270814: ProblemList the failing serviceability/jvmti/HeapMonitor/MyP…

    …ackage/HeapMonitor* tests
    
    Reviewed-by: tschatzl, jiefu
    David Holmes committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    4927ee4 View commit details
    Browse the repository at this point in the history
  7. 8270547: java.util.Random contains unnecessary @SuppressWarnings("exp…

    …orts")
    
    Reviewed-by: darcy, bpb
    lahodaj committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    90c219f View commit details
    Browse the repository at this point in the history
  8. 8270540: G1: Refactor range checking in G1BlockOffsetTablePart::block…

    …_start* to asserts
    
    Reviewed-by: ayang, tschatzl
    Ivan Walulya committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    1d8d72d View commit details
    Browse the repository at this point in the history
  9. 8270837: fix typos in test TestSigParse.java

    Reviewed-by: jiefu
    Harold Seigel committed Jul 16, 2021
    3 Configuration menu
    Copy the full SHA
    67dc1c5 View commit details
    Browse the repository at this point in the history
  10. 8270556: Exclude security/infra/java/security/cert/CertPathValidator/…

    …certification/LetsEncryptCA
    
    Reviewed-by: mbaesken
    RealCLanger committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1350e2b View commit details
    Browse the repository at this point in the history
  11. 8269636: Change outputStream's print_raw() and print_raw_cr() second …

    …parameter to size_t type
    
    Reviewed-by: iklam, minqi
    calvinccheung committed Jul 16, 2021
    1 Configuration menu
    Copy the full SHA
    58f1ada View commit details
    Browse the repository at this point in the history
  12. 8270858: Problem List java/awt/Window/MultiWindowApp/MultiWindowAppTe…

    …st.java on Linux
    
    Reviewed-by: mikael, pbansal
    prrace committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    2dddcce View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Merge

    JesperIRL committed Jul 17, 2021
    1 Configuration menu
    Copy the full SHA
    a5c9094 View commit details
    Browse the repository at this point in the history
  2. 8270801: Print VM arguments with java -Xlog:arguments

    Reviewed-by: dholmes, xliu, stuefe, minqi
    iklam committed Jul 17, 2021
    1 Configuration menu
    Copy the full SHA
    f8ec3b6 View commit details
    Browse the repository at this point in the history
  3. 8270862: Fix problem list entries for 32-bit

    Reviewed-by: sspitsyn
    David Holmes committed Jul 17, 2021
    1 Configuration menu
    Copy the full SHA
    e7cdfeb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. 8263385: IGV: Graph is not opened in the window that has focus.

    Reviewed-by: rrich, chagedorn
    jyukutyo authored and y1yang0 committed Jul 19, 2021
    1 Configuration menu
    Copy the full SHA
    edff556 View commit details
    Browse the repository at this point in the history
  2. 8270455: Remove unused JFR tracer related code in G1CollectedHeap

    Reviewed-by: ayang, kbarrett
    Thomas Schatzl committed Jul 19, 2021
    1 Configuration menu
    Copy the full SHA
    a8f1542 View commit details
    Browse the repository at this point in the history
  3. 8269032: Stringdedup tests are failing if the ergonomically select GC…

    … does not support it
    
    Reviewed-by: tschatzl, lkorinth
    Kim Barrett committed Jul 19, 2021
    5 Configuration menu
    Copy the full SHA
    3fc761d View commit details
    Browse the repository at this point in the history
  4. 8264543: Using Intel serialize instruction to replace cpuid in Cross …

    …modify fence, on supported platforms
    
    rebase with master
    Xubo Zhang committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4f83c3f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'JDK-8264543' of https://github.com/xbzhang99/bugfixes i…

    …nto JDK-8264543
    Xubo Zhang committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    6db072d View commit details
    Browse the repository at this point in the history
  6. make supports_serialize() only dependent on cpu

    Xubo Zhang committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    fd0a14f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. enable serialize in Windows

    Xubo Zhang committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f89780e View commit details
    Browse the repository at this point in the history