git: openjdk/loom: fibers: 24 new changesets

duke duke at openjdk.org
Sat Jan 6 21:56:24 UTC 2024


Changeset: ea19e9c6
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
Date:      2024-01-04 16:28:52 +0000
URL:       https://git.openjdk.org/loom/commit/ea19e9c6aa86034055a39c8780156ae4c569de5b

8323011: ProblemList serviceability/HeapDump/FullGCHeapDumpLimitTest.java

Reviewed-by: azvegint, ctornqvi

! test/hotspot/jtreg/ProblemList.txt

Changeset: ade40741
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Xin Liu <xliu at openjdk.org>
Date:      2024-01-04 16:55:04 +0000
URL:       https://git.openjdk.org/loom/commit/ade40741cab0b5e4d8519a55ebcd51e386999f5d

8322976: Remove reference to transform_no_reclaim

Reviewed-by: shade, thartmann

! src/hotspot/share/opto/phaseX.cpp

Changeset: 15cf8f85
Author:    Justin Lu <jlu at openjdk.org>
Date:      2024-01-04 17:16:22 +0000
URL:       https://git.openjdk.org/loom/commit/15cf8f853105050ec356756d5affa153f79894fa

8319626: Override toString() for ZipFile

Reviewed-by: jpai, alanb, coffeys

! src/java.base/share/classes/java/util/zip/ZipFile.java

Changeset: ad31ec5c
Author:    Naoto Sato <naoto at openjdk.org>
Date:      2024-01-04 17:16:33 +0000
URL:       https://git.openjdk.org/loom/commit/ad31ec5c5f120082cedd7b9ece45b6b44147c0c5

8322647: Short name for the `Europe/Lisbon` time zone is incorrect

Reviewed-by: joehw, iris

! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java
! test/jdk/java/time/test/java/time/format/TestUTCParse.java
! test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java

Changeset: 3fbccb01
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2024-01-04 17:22:49 +0000
URL:       https://git.openjdk.org/loom/commit/3fbccb01dcffe9eb48a08d99aab0e9aa311a18cf

8322978: Remove debug agent debugMonitorTimedWait() function. It is no longer used.

Reviewed-by: dholmes, sspitsyn

! src/jdk.jdwp.agent/share/native/libjdwp/util.c
! src/jdk.jdwp.agent/share/native/libjdwp/util.h

Changeset: 3b1e56a4
Author:    Calvin Cheung <ccheung at openjdk.org>
Date:      2024-01-05 00:00:24 +0000
URL:       https://git.openjdk.org/loom/commit/3b1e56a4275addeadcefe180b5ce60d9d74cca7b

8322322: Support archived full module graph when -Xbootclasspath/a is used

Reviewed-by: alanb, mchung

! src/hotspot/share/runtime/arguments.cpp
! src/java.base/share/classes/jdk/internal/loader/ClassLoaders.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java
! test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java

Changeset: 5235cc98
Author:    Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2024-01-05 04:39:55 +0000
URL:       https://git.openjdk.org/loom/commit/5235cc987d8c4455622acda947bed7321086a385

8322583: RISC-V: Enable fast class initialization checks

Reviewed-by: rehn, fyang, fjiang

! src/hotspot/cpu/riscv/vm_version_riscv.hpp

Changeset: 2a9c3589
Author:    Johny Jose <johny.jose at oracle.com>
Committer: Sean Coffey <coffeys at openjdk.org>
Date:      2024-01-05 08:12:59 +0000
URL:       https://git.openjdk.org/loom/commit/2a9c3589d941d9a57e536ea0b3d7919c6ddb82dc

8322725: (tz) Update Timezone Data to 2023d

Reviewed-by: coffeys, naoto

! src/java.base/share/data/tzdata/VERSION
! src/java.base/share/data/tzdata/africa
! src/java.base/share/data/tzdata/antarctica
! src/java.base/share/data/tzdata/asia
! src/java.base/share/data/tzdata/australasia
! src/java.base/share/data/tzdata/backward
! src/java.base/share/data/tzdata/europe
! src/java.base/share/data/tzdata/iso3166.tab
! src/java.base/share/data/tzdata/leapseconds
! src/java.base/share/data/tzdata/northamerica
! src/java.base/share/data/tzdata/southamerica
! src/java.base/share/data/tzdata/zone.tab
! test/jdk/java/util/TimeZone/TimeZoneData/VERSION
! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt

Changeset: 868f8745
Author:    Stefan Karlsson <stefank at openjdk.org>
Date:      2024-01-05 09:07:03 +0000
URL:       https://git.openjdk.org/loom/commit/868f8745faf70c915d8294ae8f85b2d6aa096900

8322920: Some ProcessTools.execute* functions are declared to throw Throwable

Reviewed-by: dholmes, lmesnik

! test/lib/jdk/test/lib/process/ProcessTools.java

Changeset: 1d1cd32b
Author:    Stefan Karlsson <stefank at openjdk.org>
Date:      2024-01-05 09:12:24 +0000
URL:       https://git.openjdk.org/loom/commit/1d1cd32bc355a33448d8f15555e142570bb49c21

8321812: Update GC tests to use execute[Limited]TestJava

Reviewed-by: tschatzl, aboldtch

! test/hotspot/jtreg/gc/TestAgeOutput.java
! test/hotspot/jtreg/gc/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtError.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java
! test/hotspot/jtreg/gc/TestCardTablePageCommits.java
! test/hotspot/jtreg/gc/TestNumWorkerOutput.java
! test/hotspot/jtreg/gc/TestPLABAdaptToMinTLABSize.java
! test/hotspot/jtreg/gc/TestSmallHeap.java
! test/hotspot/jtreg/gc/TestVerifyDuringStartup.java
! test/hotspot/jtreg/gc/TestVerifySilently.java
! test/hotspot/jtreg/gc/TestVerifySubSet.java
! test/hotspot/jtreg/gc/arguments/GCArguments.java
! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java
! test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
! test/hotspot/jtreg/gc/arguments/TestDisableDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcMarkStepDurationMillis.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcRefinementThreads.java
! test/hotspot/jtreg/gc/arguments/TestG1HeapRegionSize.java
! test/hotspot/jtreg/gc/arguments/TestG1PercentageOptions.java
! test/hotspot/jtreg/gc/arguments/TestG1RemSetFlags.java
! test/hotspot/jtreg/gc/arguments/TestHeapFreeRatio.java
! test/hotspot/jtreg/gc/arguments/TestInitialTenuringThreshold.java
! test/hotspot/jtreg/gc/arguments/TestMaxHeapSizeTools.java
! test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestMaxNewSize.java
! test/hotspot/jtreg/gc/arguments/TestMaxRAMFlags.java
! test/hotspot/jtreg/gc/arguments/TestMinAndInitialSurvivorRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeThreadIncrease.java
! test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java
! test/hotspot/jtreg/gc/arguments/TestParallelGCThreads.java
! test/hotspot/jtreg/gc/arguments/TestParallelRefProc.java
! test/hotspot/jtreg/gc/arguments/TestSelectDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java
! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestUnrecognizedVMOptionsHandling.java
! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgoTools.java
! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
! test/hotspot/jtreg/gc/arguments/TestUseNUMAInterleaving.java
! test/hotspot/jtreg/gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
! test/hotspot/jtreg/gc/class_unloading/TestG1ClassUnloadingHWM.java
! test/hotspot/jtreg/gc/epsilon/TestDieDefault.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithOnError.java
! test/hotspot/jtreg/gc/ergonomics/TestDynamicNumberOfGCThreads.java
! test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java
! test/hotspot/jtreg/gc/g1/Test2GbHeap.java
! test/hotspot/jtreg/gc/g1/TestAllocationFailure.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegions.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsLog.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
! test/hotspot/jtreg/gc/g1/TestG1SkipCompaction.java
! test/hotspot/jtreg/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocNearlyFullRegion.java
! test/hotspot/jtreg/gc/g1/TestHumongousCodeCacheRoots.java
! test/hotspot/jtreg/gc/g1/TestHumongousConcurrentStartUndo.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForHeap.java
! test/hotspot/jtreg/gc/g1/TestMarkStackSizes.java
! test/hotspot/jtreg/gc/g1/TestMixedGCLiveThreshold.java
! test/hotspot/jtreg/gc/g1/TestOneEdenRegionAfterGC.java
! test/hotspot/jtreg/gc/g1/TestPLABOutput.java
! test/hotspot/jtreg/gc/g1/TestPLABSizeBounds.java
! test/hotspot/jtreg/gc/g1/TestPeriodicLogMessages.java
! test/hotspot/jtreg/gc/g1/TestPrintRegionRememberedSetInfo.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingThreads.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingTools.java
! test/hotspot/jtreg/gc/g1/TestSharedArchiveWithPreTouch.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData.java
! test/hotspot/jtreg/gc/g1/TestShrinkDefragmentedHeap.java
! test/hotspot/jtreg/gc/g1/TestSkipRebuildRemsetPhase.java
! test/hotspot/jtreg/gc/g1/TestVerifyGCType.java
! test/hotspot/jtreg/gc/g1/humongousObjects/ClassLoaderGenerator.java
! test/hotspot/jtreg/gc/g1/humongousObjects/G1SampleClass.java
! test/hotspot/jtreg/gc/g1/humongousObjects/TestHumongousClassLoader.java
! test/hotspot/jtreg/gc/g1/humongousObjects/TestHumongousNonArrayAllocation.java
! test/hotspot/jtreg/gc/g1/mixedgc/TestLogging.java
! test/hotspot/jtreg/gc/g1/numa/TestG1NUMATouchRegions.java
! test/hotspot/jtreg/gc/g1/pinnedobjs/TestPinnedObjectTypes.java
! test/hotspot/jtreg/gc/g1/pinnedobjs/TestPinnedObjectsEvacuation.java
! test/hotspot/jtreg/gc/g1/pinnedobjs/TestPinnedOldObjectsEvacuation.java
! test/hotspot/jtreg/gc/logging/TestDeprecatedPrintFlags.java
! test/hotspot/jtreg/gc/logging/TestGCId.java
! test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java
! test/hotspot/jtreg/gc/logging/TestPrintReferences.java
! test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceSizeFlags.java
! test/hotspot/jtreg/gc/metaspace/TestSizeTransitions.java
! test/hotspot/jtreg/gc/serial/HeapChangeLogging.java
! test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java
! test/hotspot/jtreg/gc/shenandoah/TestJcmdHeapDump.java
! test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java
! test/hotspot/jtreg/gc/shenandoah/TestPeriodicGC.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargeObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargerThanHeap.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocSmallObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestClassLoaderLeak.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestThreadFailure.java
! test/hotspot/jtreg/gc/shenandoah/options/TestArgumentRanges.java
! test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGC.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGCNoConcurrent.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHeuristicsUnlock.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHumongousThresholdArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestLoopMiningArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestModeUnlock.java
! test/hotspot/jtreg/gc/shenandoah/options/TestRegionSizeArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
! test/hotspot/jtreg/gc/shenandoah/options/TestSoftMaxHeapSize.java
! test/hotspot/jtreg/gc/shenandoah/options/TestThreadCounts.java
! test/hotspot/jtreg/gc/shenandoah/options/TestThreadCountsOverride.java
! test/hotspot/jtreg/gc/shenandoah/options/TestWrongBarrierDisable.java
! test/hotspot/jtreg/gc/shenandoah/options/TestWrongBarrierEnable.java
! test/hotspot/jtreg/gc/stress/TestReclaimStringsLeaksMemory.java
! test/hotspot/jtreg/gc/stress/TestStressG1Humongous.java
! test/hotspot/jtreg/gc/stress/TestStressG1Uncommit.java
! test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java
! test/hotspot/jtreg/gc/testlibrary/Helpers.java
! test/hotspot/jtreg/gc/whitebox/TestWBGC.java
! test/hotspot/jtreg/gc/x/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/x/TestPageCacheFlush.java
! test/hotspot/jtreg/gc/x/TestSmallHeap.java
! test/hotspot/jtreg/gc/z/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/z/TestPageCacheFlush.java
! test/hotspot/jtreg/gc/z/TestSmallHeap.java
! test/hotspot/jtreg/gc/z/TestZForceDiscontiguousHeapReservations.java
! test/hotspot/jtreg/gc/z/TestZNMT.java

Changeset: 3dc4bd85
Author:    Denghui Dong <ddong at openjdk.org>
Date:      2024-01-05 09:23:42 +0000
URL:       https://git.openjdk.org/loom/commit/3dc4bd858139f133f5e5b17e7bd3082dd6766d02

8322989: New test serviceability/HeapDump/FullGCHeapDumpLimitTest.java fails

Reviewed-by: stefank, dholmes

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/serviceability/HeapDump/FullGCHeapDumpLimitTest.java

Changeset: f0e2e431
Author:    William Kemper <wkemper at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date:      2024-01-05 10:39:08 +0000
URL:       https://git.openjdk.org/loom/commit/f0e2e4311b8cab160dc9e35f43e9ae5a145c5e23

8323021: Shenandoah: Encountered reference count always attributed to first worker thread

Reviewed-by: kdnilsen, ysr, shade

! src/hotspot/share/gc/shenandoah/shenandoahReferenceProcessor.cpp

Changeset: 78623c95
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2024-01-05 11:13:34 +0000
URL:       https://git.openjdk.org/loom/commit/78623c95f2a3954384963c4c761d2e4e5f4aefed

8323012: C2 fails with fatal error: no reachable node should have no use

Reviewed-by: chagedorn

! src/hotspot/share/opto/cfgnode.cpp

Changeset: f0cfd361
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2024-01-05 11:34:03 +0000
URL:       https://git.openjdk.org/loom/commit/f0cfd361bd6a98dc1192dab2116fdd3904f130f8

8322532: JShell : Unnamed variable issue

Reviewed-by: asotona

! src/jdk.jshell/share/classes/jdk/jshell/CompletenessAnalyzer.java
! test/langtools/jdk/jshell/VariablesTest.java

Changeset: ade21a96
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2024-01-05 13:48:31 +0000
URL:       https://git.openjdk.org/loom/commit/ade21a965f8a5fc889cd48bba76fad507bdeddf5

8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate

Reviewed-by: aph, chagedorn

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
+ test/hotspot/jtreg/compiler/c1/TestLargeMonitorOffset.java

Changeset: ed9f3243
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2024-01-05 15:40:32 +0000
URL:       https://git.openjdk.org/loom/commit/ed9f3243f04718a50bbdc589437872f7215c0e08

8322985: [BACKOUT] 8318562: Computational test more than 2x slower when AVX instructions are used

Reviewed-by: chagedorn, shade

! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
! src/hotspot/cpu/x86/x86_64.ad
- test/micro/org/openjdk/bench/vm/compiler/x86/ComputePI.java

Changeset: 631a9f60
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
Date:      2024-01-05 16:26:02 +0000
URL:       https://git.openjdk.org/loom/commit/631a9f60f30fe298791aa953fa573001127ff58a

8323073: ProblemList gc/g1/TestSkipRebuildRemsetPhase.java on linux-aarch64
8323075: ProblemList runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java

Reviewed-by: thartmann

! test/hotspot/jtreg/ProblemList.txt

Changeset: 700c25f5
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2024-01-05 17:04:32 +0000
URL:       https://git.openjdk.org/loom/commit/700c25f5b45e8a228d07c57dcf925e93d494af23

8322954: Shenandoah: Convert evac-update closures asserts to rich asserts

Reviewed-by: wkemper, kdnilsen, ysr

! src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahBarrierSetClone.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp

Changeset: 46965a09
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2024-01-05 17:53:45 +0000
URL:       https://git.openjdk.org/loom/commit/46965a096ce74d9375df36a3a66107e9295cc180

8322981: Fix 2 locations in JDI that throw IOException without using the "Caused by" exception

Reviewed-by: dholmes, lmesnik

! src/jdk.jdi/share/classes/com/sun/tools/jdi/ProcessAttachingConnector.java
! src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java

Changeset: 35a1b77d
Author:    David Leopoldseder <davleopo at openjdk.org>
Committer: Tom Rodriguez <never at openjdk.org>
Date:      2024-01-05 19:00:18 +0000
URL:       https://git.openjdk.org/loom/commit/35a1b77da541e4df3c4d1bab0825ea39e653808c

8322636: [JVMCI] HotSpotSpeculationLog can be inconsistent across a single compile

Reviewed-by: dnsimon, never

! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotSpeculationLog.java

Changeset: be4614eb
Author:    Jonathan Gibbons <jjg at openjdk.org>
Date:      2024-01-05 22:16:52 +0000
URL:       https://git.openjdk.org/loom/commit/be4614eb5e4efcea3f3ef4d18f94cfb36fd557f4

8323016: Improve reporting for bad options

Reviewed-by: prappo

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/Start.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties
! test/langtools/jdk/javadoc/tool/BadOptionsTest.java

Changeset: ace010b3
Author:    Alan Bateman <alanb at openjdk.org>
Date:      2024-01-06 08:52:27 +0000
URL:       https://git.openjdk.org/loom/commit/ace010b38a83e0c9b43aeeb6bc5c92d0886dc53f

8319757: java/nio/channels/DatagramChannel/InterruptibleOrNot.java failed: wrong exception thrown

Reviewed-by: jpai, bpb

! test/jdk/java/nio/channels/DatagramChannel/InterruptibleOrNot.java

Changeset: faa9c690
Author:    Alan Bateman <alanb at openjdk.org>
Date:      2024-01-06 18:24:28 +0000
URL:       https://git.openjdk.org/loom/commit/faa9c6909dda635eb008b9dada6e06fca47c17d6

8322846: Running with -Djdk.tracePinnedThreads set can hang

Reviewed-by: jpai

! src/java.base/share/classes/java/lang/PinnedThreadPrinter.java
! src/java.base/share/classes/java/lang/VirtualThread.java
! test/jdk/java/lang/Thread/virtual/TracePinnedThreads.java

Changeset: 0c726131
Author:    Alan Bateman <alan.bateman at oracle.com>
Date:      2024-01-06 18:27:37 +0000
URL:       https://git.openjdk.org/loom/commit/0c7261317f2a38a4b21f66228a68b8f46eddd8a1

Merge

! test/hotspot/jtreg/ProblemList.txt
! test/jdk/java/lang/Thread/virtual/TracePinnedThreads.java
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/java/lang/Thread/virtual/TracePinnedThreads.java



More information about the loom-dev mailing list