From duke at openjdk.org Fri Mar 1 07:11:20 2024 From: duke at openjdk.org (duke) Date: Fri, 1 Mar 2024 07:11:20 GMT Subject: git: openjdk/loom: fibers: 41 new changesets Message-ID: <0ca788a5-8c78-4828-bd6d-f5e0528b6e59@openjdk.org> Changeset: ec9437db Author: Daniel Jeli?ski Date: 2024-02-27 07:06:35 +0000 URL: https://git.openjdk.org/loom/commit/ec9437dbcc242b62e3b099dd05b129760419f025 8325247: Memory leak in SessionKeyRef class def when using PKCS11 security provider Reviewed-by: valeriep ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java Changeset: 97aca09e Author: Dan Lutker Committer: Aleksey Shipilev Date: 2024-02-27 07:34:10 +0000 URL: https://git.openjdk.org/loom/commit/97aca09e586c086f8130b394682f45724f08b3a4 8326717: Disable stringop-overflow in shenandoahLock.cpp Reviewed-by: erikj, shade ! make/hotspot/lib/CompileJvm.gmk Changeset: 5daf63b7 Author: SendaoYan Committer: Tobias Hartmann Date: 2024-02-27 08:14:38 +0000 URL: https://git.openjdk.org/loom/commit/5daf63b7177b8c30b6375bdb394186c03a624ea3 8326636: Problem list StartupOutput.java due to 8326615 Reviewed-by: kvn, thartmann ! test/hotspot/jtreg/ProblemList.txt Changeset: a48f5966 Author: Hamlin Li Date: 2024-02-27 08:17:33 +0000 URL: https://git.openjdk.org/loom/commit/a48f5966be17dea1c69e1c66719e43828768dbc1 8322179: RISC-V: Implement SHA-1 intrinsic Reviewed-by: tonyp, fyang ! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp ! src/hotspot/cpu/riscv/stubRoutines_riscv.hpp ! src/hotspot/cpu/riscv/vm_version_riscv.cpp ! test/hotspot/jtreg/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java Changeset: 4d82ea10 Author: Denghui Dong Date: 2024-02-27 08:28:49 +0000 URL: https://git.openjdk.org/loom/commit/4d82ea102a347b12f33104917ae790156ed524a1 8325144: C1: Optimize CriticalEdgeFinder Reviewed-by: dlong, chagedorn ! src/hotspot/share/c1/c1_IR.cpp ! src/hotspot/share/c1/c1_Instruction.cpp ! src/hotspot/share/c1/c1_Instruction.hpp Changeset: c5f1dccc Author: Lei Zaakjyu Committer: Thomas Schatzl Date: 2024-02-27 08:58:52 +0000 URL: https://git.openjdk.org/loom/commit/c5f1dcccfce7b943c1a91aa65709576038098e91 8325082: Rename headers named 'heapRegion*' of G1 Reviewed-by: stefank, tschatzl ! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp ! src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.cpp ! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp ! src/hotspot/cpu/riscv/gc/g1/g1BarrierSetAssembler_riscv.cpp ! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp ! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp ! src/hotspot/share/cds/archiveHeapWriter.cpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/gc/g1/c1/g1BarrierSetC1.cpp ! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp ! src/hotspot/share/gc/g1/g1AllocRegion.hpp ! src/hotspot/share/gc/g1/g1AllocRegion.inline.hpp ! src/hotspot/share/gc/g1/g1Allocator.cpp ! src/hotspot/share/gc/g1/g1Arguments.cpp ! src/hotspot/share/gc/g1/g1BarrierSet.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1CardSet.cpp ! src/hotspot/share/gc/g1/g1CardTable.inline.hpp ! src/hotspot/share/gc/g1/g1CodeBlobClosure.cpp ! src/hotspot/share/gc/g1/g1CodeRootSet.cpp ! src/hotspot/share/gc/g1/g1CollectedHeap.cpp ! src/hotspot/share/gc/g1/g1CollectedHeap.hpp ! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp ! src/hotspot/share/gc/g1/g1CollectionSet.cpp ! src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp ! src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp ! src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMarkBitMap.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRefine.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRefineThreadsNeeded.cpp ! src/hotspot/share/gc/g1/g1DirtyCardQueue.cpp ! src/hotspot/share/gc/g1/g1EdenRegions.hpp ! src/hotspot/share/gc/g1/g1EvacFailureRegions.cpp ! src/hotspot/share/gc/g1/g1FullCollector.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp ! src/hotspot/share/gc/g1/g1FullGCAdjustTask.hpp ! src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp ! src/hotspot/share/gc/g1/g1FullGCCompactTask.hpp ! src/hotspot/share/gc/g1/g1FullGCCompactionPoint.cpp ! src/hotspot/share/gc/g1/g1FullGCMarkTask.hpp ! src/hotspot/share/gc/g1/g1FullGCOopClosures.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.hpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCResetMetadataTask.hpp ! src/hotspot/share/gc/g1/g1HRPrinter.cpp ! src/hotspot/share/gc/g1/g1HRPrinter.hpp = src/hotspot/share/gc/g1/g1HeapRegion.cpp = src/hotspot/share/gc/g1/g1HeapRegion.hpp = src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp ! src/hotspot/share/gc/g1/g1HeapRegionAttr.hpp = src/hotspot/share/gc/g1/g1HeapRegionBounds.hpp + src/hotspot/share/gc/g1/g1HeapRegionBounds.inline.hpp ! src/hotspot/share/gc/g1/g1HeapRegionEventSender.cpp = src/hotspot/share/gc/g1/g1HeapRegionManager.cpp = src/hotspot/share/gc/g1/g1HeapRegionManager.hpp = src/hotspot/share/gc/g1/g1HeapRegionManager.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.cpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionSet.cpp = src/hotspot/share/gc/g1/g1HeapRegionSet.hpp = src/hotspot/share/gc/g1/g1HeapRegionSet.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionTracer.cpp = src/hotspot/share/gc/g1/g1HeapRegionTracer.hpp = src/hotspot/share/gc/g1/g1HeapRegionType.cpp = src/hotspot/share/gc/g1/g1HeapRegionType.hpp ! src/hotspot/share/gc/g1/g1HeapVerifier.cpp ! src/hotspot/share/gc/g1/g1HeapVerifier.hpp ! src/hotspot/share/gc/g1/g1MemoryPool.cpp ! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.cpp ! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.hpp ! src/hotspot/share/gc/g1/g1NUMA.hpp ! src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp ! src/hotspot/share/gc/g1/g1OopClosures.inline.hpp ! src/hotspot/share/gc/g1/g1Policy.cpp ! src/hotspot/share/gc/g1/g1RegionPinCache.hpp ! src/hotspot/share/gc/g1/g1RegionsOnNodes.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/g1/g1RemSet.hpp ! src/hotspot/share/gc/g1/g1RemSetSummary.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp ! src/hotspot/share/gc/g1/g1RootProcessor.cpp ! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp ! src/hotspot/share/gc/g1/g1SurvRateGroup.cpp ! src/hotspot/share/gc/g1/g1SurvivorRegions.cpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp ! src/hotspot/share/gc/g1/g1YoungGenSizer.cpp - src/hotspot/share/gc/g1/heapRegionBounds.inline.hpp ! src/hotspot/share/gc/g1/jvmFlagConstraintsG1.cpp ! src/hotspot/share/gc/g1/vmStructs_g1.hpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/opto/runtime.cpp ! src/hotspot/share/prims/whitebox.cpp ! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp ! test/hotspot/gtest/gc/g1/test_g1CardSet.cpp ! test/hotspot/gtest/gc/g1/test_g1CardSetContainers.cpp ! test/hotspot/gtest/gc/g1/test_heapRegion.cpp Changeset: 7583419d Author: Afshin Zafari Date: 2024-02-27 08:59:10 +0000 URL: https://git.openjdk.org/loom/commit/7583419d88d7a61007951d5abdff4ac8e620c7d8 8324828: Avoid multiple search of reserved regions during splitting Reviewed-by: stuefe, jsjolen ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/nmt/memTracker.hpp ! src/hotspot/share/nmt/virtualMemoryTracker.cpp ! src/hotspot/share/nmt/virtualMemoryTracker.hpp Changeset: 5d3d40d9 Author: Albert Mingkun Yang Date: 2024-02-27 09:12:20 +0000 URL: https://git.openjdk.org/loom/commit/5d3d40d962ece0395d1da233e1f8db3de826cb93 8326659: Serial: Remove redundant TenuredSpace::print_on Reviewed-by: tschatzl ! src/hotspot/share/gc/shared/space.cpp ! src/hotspot/share/gc/shared/space.hpp Changeset: e85355ad Author: Suchismith Roy Committer: Martin Doerr Date: 2024-02-27 09:15:40 +0000 URL: https://git.openjdk.org/loom/commit/e85355ada4ac1061c49ee9f1247d37a437c7b5ab 8320005: Allow loading of shared objects with .a extension on AIX Reviewed-by: amitkumar, stuefe, jkern, mdoerr ! src/hotspot/os/aix/os_aix.cpp Changeset: d482c1af Author: Kim Barrett Date: 2024-02-27 10:26:42 +0000 URL: https://git.openjdk.org/loom/commit/d482c1af28cacd60cc05fe3f975a00a0c68c72b7 8326524: Rename agent_common.h Reviewed-by: coleenp, sspitsyn, jwaters, dlong, lmesnik ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/methloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/extmech.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/gc.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp Changeset: da14aa46 Author: Magnus Ihse Bursie Date: 2024-02-27 10:26:55 +0000 URL: https://git.openjdk.org/loom/commit/da14aa463b8fcd56ba1f1a4cdb3e3f7b19f78964 8017234: Hotspot should stop using mapfiles Reviewed-by: djelinski, erikj, dholmes - make/data/hotspot-symbols/symbols-aix - make/data/hotspot-symbols/symbols-aix-debug - make/data/hotspot-symbols/symbols-linux - make/data/hotspot-symbols/symbols-macosx - make/data/hotspot-symbols/symbols-shared - make/data/hotspot-symbols/symbols-unix + make/data/hotspot-symbols/version-script.txt ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk - make/hotspot/lib/JvmMapfile.gmk ! src/hotspot/cpu/aarch64/assembler_aarch64.cpp ! src/hotspot/os_cpu/bsd_aarch64/copy_bsd_aarch64.S ! src/hotspot/os_cpu/bsd_aarch64/safefetch_bsd_aarch64.S ! src/hotspot/os_cpu/bsd_x86/bsd_x86_32.S ! src/hotspot/os_cpu/bsd_x86/bsd_x86_64.S ! src/hotspot/os_cpu/bsd_x86/safefetch_bsd_x86_64.S ! src/hotspot/os_cpu/linux_aarch64/atomic_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/copy_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/safefetch_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/threadLS_linux_aarch64.S ! src/hotspot/os_cpu/linux_arm/linux_arm_32.S ! src/hotspot/os_cpu/linux_arm/safefetch_linux_arm.S ! src/hotspot/os_cpu/linux_ppc/safefetch_linux_ppc.S ! src/hotspot/os_cpu/linux_riscv/safefetch_linux_riscv.S ! src/hotspot/os_cpu/linux_s390/safefetch_linux_s390.S ! src/hotspot/os_cpu/linux_x86/linux_x86_32.S ! src/hotspot/os_cpu/linux_x86/linux_x86_64.S ! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S ! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_64.S ! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/oops/accessBackend.cpp ! src/hotspot/share/utilities/debug.cpp Changeset: 60cbf292 Author: Viktor Klang Date: 2024-02-27 10:38:36 +0000 URL: https://git.openjdk.org/loom/commit/60cbf2925024b1c2253256688ae41741fff0a860 8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections Reviewed-by: alanb ! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java ! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java Changeset: 16d917a8 Author: Taizo Kurashige <103394724+kurashige23 at users.noreply.github.com> Committer: Erik Gahlin Date: 2024-02-27 10:39:48 +0000 URL: https://git.openjdk.org/loom/commit/16d917a85f9311611a14a63f1e53afae970efc73 8313710: jcmd: typo in the documentation of JFR.start and JFR.dump Reviewed-by: dholmes, egahlin ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdDump.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java Changeset: bceaed6d Author: Magnus Ihse Bursie Date: 2024-02-27 10:54:49 +0000 URL: https://git.openjdk.org/loom/commit/bceaed6d4de391d1fdac0d35384c415a7c484d28 8326406: Remove mapfile support from makefiles Reviewed-by: jwaters, erikj ! make/autoconf/flags-cflags.m4 ! make/autoconf/spec.gmk.template ! make/common/NativeCompilation.gmk ! make/common/native/Link.gmk ! make/common/native/LinkMicrosoft.gmk Changeset: ac3ce2aa Author: Magnus Ihse Bursie Date: 2024-02-27 11:14:11 +0000 URL: https://git.openjdk.org/loom/commit/ac3ce2aa156332fc4e6f33018ff669657ab4b797 8326583: Remove over-generalized DefineNativeToolchain solution Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/NativeCompilation.gmk ! make/common/TestFilesCompilation.gmk - make/common/native/ToolchainDefinitions.gmk ! make/hotspot/gensrc/GensrcAdlc.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: c5c866aa Author: Markus Gr?nlund Date: 2024-02-27 11:41:23 +0000 URL: https://git.openjdk.org/loom/commit/c5c866aafe76f51cd5386bf5052c06691c1a0e8c 8326219: applications/kitchensink/Kitchensink8H.java timed out Reviewed-by: egahlin ! src/hotspot/share/jfr/jni/jfrJniMethod.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp Changeset: 4fcae1ae Author: Zhengyu Gu Date: 2024-02-27 15:09:56 +0000 URL: https://git.openjdk.org/loom/commit/4fcae1aef52c7e5b8a76e07adcb2a3dbc5bb215d 8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp Reviewed-by: tschatzl ! src/hotspot/share/gc/shared/collectedHeap.hpp Changeset: 81b065a9 Author: Jiangli Zhou Date: 2024-02-27 16:43:37 +0000 URL: https://git.openjdk.org/loom/commit/81b065a95d670ef357c36239d8c408cd72a5c48c 8326714: Make file-local functions static in src/java.base/unix/native/libjava/childproc.c Reviewed-by: djelinski, rriggs ! src/java.base/unix/native/libjava/childproc.c ! src/java.base/unix/native/libjava/childproc.h Changeset: 9f0e7da6 Author: Tobias Hartmann Date: 2024-02-27 16:58:22 +0000 URL: https://git.openjdk.org/loom/commit/9f0e7da64e21237322e55ca4f0e3639fa5d1c4ed 8326638: Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/loopopts.cpp + test/hotspot/jtreg/compiler/loopopts/TestRemixAddressExpressionsWithIrreducibleLoop.java Changeset: 552411f8 Author: Hamlin Li Date: 2024-02-27 20:08:22 +0000 URL: https://git.openjdk.org/loom/commit/552411f832eb35d739c7978b8c1f8d0dfd4b2161 8326824: Test: remove redundant test in compiler/vectorapi/reshape/utils/TestCastMethods.java Reviewed-by: kvn ! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java Changeset: 349df0a0 Author: SendaoYan Committer: Jonathan Gibbons Date: 2024-02-27 22:19:14 +0000 URL: https://git.openjdk.org/loom/commit/349df0a0e550599cc4a9cde8bef00e138671b472 8326726: Problem list Exhaustiveness.java due to 8326616 Reviewed-by: jlahoda ! test/langtools/ProblemList.txt Changeset: 419191c6 Author: Weijun Wang Date: 2024-02-27 22:26:08 +0000 URL: https://git.openjdk.org/loom/commit/419191c653f787b5dc3032f9da31d8c9b9a08235 8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179 Reviewed-by: valeriep, djelinski ! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c Changeset: 33f23827 Author: William Kemper Date: 2024-02-27 23:06:17 +0000 URL: https://git.openjdk.org/loom/commit/33f23827676dc9ff12bd5c0891170cd813b93b96 8325807: Shenandoah: Refactor full gc in preparation for generational mode changes Reviewed-by: shade, ysr, kdnilsen ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.hpp Changeset: 4dd6c44c Author: Robert Toyonaga Committer: Erik Gahlin Date: 2024-02-28 00:50:31 +0000 URL: https://git.openjdk.org/loom/commit/4dd6c44cbdb0b5957414fa87b6c559fa4d6f2fa8 8326529: JFR: Test for CompilerCompile events fails due to time out Reviewed-by: egahlin ! test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java Changeset: 6cad07c2 Author: Christian Hagedorn Date: 2024-02-28 07:03:57 +0000 URL: https://git.openjdk.org/loom/commit/6cad07c23b16aa9eb5a5a0674344d494843601dc 8325746: Refactor Loop Unswitching code Reviewed-by: epeter, kvn ! src/hotspot/share/opto/cfgnode.hpp ! src/hotspot/share/opto/ifnode.cpp ! src/hotspot/share/opto/loopUnswitch.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/loopopts.cpp + test/hotspot/jtreg/compiler/loopopts/TestBaseCountedEndLoopUnswitchCandidate.java Changeset: 9b1f1e52 Author: Matthias Baesken Date: 2024-02-28 08:37:44 +0000 URL: https://git.openjdk.org/loom/commit/9b1f1e5294e130ec444b08af1f73d08e86fd91ee 8326389: [test] improve assertEquals failure output Reviewed-by: clanger, jpai ! test/lib/jdk/test/lib/Asserts.java Changeset: 3b90ddfe Author: Andrew Leonard Date: 2024-02-28 08:37:53 +0000 URL: https://git.openjdk.org/loom/commit/3b90ddfefea36d9f7f08ff11cd0cb099aa32b02b 8326685: Linux builds not reproducible if two builds configured in different build folders Reviewed-by: ihse, erikj ! make/autoconf/flags-cflags.m4 Changeset: 1ab6bd43 Author: Kuai Wei Committer: Julian Waters Date: 2024-02-28 08:44:49 +0000 URL: https://git.openjdk.org/loom/commit/1ab6bd434f560e0cc34a85079949e3839c59568f 8326135: Enhance adlc to report unused operands Reviewed-by: kvn, vlivanov ! src/hotspot/share/adlc/archDesc.cpp ! src/hotspot/share/adlc/archDesc.hpp ! src/hotspot/share/adlc/forms.cpp ! src/hotspot/share/adlc/forms.hpp ! src/hotspot/share/adlc/formsopt.cpp ! src/hotspot/share/adlc/formsopt.hpp ! src/hotspot/share/adlc/formssel.cpp ! src/hotspot/share/adlc/formssel.hpp ! src/hotspot/share/adlc/main.cpp Changeset: e6b3bda2 Author: Magnus Ihse Bursie Date: 2024-02-28 10:31:18 +0000 URL: https://git.openjdk.org/loom/commit/e6b3bda2c30ea7932a8a20027e1ef2e805610f14 8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234 Reviewed-by: djelinski, jwaters, dholmes ! src/hotspot/cpu/aarch64/assembler_aarch64.cpp ! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/utilities/debug.cpp Changeset: e7e80831 Author: Thomas Schatzl Date: 2024-02-28 10:37:54 +0000 URL: https://git.openjdk.org/loom/commit/e7e8083139f2cf7aa3e49dd1d72335ccb4ff00af 8326781: G1ConcurrentMark::top_at_rebuild_start() should take a HeapRegion* not an uint Reviewed-by: iwalulya, ayang ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp Changeset: eb4b6fa6 Author: Thomas Schatzl Date: 2024-02-28 10:42:44 +0000 URL: https://git.openjdk.org/loom/commit/eb4b6fa6212380c9b6d3c94f5aa3384f12a0c125 8326590: Improve description of MarkStackSize[Max] flags Reviewed-by: iwalulya ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 5db50aca Author: Zhengyu Gu Date: 2024-02-28 13:55:48 +0000 URL: https://git.openjdk.org/loom/commit/5db50aca6925b3922bbd030cf981c5befb3df1e0 8326892: Remove unused PSAdaptiveSizePolicyResizeVirtualSpaceAlot develop flag Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 41242cbe Author: Alexey Ivanov Date: 2024-02-28 14:42:03 +0000 URL: https://git.openjdk.org/loom/commit/41242cbe5d01fc6e19859626dd08f6191e7486fb 8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java Reviewed-by: honkar, dmarkov ! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java Changeset: a93605f7 Author: Albert Mingkun Yang Date: 2024-02-28 15:14:43 +0000 URL: https://git.openjdk.org/loom/commit/a93605f7fb0fbe22c7bdffc8eb6db4d660eec3d1 8326763: Consolidate print methods in ContiguousSpace Reviewed-by: stefank, gli ! src/hotspot/share/gc/shared/space.cpp ! src/hotspot/share/gc/shared/space.hpp Changeset: b938a5c9 Author: Vladimir Kozlov Date: 2024-02-28 16:04:47 +0000 URL: https://git.openjdk.org/loom/commit/b938a5c9edd53821a52b43a8e342b76adb341a3f 8324969: C2: prevent elimination of unbalanced coarsened locking regions Reviewed-by: epeter, vlivanov, dlong ! src/hotspot/share/opto/callnode.cpp ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/compile.hpp ! src/hotspot/share/opto/escape.cpp ! src/hotspot/share/opto/escape.hpp ! src/hotspot/share/opto/locknode.cpp ! src/hotspot/share/opto/locknode.hpp ! src/hotspot/share/opto/macro.cpp + test/hotspot/jtreg/compiler/locks/TestCoarsenedAndNestedLocksElimination.java Changeset: 38ad5145 Author: Lance Andersen Date: 2024-02-28 17:14:08 +0000 URL: https://git.openjdk.org/loom/commit/38ad514589764d16b312152474e2446c3339da39 8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc Reviewed-by: dfuchs, jpai, gli ! src/java.base/share/classes/java/util/jar/JarFile.java ! src/java.base/share/classes/java/util/zip/ZipCoder.java ! src/java.base/share/classes/java/util/zip/ZipConstants.java ! src/java.base/share/classes/java/util/zip/ZipEntry.java ! src/java.base/share/classes/java/util/zip/ZipException.java ! src/java.base/share/classes/java/util/zip/ZipFile.java ! src/java.base/share/classes/java/util/zip/ZipInputStream.java ! src/java.base/share/classes/java/util/zip/ZipOutputStream.java ! src/java.base/share/classes/java/util/zip/ZipUtils.java ! src/java.base/share/classes/java/util/zip/package-info.java ! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipCoder.java ! src/jdk.zipfs/share/classes/module-info.java Changeset: be2b92bd Author: Hannes Walln?fer Date: 2024-02-28 18:13:16 +0000 URL: https://git.openjdk.org/loom/commit/be2b92bd8b43841cc2b9c22ed4fde29be30d47bb 8326694: Defer setting of autocapitalize attribute Reviewed-by: jjg ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Navigation.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TableOfContents.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlAttr.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search-page.js ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search.js.template ! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java ! test/langtools/jdk/javadoc/doclet/testSpecTag/TestSpecTag.java Changeset: 5fa2bdc6 Author: Magnus Ihse Bursie Date: 2024-02-28 22:48:17 +0000 URL: https://git.openjdk.org/loom/commit/5fa2bdc6c76d8f70c8d8582889e96b9c0d2b86b5 8326953: Race in creation of win-exports.def with static-libs Reviewed-by: jwaters, erikj, dholmes ! make/hotspot/lib/CompileJvm.gmk Changeset: 0735c8ab Author: David Holmes Date: 2024-02-29 05:28:32 +0000 URL: https://git.openjdk.org/loom/commit/0735c8ab266be9c580bd4434305ee1decfe8b589 8318302: ThreadCountLimit.java failed with "Native memory allocation (mprotect) failed to protect 16384 bytes for memory to guard stack pages" Co-authored-by: Stefan Karlsson Reviewed-by: shade, stefank ! src/hotspot/share/utilities/vmError.cpp ! test/hotspot/jtreg/runtime/Thread/ThreadCountLimit.java Changeset: 998d0baa Author: Kim Barrett Date: 2024-02-29 06:24:42 +0000 URL: https://git.openjdk.org/loom/commit/998d0baab0fd051c38d9fd6021628eb863b80554 8324799: Use correct extension for C++ test headers Reviewed-by: jwaters, gli, coleenp, lmesnik ! test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp ! test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/GetClassFields/FilteredFields/libFilteredFieldsTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetSetLocalUnsuspended.cpp ! test/hotspot/jtreg/serviceability/jvmti/SuspendWithCurrentThread/libSuspendWithCurrentThread.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/Breakpoint/breakpoint01/libbreakpoint01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ClassLoad/classload01/libclassload01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ClassPrepare/classprep01/libclassprep01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/Exception/exception01/libexception01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ExceptionCatch/excatch01/libexcatch01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc01/libfieldacc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc02/libfieldacc02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc03/libfieldacc03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc04/libfieldacc04.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod01/libfieldmod01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod02/libfieldmod02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop01/libframepop01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop02/libframepop02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry01/libmentry01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry02/libmentry02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit01/libmexit01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit02/libmexit02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEnter/mcontenter01/libmcontenter01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEntered/mcontentered01/libmcontentered01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWait/monitorwait01/libmonitorwait01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWaited/monitorwaited01/libmonitorwaited01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind01/libnativemethbind01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind02/libnativemethbind02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind03/libnativemethbind03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind04/libnativemethbind04.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep01/libsinglestep01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep02/libsinglestep02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep03/libsinglestep03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend01/libthreadend01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend02/libthreadend02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart01/libthreadstart01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart02/libthreadstart02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart03/libthreadstart03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/VMObjectAlloc/vmobjalloc01/libvmobjalloc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/GetAllThreadsNullTest/libGetAllThreadsNullTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/contmon03/libcontmon03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt02/libframecnt02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt03/libframecnt03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/frameloc03/libframeloc03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr02/libgetstacktr02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr09/libgetstacktr09.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/thrinfo02/libthrinfo02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/thrstat04/libthrstat04.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/NotSuspended/libGetStackTraceNotSuspendedStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/Suspended/libGetStackTraceSuspendedStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/ThreadLocalStorage/SetGetThreadLocalStorageStressTest/libSetGetThreadLocalStorageStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/liballthr01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/libcontmon01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon02/libcontmon02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/libframecnt01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/libframeloc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc02/libframeloc02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/libGetStackTraceAndRetransformTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceCurrentThreadTest/libGetStackTraceCurrentThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr03/libgetstacktr03.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr04/libgetstacktr04.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr06/libgetstacktr06.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr07/libgetstacktr07.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr08/libgetstacktr08.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/libthrinfo01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/libthrstat01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/libthrstat02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/libthrstat03.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/libthrstat05.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd01/libresumethrd01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd02/libresumethrd02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/libresumethrdlst01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/libresumethrdlst02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd01/libsuspendthrd01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd02/libsuspendthrd02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/libsuspendthrdlst01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst02/libsuspendthrdlst02.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/BoundVThreadTest/libBoundVThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/BreakpointInYieldTest/libBreakpointInYieldTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/libContFramePopTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/libContStackDepthTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/libContYieldBreakPointTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/libContinuationTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/FollowReferences/libVThreadStackRefTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ForceEarlyReturnTest/libForceEarlyReturnTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetSetLocalTest/libGetSetLocalTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptThreadTest/libInterruptThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/MethodExitTest/libMethodExitTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/NullAsCurrentThreadTest/libNullAsCurrentThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/PinnedTaskTest/libPinnedTaskTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/PopFrameTest/libPopFrameTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/RawMonitorTest/libRawMonitorTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/libSelfSuspendDisablerTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/StopThreadTest/libStopThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume1/libSuspendResume1.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume2/libSuspendResume2.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResumeAll/libSuspendResumeAll.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadListStackTracesTest/libThreadListStackTracesTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadStateTest/libThreadStateTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/libToggleNotifyJvmtiTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadMonitorTest/libVThreadMonitorTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadNotifyFramePopTest/libVThreadNotifyFramePopTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTLSTest/libVThreadTLSTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/libVThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadUnsupportedTest/libVThreadUnsupportedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualStackTraceTest/libVirtualStackTraceTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualThreadStartTest/libVirtualThreadStartTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/libWaitNotifySuspendedVThread.cpp ! test/hotspot/jtreg/testlibrary/jvmti/libJvmtiUtils.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent03.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002Main.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/StackTraceController.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/Deadlock.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/LockingThreads.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/RecursiveMonitoringThread.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/JVMTIagent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/BooleanArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ByteArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/CharArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/DoubleArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/FloatArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/IntArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/LongArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ShortArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/StringCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIGlobalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNILocalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIWeakGlobalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/MonitorEnterExecutor.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/JNIreferences.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/README ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.h + test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/README ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/locks/JNIMonitorLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/locks/LockingThread.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/native/README ! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/nsk_strace.hpp ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/nativeAndMH.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp ! test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/redefineClasses.cpp ! test/hotspot/jtreg/vmTestbase/vm/share/ProcessUtils.cpp ! test/jdk/java/foreign/enablenativeaccess/org/openjdk/foreigntest/unnamed/libLinkerInvokerUnnamed.cpp ! test/jdk/java/foreign/enablenativeaccess/panama_module/org/openjdk/foreigntest/libLinkerInvokerModule.cpp ! test/jdk/java/foreign/libAsyncInvokers.cpp ! test/jdk/java/foreign/loaderLookup/libLoaderLookupInvoker.cpp ! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp = test/lib/jdk/test/lib/jvmti/jvmti_common.hpp = test/lib/jdk/test/lib/jvmti/jvmti_thread.hpp - test/lib/native/testlib_threads.h + test/lib/native/testlib_threads.hpp Changeset: 9f172e51 Author: Alan Bateman Date: 2024-02-29 17:33:57 +0000 URL: https://git.openjdk.org/loom/commit/9f172e51fc98b170ec65ef0b53623a1940650a63 Merge ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! test/hotspot/jtreg/ProblemList.txt ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp ! test/langtools/ProblemList.txt ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! test/hotspot/jtreg/ProblemList.txt ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp ! test/langtools/ProblemList.txt From duke at openjdk.org Fri Mar 1 07:13:33 2024 From: duke at openjdk.org (duke) Date: Fri, 1 Mar 2024 07:13:33 GMT Subject: git: openjdk/loom: master: 40 new changesets Message-ID: <8965db75-7fc3-41b7-931b-0a8b6fb3cebe@openjdk.org> Changeset: ec9437db Author: Daniel Jeli?ski Date: 2024-02-27 07:06:35 +0000 URL: https://git.openjdk.org/loom/commit/ec9437dbcc242b62e3b099dd05b129760419f025 8325247: Memory leak in SessionKeyRef class def when using PKCS11 security provider Reviewed-by: valeriep ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java Changeset: 97aca09e Author: Dan Lutker Committer: Aleksey Shipilev Date: 2024-02-27 07:34:10 +0000 URL: https://git.openjdk.org/loom/commit/97aca09e586c086f8130b394682f45724f08b3a4 8326717: Disable stringop-overflow in shenandoahLock.cpp Reviewed-by: erikj, shade ! make/hotspot/lib/CompileJvm.gmk Changeset: 5daf63b7 Author: SendaoYan Committer: Tobias Hartmann Date: 2024-02-27 08:14:38 +0000 URL: https://git.openjdk.org/loom/commit/5daf63b7177b8c30b6375bdb394186c03a624ea3 8326636: Problem list StartupOutput.java due to 8326615 Reviewed-by: kvn, thartmann ! test/hotspot/jtreg/ProblemList.txt Changeset: a48f5966 Author: Hamlin Li Date: 2024-02-27 08:17:33 +0000 URL: https://git.openjdk.org/loom/commit/a48f5966be17dea1c69e1c66719e43828768dbc1 8322179: RISC-V: Implement SHA-1 intrinsic Reviewed-by: tonyp, fyang ! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp ! src/hotspot/cpu/riscv/stubRoutines_riscv.hpp ! src/hotspot/cpu/riscv/vm_version_riscv.cpp ! test/hotspot/jtreg/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java Changeset: 4d82ea10 Author: Denghui Dong Date: 2024-02-27 08:28:49 +0000 URL: https://git.openjdk.org/loom/commit/4d82ea102a347b12f33104917ae790156ed524a1 8325144: C1: Optimize CriticalEdgeFinder Reviewed-by: dlong, chagedorn ! src/hotspot/share/c1/c1_IR.cpp ! src/hotspot/share/c1/c1_Instruction.cpp ! src/hotspot/share/c1/c1_Instruction.hpp Changeset: c5f1dccc Author: Lei Zaakjyu Committer: Thomas Schatzl Date: 2024-02-27 08:58:52 +0000 URL: https://git.openjdk.org/loom/commit/c5f1dcccfce7b943c1a91aa65709576038098e91 8325082: Rename headers named 'heapRegion*' of G1 Reviewed-by: stefank, tschatzl ! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp ! src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.cpp ! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp ! src/hotspot/cpu/riscv/gc/g1/g1BarrierSetAssembler_riscv.cpp ! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp ! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp ! src/hotspot/share/cds/archiveHeapWriter.cpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/gc/g1/c1/g1BarrierSetC1.cpp ! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp ! src/hotspot/share/gc/g1/g1AllocRegion.hpp ! src/hotspot/share/gc/g1/g1AllocRegion.inline.hpp ! src/hotspot/share/gc/g1/g1Allocator.cpp ! src/hotspot/share/gc/g1/g1Arguments.cpp ! src/hotspot/share/gc/g1/g1BarrierSet.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1CardSet.cpp ! src/hotspot/share/gc/g1/g1CardTable.inline.hpp ! src/hotspot/share/gc/g1/g1CodeBlobClosure.cpp ! src/hotspot/share/gc/g1/g1CodeRootSet.cpp ! src/hotspot/share/gc/g1/g1CollectedHeap.cpp ! src/hotspot/share/gc/g1/g1CollectedHeap.hpp ! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp ! src/hotspot/share/gc/g1/g1CollectionSet.cpp ! src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp ! src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp ! src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMarkBitMap.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRefine.cpp ! src/hotspot/share/gc/g1/g1ConcurrentRefineThreadsNeeded.cpp ! src/hotspot/share/gc/g1/g1DirtyCardQueue.cpp ! src/hotspot/share/gc/g1/g1EdenRegions.hpp ! src/hotspot/share/gc/g1/g1EvacFailureRegions.cpp ! src/hotspot/share/gc/g1/g1FullCollector.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp ! src/hotspot/share/gc/g1/g1FullGCAdjustTask.hpp ! src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp ! src/hotspot/share/gc/g1/g1FullGCCompactTask.hpp ! src/hotspot/share/gc/g1/g1FullGCCompactionPoint.cpp ! src/hotspot/share/gc/g1/g1FullGCMarkTask.hpp ! src/hotspot/share/gc/g1/g1FullGCOopClosures.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.hpp ! src/hotspot/share/gc/g1/g1FullGCPrepareTask.inline.hpp ! src/hotspot/share/gc/g1/g1FullGCResetMetadataTask.hpp ! src/hotspot/share/gc/g1/g1HRPrinter.cpp ! src/hotspot/share/gc/g1/g1HRPrinter.hpp = src/hotspot/share/gc/g1/g1HeapRegion.cpp = src/hotspot/share/gc/g1/g1HeapRegion.hpp = src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp ! src/hotspot/share/gc/g1/g1HeapRegionAttr.hpp = src/hotspot/share/gc/g1/g1HeapRegionBounds.hpp + src/hotspot/share/gc/g1/g1HeapRegionBounds.inline.hpp ! src/hotspot/share/gc/g1/g1HeapRegionEventSender.cpp = src/hotspot/share/gc/g1/g1HeapRegionManager.cpp = src/hotspot/share/gc/g1/g1HeapRegionManager.hpp = src/hotspot/share/gc/g1/g1HeapRegionManager.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.cpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp = src/hotspot/share/gc/g1/g1HeapRegionRemSet.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionSet.cpp = src/hotspot/share/gc/g1/g1HeapRegionSet.hpp = src/hotspot/share/gc/g1/g1HeapRegionSet.inline.hpp = src/hotspot/share/gc/g1/g1HeapRegionTracer.cpp = src/hotspot/share/gc/g1/g1HeapRegionTracer.hpp = src/hotspot/share/gc/g1/g1HeapRegionType.cpp = src/hotspot/share/gc/g1/g1HeapRegionType.hpp ! src/hotspot/share/gc/g1/g1HeapVerifier.cpp ! src/hotspot/share/gc/g1/g1HeapVerifier.hpp ! src/hotspot/share/gc/g1/g1MemoryPool.cpp ! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.cpp ! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.hpp ! src/hotspot/share/gc/g1/g1NUMA.hpp ! src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp ! src/hotspot/share/gc/g1/g1OopClosures.inline.hpp ! src/hotspot/share/gc/g1/g1Policy.cpp ! src/hotspot/share/gc/g1/g1RegionPinCache.hpp ! src/hotspot/share/gc/g1/g1RegionsOnNodes.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/g1/g1RemSet.hpp ! src/hotspot/share/gc/g1/g1RemSetSummary.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp ! src/hotspot/share/gc/g1/g1RootProcessor.cpp ! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp ! src/hotspot/share/gc/g1/g1SurvRateGroup.cpp ! src/hotspot/share/gc/g1/g1SurvivorRegions.cpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp ! src/hotspot/share/gc/g1/g1YoungGenSizer.cpp - src/hotspot/share/gc/g1/heapRegionBounds.inline.hpp ! src/hotspot/share/gc/g1/jvmFlagConstraintsG1.cpp ! src/hotspot/share/gc/g1/vmStructs_g1.hpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/opto/runtime.cpp ! src/hotspot/share/prims/whitebox.cpp ! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp ! test/hotspot/gtest/gc/g1/test_g1CardSet.cpp ! test/hotspot/gtest/gc/g1/test_g1CardSetContainers.cpp ! test/hotspot/gtest/gc/g1/test_heapRegion.cpp Changeset: 7583419d Author: Afshin Zafari Date: 2024-02-27 08:59:10 +0000 URL: https://git.openjdk.org/loom/commit/7583419d88d7a61007951d5abdff4ac8e620c7d8 8324828: Avoid multiple search of reserved regions during splitting Reviewed-by: stuefe, jsjolen ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/nmt/memTracker.hpp ! src/hotspot/share/nmt/virtualMemoryTracker.cpp ! src/hotspot/share/nmt/virtualMemoryTracker.hpp Changeset: 5d3d40d9 Author: Albert Mingkun Yang Date: 2024-02-27 09:12:20 +0000 URL: https://git.openjdk.org/loom/commit/5d3d40d962ece0395d1da233e1f8db3de826cb93 8326659: Serial: Remove redundant TenuredSpace::print_on Reviewed-by: tschatzl ! src/hotspot/share/gc/shared/space.cpp ! src/hotspot/share/gc/shared/space.hpp Changeset: e85355ad Author: Suchismith Roy Committer: Martin Doerr Date: 2024-02-27 09:15:40 +0000 URL: https://git.openjdk.org/loom/commit/e85355ada4ac1061c49ee9f1247d37a437c7b5ab 8320005: Allow loading of shared objects with .a extension on AIX Reviewed-by: amitkumar, stuefe, jkern, mdoerr ! src/hotspot/os/aix/os_aix.cpp Changeset: d482c1af Author: Kim Barrett Date: 2024-02-27 10:26:42 +0000 URL: https://git.openjdk.org/loom/commit/d482c1af28cacd60cc05fe3f975a00a0c68c72b7 8326524: Rename agent_common.h Reviewed-by: coleenp, sspitsyn, jwaters, dlong, lmesnik ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/methloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/extmech.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/gc.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp Changeset: da14aa46 Author: Magnus Ihse Bursie Date: 2024-02-27 10:26:55 +0000 URL: https://git.openjdk.org/loom/commit/da14aa463b8fcd56ba1f1a4cdb3e3f7b19f78964 8017234: Hotspot should stop using mapfiles Reviewed-by: djelinski, erikj, dholmes - make/data/hotspot-symbols/symbols-aix - make/data/hotspot-symbols/symbols-aix-debug - make/data/hotspot-symbols/symbols-linux - make/data/hotspot-symbols/symbols-macosx - make/data/hotspot-symbols/symbols-shared - make/data/hotspot-symbols/symbols-unix + make/data/hotspot-symbols/version-script.txt ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk - make/hotspot/lib/JvmMapfile.gmk ! src/hotspot/cpu/aarch64/assembler_aarch64.cpp ! src/hotspot/os_cpu/bsd_aarch64/copy_bsd_aarch64.S ! src/hotspot/os_cpu/bsd_aarch64/safefetch_bsd_aarch64.S ! src/hotspot/os_cpu/bsd_x86/bsd_x86_32.S ! src/hotspot/os_cpu/bsd_x86/bsd_x86_64.S ! src/hotspot/os_cpu/bsd_x86/safefetch_bsd_x86_64.S ! src/hotspot/os_cpu/linux_aarch64/atomic_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/copy_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/safefetch_linux_aarch64.S ! src/hotspot/os_cpu/linux_aarch64/threadLS_linux_aarch64.S ! src/hotspot/os_cpu/linux_arm/linux_arm_32.S ! src/hotspot/os_cpu/linux_arm/safefetch_linux_arm.S ! src/hotspot/os_cpu/linux_ppc/safefetch_linux_ppc.S ! src/hotspot/os_cpu/linux_riscv/safefetch_linux_riscv.S ! src/hotspot/os_cpu/linux_s390/safefetch_linux_s390.S ! src/hotspot/os_cpu/linux_x86/linux_x86_32.S ! src/hotspot/os_cpu/linux_x86/linux_x86_64.S ! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S ! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_64.S ! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/oops/accessBackend.cpp ! src/hotspot/share/utilities/debug.cpp Changeset: 60cbf292 Author: Viktor Klang Date: 2024-02-27 10:38:36 +0000 URL: https://git.openjdk.org/loom/commit/60cbf2925024b1c2253256688ae41741fff0a860 8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections Reviewed-by: alanb ! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java ! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java Changeset: 16d917a8 Author: Taizo Kurashige <103394724+kurashige23 at users.noreply.github.com> Committer: Erik Gahlin Date: 2024-02-27 10:39:48 +0000 URL: https://git.openjdk.org/loom/commit/16d917a85f9311611a14a63f1e53afae970efc73 8313710: jcmd: typo in the documentation of JFR.start and JFR.dump Reviewed-by: dholmes, egahlin ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdDump.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java Changeset: bceaed6d Author: Magnus Ihse Bursie Date: 2024-02-27 10:54:49 +0000 URL: https://git.openjdk.org/loom/commit/bceaed6d4de391d1fdac0d35384c415a7c484d28 8326406: Remove mapfile support from makefiles Reviewed-by: jwaters, erikj ! make/autoconf/flags-cflags.m4 ! make/autoconf/spec.gmk.template ! make/common/NativeCompilation.gmk ! make/common/native/Link.gmk ! make/common/native/LinkMicrosoft.gmk Changeset: ac3ce2aa Author: Magnus Ihse Bursie Date: 2024-02-27 11:14:11 +0000 URL: https://git.openjdk.org/loom/commit/ac3ce2aa156332fc4e6f33018ff669657ab4b797 8326583: Remove over-generalized DefineNativeToolchain solution Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/NativeCompilation.gmk ! make/common/TestFilesCompilation.gmk - make/common/native/ToolchainDefinitions.gmk ! make/hotspot/gensrc/GensrcAdlc.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: c5c866aa Author: Markus Gr?nlund Date: 2024-02-27 11:41:23 +0000 URL: https://git.openjdk.org/loom/commit/c5c866aafe76f51cd5386bf5052c06691c1a0e8c 8326219: applications/kitchensink/Kitchensink8H.java timed out Reviewed-by: egahlin ! src/hotspot/share/jfr/jni/jfrJniMethod.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp Changeset: 4fcae1ae Author: Zhengyu Gu Date: 2024-02-27 15:09:56 +0000 URL: https://git.openjdk.org/loom/commit/4fcae1aef52c7e5b8a76e07adcb2a3dbc5bb215d 8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp Reviewed-by: tschatzl ! src/hotspot/share/gc/shared/collectedHeap.hpp Changeset: 81b065a9 Author: Jiangli Zhou Date: 2024-02-27 16:43:37 +0000 URL: https://git.openjdk.org/loom/commit/81b065a95d670ef357c36239d8c408cd72a5c48c 8326714: Make file-local functions static in src/java.base/unix/native/libjava/childproc.c Reviewed-by: djelinski, rriggs ! src/java.base/unix/native/libjava/childproc.c ! src/java.base/unix/native/libjava/childproc.h Changeset: 9f0e7da6 Author: Tobias Hartmann Date: 2024-02-27 16:58:22 +0000 URL: https://git.openjdk.org/loom/commit/9f0e7da64e21237322e55ca4f0e3639fa5d1c4ed 8326638: Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/loopopts.cpp + test/hotspot/jtreg/compiler/loopopts/TestRemixAddressExpressionsWithIrreducibleLoop.java Changeset: 552411f8 Author: Hamlin Li Date: 2024-02-27 20:08:22 +0000 URL: https://git.openjdk.org/loom/commit/552411f832eb35d739c7978b8c1f8d0dfd4b2161 8326824: Test: remove redundant test in compiler/vectorapi/reshape/utils/TestCastMethods.java Reviewed-by: kvn ! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java Changeset: 349df0a0 Author: SendaoYan Committer: Jonathan Gibbons Date: 2024-02-27 22:19:14 +0000 URL: https://git.openjdk.org/loom/commit/349df0a0e550599cc4a9cde8bef00e138671b472 8326726: Problem list Exhaustiveness.java due to 8326616 Reviewed-by: jlahoda ! test/langtools/ProblemList.txt Changeset: 419191c6 Author: Weijun Wang Date: 2024-02-27 22:26:08 +0000 URL: https://git.openjdk.org/loom/commit/419191c653f787b5dc3032f9da31d8c9b9a08235 8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179 Reviewed-by: valeriep, djelinski ! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c Changeset: 33f23827 Author: William Kemper Date: 2024-02-27 23:06:17 +0000 URL: https://git.openjdk.org/loom/commit/33f23827676dc9ff12bd5c0891170cd813b93b96 8325807: Shenandoah: Refactor full gc in preparation for generational mode changes Reviewed-by: shade, ysr, kdnilsen ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.hpp Changeset: 4dd6c44c Author: Robert Toyonaga Committer: Erik Gahlin Date: 2024-02-28 00:50:31 +0000 URL: https://git.openjdk.org/loom/commit/4dd6c44cbdb0b5957414fa87b6c559fa4d6f2fa8 8326529: JFR: Test for CompilerCompile events fails due to time out Reviewed-by: egahlin ! test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java Changeset: 6cad07c2 Author: Christian Hagedorn Date: 2024-02-28 07:03:57 +0000 URL: https://git.openjdk.org/loom/commit/6cad07c23b16aa9eb5a5a0674344d494843601dc 8325746: Refactor Loop Unswitching code Reviewed-by: epeter, kvn ! src/hotspot/share/opto/cfgnode.hpp ! src/hotspot/share/opto/ifnode.cpp ! src/hotspot/share/opto/loopUnswitch.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/loopopts.cpp + test/hotspot/jtreg/compiler/loopopts/TestBaseCountedEndLoopUnswitchCandidate.java Changeset: 9b1f1e52 Author: Matthias Baesken Date: 2024-02-28 08:37:44 +0000 URL: https://git.openjdk.org/loom/commit/9b1f1e5294e130ec444b08af1f73d08e86fd91ee 8326389: [test] improve assertEquals failure output Reviewed-by: clanger, jpai ! test/lib/jdk/test/lib/Asserts.java Changeset: 3b90ddfe Author: Andrew Leonard Date: 2024-02-28 08:37:53 +0000 URL: https://git.openjdk.org/loom/commit/3b90ddfefea36d9f7f08ff11cd0cb099aa32b02b 8326685: Linux builds not reproducible if two builds configured in different build folders Reviewed-by: ihse, erikj ! make/autoconf/flags-cflags.m4 Changeset: 1ab6bd43 Author: Kuai Wei Committer: Julian Waters Date: 2024-02-28 08:44:49 +0000 URL: https://git.openjdk.org/loom/commit/1ab6bd434f560e0cc34a85079949e3839c59568f 8326135: Enhance adlc to report unused operands Reviewed-by: kvn, vlivanov ! src/hotspot/share/adlc/archDesc.cpp ! src/hotspot/share/adlc/archDesc.hpp ! src/hotspot/share/adlc/forms.cpp ! src/hotspot/share/adlc/forms.hpp ! src/hotspot/share/adlc/formsopt.cpp ! src/hotspot/share/adlc/formsopt.hpp ! src/hotspot/share/adlc/formssel.cpp ! src/hotspot/share/adlc/formssel.hpp ! src/hotspot/share/adlc/main.cpp Changeset: e6b3bda2 Author: Magnus Ihse Bursie Date: 2024-02-28 10:31:18 +0000 URL: https://git.openjdk.org/loom/commit/e6b3bda2c30ea7932a8a20027e1ef2e805610f14 8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234 Reviewed-by: djelinski, jwaters, dholmes ! src/hotspot/cpu/aarch64/assembler_aarch64.cpp ! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/utilities/debug.cpp Changeset: e7e80831 Author: Thomas Schatzl Date: 2024-02-28 10:37:54 +0000 URL: https://git.openjdk.org/loom/commit/e7e8083139f2cf7aa3e49dd1d72335ccb4ff00af 8326781: G1ConcurrentMark::top_at_rebuild_start() should take a HeapRegion* not an uint Reviewed-by: iwalulya, ayang ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp Changeset: eb4b6fa6 Author: Thomas Schatzl Date: 2024-02-28 10:42:44 +0000 URL: https://git.openjdk.org/loom/commit/eb4b6fa6212380c9b6d3c94f5aa3384f12a0c125 8326590: Improve description of MarkStackSize[Max] flags Reviewed-by: iwalulya ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 5db50aca Author: Zhengyu Gu Date: 2024-02-28 13:55:48 +0000 URL: https://git.openjdk.org/loom/commit/5db50aca6925b3922bbd030cf981c5befb3df1e0 8326892: Remove unused PSAdaptiveSizePolicyResizeVirtualSpaceAlot develop flag Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 41242cbe Author: Alexey Ivanov Date: 2024-02-28 14:42:03 +0000 URL: https://git.openjdk.org/loom/commit/41242cbe5d01fc6e19859626dd08f6191e7486fb 8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java Reviewed-by: honkar, dmarkov ! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java Changeset: a93605f7 Author: Albert Mingkun Yang Date: 2024-02-28 15:14:43 +0000 URL: https://git.openjdk.org/loom/commit/a93605f7fb0fbe22c7bdffc8eb6db4d660eec3d1 8326763: Consolidate print methods in ContiguousSpace Reviewed-by: stefank, gli ! src/hotspot/share/gc/shared/space.cpp ! src/hotspot/share/gc/shared/space.hpp Changeset: b938a5c9 Author: Vladimir Kozlov Date: 2024-02-28 16:04:47 +0000 URL: https://git.openjdk.org/loom/commit/b938a5c9edd53821a52b43a8e342b76adb341a3f 8324969: C2: prevent elimination of unbalanced coarsened locking regions Reviewed-by: epeter, vlivanov, dlong ! src/hotspot/share/opto/callnode.cpp ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/compile.hpp ! src/hotspot/share/opto/escape.cpp ! src/hotspot/share/opto/escape.hpp ! src/hotspot/share/opto/locknode.cpp ! src/hotspot/share/opto/locknode.hpp ! src/hotspot/share/opto/macro.cpp + test/hotspot/jtreg/compiler/locks/TestCoarsenedAndNestedLocksElimination.java Changeset: 38ad5145 Author: Lance Andersen Date: 2024-02-28 17:14:08 +0000 URL: https://git.openjdk.org/loom/commit/38ad514589764d16b312152474e2446c3339da39 8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc Reviewed-by: dfuchs, jpai, gli ! src/java.base/share/classes/java/util/jar/JarFile.java ! src/java.base/share/classes/java/util/zip/ZipCoder.java ! src/java.base/share/classes/java/util/zip/ZipConstants.java ! src/java.base/share/classes/java/util/zip/ZipEntry.java ! src/java.base/share/classes/java/util/zip/ZipException.java ! src/java.base/share/classes/java/util/zip/ZipFile.java ! src/java.base/share/classes/java/util/zip/ZipInputStream.java ! src/java.base/share/classes/java/util/zip/ZipOutputStream.java ! src/java.base/share/classes/java/util/zip/ZipUtils.java ! src/java.base/share/classes/java/util/zip/package-info.java ! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipCoder.java ! src/jdk.zipfs/share/classes/module-info.java Changeset: be2b92bd Author: Hannes Walln?fer Date: 2024-02-28 18:13:16 +0000 URL: https://git.openjdk.org/loom/commit/be2b92bd8b43841cc2b9c22ed4fde29be30d47bb 8326694: Defer setting of autocapitalize attribute Reviewed-by: jjg ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Navigation.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TableOfContents.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlAttr.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search-page.js ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search.js.template ! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java ! test/langtools/jdk/javadoc/doclet/testSpecTag/TestSpecTag.java Changeset: 5fa2bdc6 Author: Magnus Ihse Bursie Date: 2024-02-28 22:48:17 +0000 URL: https://git.openjdk.org/loom/commit/5fa2bdc6c76d8f70c8d8582889e96b9c0d2b86b5 8326953: Race in creation of win-exports.def with static-libs Reviewed-by: jwaters, erikj, dholmes ! make/hotspot/lib/CompileJvm.gmk Changeset: 0735c8ab Author: David Holmes Date: 2024-02-29 05:28:32 +0000 URL: https://git.openjdk.org/loom/commit/0735c8ab266be9c580bd4434305ee1decfe8b589 8318302: ThreadCountLimit.java failed with "Native memory allocation (mprotect) failed to protect 16384 bytes for memory to guard stack pages" Co-authored-by: Stefan Karlsson Reviewed-by: shade, stefank ! src/hotspot/share/utilities/vmError.cpp ! test/hotspot/jtreg/runtime/Thread/ThreadCountLimit.java Changeset: 998d0baa Author: Kim Barrett Date: 2024-02-29 06:24:42 +0000 URL: https://git.openjdk.org/loom/commit/998d0baab0fd051c38d9fd6021628eb863b80554 8324799: Use correct extension for C++ test headers Reviewed-by: jwaters, gli, coleenp, lmesnik ! test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp ! test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/GetClassFields/FilteredFields/libFilteredFieldsTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetSetLocalUnsuspended.cpp ! test/hotspot/jtreg/serviceability/jvmti/SuspendWithCurrentThread/libSuspendWithCurrentThread.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/Breakpoint/breakpoint01/libbreakpoint01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ClassLoad/classload01/libclassload01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ClassPrepare/classprep01/libclassprep01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/Exception/exception01/libexception01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ExceptionCatch/excatch01/libexcatch01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc01/libfieldacc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc02/libfieldacc02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc03/libfieldacc03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc04/libfieldacc04.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod01/libfieldmod01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod02/libfieldmod02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop01/libframepop01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop02/libframepop02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry01/libmentry01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry02/libmentry02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit01/libmexit01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit02/libmexit02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEnter/mcontenter01/libmcontenter01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEntered/mcontentered01/libmcontentered01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWait/monitorwait01/libmonitorwait01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWaited/monitorwaited01/libmonitorwaited01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind01/libnativemethbind01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind02/libnativemethbind02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind03/libnativemethbind03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind04/libnativemethbind04.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep01/libsinglestep01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep02/libsinglestep02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep03/libsinglestep03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend01/libthreadend01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend02/libthreadend02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart01/libthreadstart01.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart02/libthreadstart02.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart03/libthreadstart03.cpp ! test/hotspot/jtreg/serviceability/jvmti/events/VMObjectAlloc/vmobjalloc01/libvmobjalloc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/GetAllThreadsNullTest/libGetAllThreadsNullTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/contmon03/libcontmon03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt02/libframecnt02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt03/libframecnt03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/frameloc03/libframeloc03.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr02/libgetstacktr02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr09/libgetstacktr09.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/thrinfo02/libthrinfo02.cpp ! test/hotspot/jtreg/serviceability/jvmti/negative/thrstat04/libthrstat04.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/NotSuspended/libGetStackTraceNotSuspendedStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/Suspended/libGetStackTraceSuspendedStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/stress/ThreadLocalStorage/SetGetThreadLocalStorageStressTest/libSetGetThreadLocalStorageStress.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/liballthr01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/libcontmon01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon02/libcontmon02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/libframecnt01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/libframeloc01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc02/libframeloc02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/libGetStackTraceAndRetransformTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceCurrentThreadTest/libGetStackTraceCurrentThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr03/libgetstacktr03.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr04/libgetstacktr04.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr06/libgetstacktr06.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr07/libgetstacktr07.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr08/libgetstacktr08.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/libthrinfo01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/libthrstat01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/libthrstat02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/libthrstat03.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/libthrstat05.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd01/libresumethrd01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd02/libresumethrd02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/libresumethrdlst01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/libresumethrdlst02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd01/libsuspendthrd01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd02/libsuspendthrd02.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/libsuspendthrdlst01.cpp ! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst02/libsuspendthrdlst02.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/BoundVThreadTest/libBoundVThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/BreakpointInYieldTest/libBreakpointInYieldTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/libContFramePopTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/libContStackDepthTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/libContYieldBreakPointTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/libContinuationTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/FollowReferences/libVThreadStackRefTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ForceEarlyReturnTest/libForceEarlyReturnTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetSetLocalTest/libGetSetLocalTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptThreadTest/libInterruptThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/MethodExitTest/libMethodExitTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/NullAsCurrentThreadTest/libNullAsCurrentThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/PinnedTaskTest/libPinnedTaskTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/PopFrameTest/libPopFrameTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/RawMonitorTest/libRawMonitorTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/libSelfSuspendDisablerTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/StopThreadTest/libStopThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume1/libSuspendResume1.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume2/libSuspendResume2.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResumeAll/libSuspendResumeAll.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadListStackTracesTest/libThreadListStackTracesTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadStateTest/libThreadStateTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/libToggleNotifyJvmtiTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadMonitorTest/libVThreadMonitorTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadNotifyFramePopTest/libVThreadNotifyFramePopTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTLSTest/libVThreadTLSTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/libVThreadTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadUnsupportedTest/libVThreadUnsupportedTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualStackTraceTest/libVirtualStackTraceTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualThreadStartTest/libVirtualThreadStartTest.cpp ! test/hotspot/jtreg/serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/libWaitNotifySuspendedVThread.cpp ! test/hotspot/jtreg/testlibrary/jvmti/libJvmtiUtils.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent03.cpp ! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002Main.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/StackTraceController.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/Deadlock.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/LockingThreads.cpp ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/RecursiveMonitoringThread.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/JVMTIagent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/BooleanArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ByteArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/CharArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/DoubleArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/FloatArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/IntArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/LongArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ShortArrayCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/StringCriticalLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIGlobalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNILocalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIWeakGlobalRefLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/MonitorEnterExecutor.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/JNIreferences.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/README ! test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.h + test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/README ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/share/locks/JNIMonitorLocker.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/locks/LockingThread.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/native/README ! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp = test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/nsk_strace.hpp ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/nativeAndMH.cpp ! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp ! test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/redefineClasses.cpp ! test/hotspot/jtreg/vmTestbase/vm/share/ProcessUtils.cpp ! test/jdk/java/foreign/enablenativeaccess/org/openjdk/foreigntest/unnamed/libLinkerInvokerUnnamed.cpp ! test/jdk/java/foreign/enablenativeaccess/panama_module/org/openjdk/foreigntest/libLinkerInvokerModule.cpp ! test/jdk/java/foreign/libAsyncInvokers.cpp ! test/jdk/java/foreign/loaderLookup/libLoaderLookupInvoker.cpp ! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp = test/lib/jdk/test/lib/jvmti/jvmti_common.hpp = test/lib/jdk/test/lib/jvmti/jvmti_thread.hpp - test/lib/native/testlib_threads.h + test/lib/native/testlib_threads.hpp From duke at openjdk.org Sun Mar 3 07:35:50 2024 From: duke at openjdk.org (duke) Date: Sun, 3 Mar 2024 07:35:50 GMT Subject: git: openjdk/loom: fibers: 33 new changesets Message-ID: <5f4c6c8e-15b4-427f-9a04-bf88fb9a6523@openjdk.org> Changeset: d9ef16db Author: Matthias Baesken Date: 2024-02-29 08:15:46 +0000 URL: https://git.openjdk.org/loom/commit/d9ef16dbb6917a4fff7711b32f3dd87611560dd1 8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns Reviewed-by: clanger, prr ! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp Changeset: e772e781 Author: Alexey Ivanov Date: 2024-02-29 09:55:49 +0000 URL: https://git.openjdk.org/loom/commit/e772e7817981b7b5c01b95245cf2022372494619 8326948: Force English locale for timeout formatting Reviewed-by: honkar, prr, gli ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 43029006 Author: Matthew Donovan Date: 2024-02-29 12:08:14 +0000 URL: https://git.openjdk.org/loom/commit/430290066c23d09166a84f2f6f89e770c6ba04ff 8319673: Few security tests ignore VM flags Reviewed-by: weijun, hchao ! test/jdk/com/sun/crypto/provider/KeyProtector/IterationCount.java ! test/jdk/java/security/Security/ConfigFileTest.java ! test/jdk/sun/security/provider/KeyStore/DKSTest.java Changeset: 8f6edd8d Author: Albert Mingkun Yang Date: 2024-02-29 14:36:44 +0000 URL: https://git.openjdk.org/loom/commit/8f6edd8dc866bf970b7e7b8358f62832887e6e8b 8326975: Parallel: Remove redundant PSOldGen::is_allocated Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp ! src/hotspot/share/gc/parallel/psOldGen.cpp ! src/hotspot/share/gc/parallel/psOldGen.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: db0e2b8f Author: Brian Burkhalter Date: 2024-02-29 16:47:04 +0000 URL: https://git.openjdk.org/loom/commit/db0e2b8faf41b1dcf3cb8e637e213f50ced92584 8326944: (ch) Minor typo in the ScatteringByteChannel.read(ByteBuffer[] dsts,int offset,int length) javadoc Reviewed-by: naoto, iris, coffeys, gli ! src/java.base/share/classes/java/nio/channels/ScatteringByteChannel.java Changeset: bbfda659 Author: Brian Burkhalter Date: 2024-02-29 16:47:14 +0000 URL: https://git.openjdk.org/loom/commit/bbfda6599a878746cd0bab72952deae95e9f5dea 8326897: (fs) The utility TestUtil.supportsLinks is wrongly used to check for hard link support Reviewed-by: gli, alanb ! test/jdk/java/nio/file/DirectoryStream/SecureDS.java ! test/jdk/java/nio/file/Files/CheckPermissions.java ! test/jdk/java/nio/file/Files/CopyAndMove.java ! test/jdk/java/nio/file/Files/CopyInterference.java ! test/jdk/java/nio/file/Files/CreateDirectories.java ! test/jdk/java/nio/file/Files/DeleteOnClose.java ! test/jdk/java/nio/file/Files/Misc.java ! test/jdk/java/nio/file/Files/SBC.java ! test/jdk/java/nio/file/Files/SetLastModifiedTime.java ! test/jdk/java/nio/file/Files/StreamTest.java ! test/jdk/java/nio/file/Files/SubstDrive.java ! test/jdk/java/nio/file/Files/SymlinkTime.java ! test/jdk/java/nio/file/Files/walkFileTree/CreateFileTree.java ! test/jdk/java/nio/file/Path/ToRealPath.java ! test/jdk/java/nio/file/TestUtil.java ! test/jdk/java/nio/file/attribute/DosFileAttributeView/Basic.java ! test/jdk/java/nio/file/attribute/PosixFileAttributeView/Basic.java ! test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java Changeset: d9aa1dea Author: Elif Aslan Committer: Paul Hohensee Date: 2024-02-29 16:56:16 +0000 URL: https://git.openjdk.org/loom/commit/d9aa1deac8474f87dd867809f7265b9496917c6f 8318605: Enable parallelism in vmTestbase/nsk/stress/stack tests Reviewed-by: gli, shade, lmesnik - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/TEST.properties Changeset: b8fc4186 Author: Alex Menkov Date: 2024-02-29 17:51:10 +0000 URL: https://git.openjdk.org/loom/commit/b8fc4186d59ce21e878c4de30983d7cacf69b7a5 8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case Reviewed-by: cjplummer, lmesnik, sspitsyn ! test/jdk/com/sun/tools/attach/BasicTests.java Changeset: d29cefb6 Author: Erik Gahlin Date: 2024-02-29 20:18:17 +0000 URL: https://git.openjdk.org/loom/commit/d29cefb6ebfd03638e1ca880ff20a0489e4e4fa5 8326838: JFR: Native mirror events Reviewed-by: mgronlun ! src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataRepository.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/Type.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/TypeLibrary.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/util/Utils.java Changeset: 742c776a Author: Vladimir Kozlov Date: 2024-02-29 20:20:46 +0000 URL: https://git.openjdk.org/loom/commit/742c776a922bc226a3beaa9e219ff0bd2baf7bc4 8322743: C2: prevent lock region elimination in OSR compilation Reviewed-by: epeter, dlong, vlivanov ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/parse1.cpp + test/hotspot/jtreg/compiler/locks/TestLocksInOSR.java Changeset: 43af1203 Author: Doug Simon Date: 2024-02-29 22:11:05 +0000 URL: https://git.openjdk.org/loom/commit/43af12039f13b884ab632ab403691530996e961c 8326959: Improve JVMCI option help Reviewed-by: never ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java ! test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java Changeset: 8d6f7849 Author: Denghui Dong Date: 2024-02-29 23:46:42 +0000 URL: https://git.openjdk.org/loom/commit/8d6f7849ff870e87c088ba38c21a8207d6883a2f 8327056: Remove unused static char array in JvmtiAgentList::lookup Reviewed-by: amenkov, sspitsyn ! src/hotspot/share/prims/jvmtiAgentList.cpp Changeset: 0d354503 Author: Prasanta Sadhukhan Date: 2024-03-01 03:09:54 +0000 URL: https://git.openjdk.org/loom/commit/0d354503620eb7f6da7b1b8aa6143ba18ced8f12 8327040: Problemlist ActionListenerCalledTwiceTest.java test failing in macos14 Reviewed-by: prr, gli ! test/jdk/ProblemList.txt Changeset: 12404a5e Author: Joshua Cao Committer: Emanuel Peter Date: 2024-03-01 05:35:33 +0000 URL: https://git.openjdk.org/loom/commit/12404a5efb3c45f72f54fda3238c72d5d15a30ee 8324790: ifnode::fold_compares_helper cleanup Reviewed-by: chagedorn, epeter ! src/hotspot/share/opto/ifnode.cpp Changeset: 0899b3b5 Author: Richard Reingruber Date: 2024-03-01 07:12:05 +0000 URL: https://git.openjdk.org/loom/commit/0899b3b5e5c949e4eef2cc20ae38ab136fccb5bb 8326612: Parallel: remove redundant assertion from ScavengeRootsTask Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/parallel/psScavenge.cpp Changeset: a065eba5 Author: Matthias Baesken Date: 2024-03-01 07:37:43 +0000 URL: https://git.openjdk.org/loom/commit/a065eba56de01f4492123c6663ec0c3108d907a1 8326496: [test] checkHsErrFileContent support printing hserr in error case Reviewed-by: clanger, lucy ! test/hotspot/jtreg/runtime/ErrorHandling/HsErrFileUtils.java ! test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java Changeset: 5b751997 Author: Thomas Schatzl Date: 2024-03-01 10:51:26 +0000 URL: https://git.openjdk.org/loom/commit/5b75199769c5af2c904f0ff4ef5288e90bab33db 8327022: Parallel: Remove experimental dense prefix calculation Reviewed-by: shade, ayang, gli ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: e85265ab Author: Korov Committer: Daniel Fuchs Date: 2024-03-01 10:58:59 +0000 URL: https://git.openjdk.org/loom/commit/e85265abc2426ff30031b1528cf1c6b4ecb5e11b 8325361: Make sun.net.www.MessageHeader final Reviewed-by: dfuchs ! src/java.base/share/classes/sun/net/www/MessageHeader.java Changeset: 437cf354 Author: Matthew Donovan Date: 2024-03-01 12:23:17 +0000 URL: https://git.openjdk.org/loom/commit/437cf354e2d1f7df79fa32265ccf86a0e84257b5 8319648: java/lang/SecurityManager tests ignore vm flags Reviewed-by: mullan ! test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java ! test/jdk/java/lang/System/SecurityManagerWarnings.java Changeset: b972997a Author: Andrew Haley Date: 2024-03-01 12:39:22 +0000 URL: https://git.openjdk.org/loom/commit/b972997af76a506ffd79ee8c6043e7a8db836b33 8326974: ODR violation in macroAssembler_aarch64.cpp Reviewed-by: adinn, shade, gli ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp Changeset: c02e7f4b Author: Hamlin Li Date: 2024-03-01 13:33:01 +0000 URL: https://git.openjdk.org/loom/commit/c02e7f4bb5ebd4765f0b58586932d75cba1144b4 8327058: RISC-V: make Zcb experimental Reviewed-by: fyang, gli ! src/hotspot/cpu/riscv/assembler_riscv.hpp ! src/hotspot/cpu/riscv/globals_riscv.hpp ! src/hotspot/cpu/riscv/vm_version_riscv.hpp Changeset: 98434d61 Author: Albert Mingkun Yang Date: 2024-03-01 13:45:57 +0000 URL: https://git.openjdk.org/loom/commit/98434d61051ddc5a6aa0ed94a6c5dd5b718f812a 8322170: Update deprecated/obsolete/expired flags table for GC Co-authored-by: Lei Zaakjyu Reviewed-by: dholmes, tschatzl ! src/hotspot/share/runtime/arguments.cpp Changeset: 012411ad Author: Pavel Rappo Date: 2024-03-01 13:48:50 +0000 URL: https://git.openjdk.org/loom/commit/012411ad8dced3cd1f4ec6e002ebd2d84d2461f5 8327046: (fs) Files.walk should be clear that depth-first traversal is pre-order Reviewed-by: alanb, gli ! src/java.base/share/classes/java/nio/file/Files.java ! test/jdk/java/nio/file/Files/StreamTest.java Changeset: acc0a743 Author: Albert Mingkun Yang Date: 2024-03-01 14:28:02 +0000 URL: https://git.openjdk.org/loom/commit/acc0a7436f5345dddff0b14f0098a5423b85e614 8327126: Parallel: Remove unused ParMarkBitMapClosure::_initial_words_remaining Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: b38a6c57 Author: Magnus Ihse Bursie Date: 2024-03-01 15:09:03 +0000 URL: https://git.openjdk.org/loom/commit/b38a6c5780611f02d02215c65340b725e4c18929 8327049: Only export debug.cpp functions on Windows Reviewed-by: jwaters, dholmes, epeter ! src/hotspot/share/utilities/debug.cpp Changeset: 8f0fb27d Author: Doug Simon Date: 2024-03-01 18:54:50 +0000 URL: https://git.openjdk.org/loom/commit/8f0fb27decec28f32e4d88341237189ba4a340fb 8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal Reviewed-by: never, kevinw ! test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java Changeset: 7f02f07f Author: Joe Darcy Date: 2024-03-01 19:30:35 +0000 URL: https://git.openjdk.org/loom/commit/7f02f07f754c942735ba15d70858cd1661a658c0 8316708: Augment WorstCaseTests with more cases Reviewed-by: rgiulietti ! test/jdk/java/lang/Math/Tests.java ! test/jdk/java/lang/Math/WorstCaseTests.java ! test/jdk/java/lang/StrictMath/Atan2Tests.java ! test/jdk/java/lang/StrictMath/CubeRootTests.java ! test/jdk/java/lang/StrictMath/ExpTests.java ! test/jdk/java/lang/StrictMath/Expm1Tests.java ! test/jdk/java/lang/StrictMath/HyperbolicTests.java ! test/jdk/java/lang/StrictMath/HypotTests.java ! test/jdk/java/lang/StrictMath/InverseTrigTests.java ! test/jdk/java/lang/StrictMath/Log10Tests.java ! test/jdk/java/lang/StrictMath/Log1pTests.java ! test/jdk/java/lang/StrictMath/LogTests.java ! test/jdk/java/lang/StrictMath/TrigTests.java Changeset: a9c17a22 Author: Jaikiran Pai Date: 2024-03-02 01:44:25 +0000 URL: https://git.openjdk.org/loom/commit/a9c17a22ca8e64d12e28e272e3f4845297290854 8327108: compiler.lib.ir_framework.shared.TestFrameworkSocket should listen on loopback address only Reviewed-by: chagedorn, kvn ! test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java Changeset: f68a4b9f Author: Jaikiran Pai Date: 2024-03-02 01:45:36 +0000 URL: https://git.openjdk.org/loom/commit/f68a4b9fc4b0add186754465bbeb908b8362be8d 8327105: compiler.compilercontrol.share.scenario.Executor should listen on loopback address only Reviewed-by: chagedorn, kvn ! test/hotspot/jtreg/compiler/compilercontrol/share/actions/BaseAction.java ! test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Executor.java Changeset: f62f2adb Author: Y. Srinivas Ramakrishna Date: 2024-03-02 02:02:09 +0000 URL: https://git.openjdk.org/loom/commit/f62f2adbc3ec3cf8a9a59d3d766c60d11ebd77e2 8325671: Shenandoah: Introduce a ShenandoahGenerationType and templatize certain marking closures with it In support of eventually supporting a generational version of Shenandoah, we introduce a ShenandoahGenerationType enum which currently has a single NON_GEN value for Shenandoah. The generational extension of Shenandoah will introduce additional enum values when GenShen is integrated. These will be used to specialize certain marking closures via templatization, such that suitable variations of the marking (and in the future other) closures can be used for the generational and non-generational variants of the collector while minimizing interference between the two variants while maximizing code-sharing without affecting correctness or performance. This ticket introduces the new enum type and templatizes certain existing marking closures. In effect, this should be semantically a no-op for current (non-generational) Shenandoah and ideally completely performance-neutral (to be established via measurements). **Testing:** - [x] jtreg hotspot_gc - [x] github actions - [ ] codepipeline perf & stress: in progress **Performance:** - [ ] specjbb w/shenandoah - [ ] codepipeline perf: in progress Reviewed-by: kdnilsen, shade ! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp ! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.hpp + src/hotspot/share/gc/shenandoah/shenandoahGenerationType.hpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.cpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.hpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.inline.hpp ! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.hpp ! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp ! src/hotspot/share/gc/shenandoah/shenandoahSTWMark.cpp Changeset: a3d51d20 Author: Joe Wang Date: 2024-03-02 04:46:03 +0000 URL: https://git.openjdk.org/loom/commit/a3d51d2027c18e88703022d1c65a3048b9f2967e 8326915: NPE when a validating parser is restricted Reviewed-by: lancea, naoto ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java ! src/java.xml/share/classes/jdk/xml/internal/SecuritySupport.java + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.java + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xml + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xsd Changeset: 37e01efb Author: Thomas Stuefe Date: 2024-03-02 08:13:07 +0000 URL: https://git.openjdk.org/loom/commit/37e01efb7831e29068f834fe0629595cb721b90d 8326586: Improve Speed of System.map Reviewed-by: jsjolen, gziemski ! src/hotspot/share/nmt/memMapPrinter.cpp Changeset: 4b20b787 Author: Alan Bateman Date: 2024-03-02 17:33:21 +0000 URL: https://git.openjdk.org/loom/commit/4b20b78783b69d7fb72650bc5c382f24825b8dff Merge ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp From duke at openjdk.org Sun Mar 3 07:37:35 2024 From: duke at openjdk.org (duke) Date: Sun, 3 Mar 2024 07:37:35 GMT Subject: git: openjdk/loom: master: 32 new changesets Message-ID: <7d6485dd-a4e9-4682-8b6b-6e7635264b8b@openjdk.org> Changeset: d9ef16db Author: Matthias Baesken Date: 2024-02-29 08:15:46 +0000 URL: https://git.openjdk.org/loom/commit/d9ef16dbb6917a4fff7711b32f3dd87611560dd1 8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns Reviewed-by: clanger, prr ! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp Changeset: e772e781 Author: Alexey Ivanov Date: 2024-02-29 09:55:49 +0000 URL: https://git.openjdk.org/loom/commit/e772e7817981b7b5c01b95245cf2022372494619 8326948: Force English locale for timeout formatting Reviewed-by: honkar, prr, gli ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 43029006 Author: Matthew Donovan Date: 2024-02-29 12:08:14 +0000 URL: https://git.openjdk.org/loom/commit/430290066c23d09166a84f2f6f89e770c6ba04ff 8319673: Few security tests ignore VM flags Reviewed-by: weijun, hchao ! test/jdk/com/sun/crypto/provider/KeyProtector/IterationCount.java ! test/jdk/java/security/Security/ConfigFileTest.java ! test/jdk/sun/security/provider/KeyStore/DKSTest.java Changeset: 8f6edd8d Author: Albert Mingkun Yang Date: 2024-02-29 14:36:44 +0000 URL: https://git.openjdk.org/loom/commit/8f6edd8dc866bf970b7e7b8358f62832887e6e8b 8326975: Parallel: Remove redundant PSOldGen::is_allocated Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp ! src/hotspot/share/gc/parallel/psOldGen.cpp ! src/hotspot/share/gc/parallel/psOldGen.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: db0e2b8f Author: Brian Burkhalter Date: 2024-02-29 16:47:04 +0000 URL: https://git.openjdk.org/loom/commit/db0e2b8faf41b1dcf3cb8e637e213f50ced92584 8326944: (ch) Minor typo in the ScatteringByteChannel.read(ByteBuffer[] dsts,int offset,int length) javadoc Reviewed-by: naoto, iris, coffeys, gli ! src/java.base/share/classes/java/nio/channels/ScatteringByteChannel.java Changeset: bbfda659 Author: Brian Burkhalter Date: 2024-02-29 16:47:14 +0000 URL: https://git.openjdk.org/loom/commit/bbfda6599a878746cd0bab72952deae95e9f5dea 8326897: (fs) The utility TestUtil.supportsLinks is wrongly used to check for hard link support Reviewed-by: gli, alanb ! test/jdk/java/nio/file/DirectoryStream/SecureDS.java ! test/jdk/java/nio/file/Files/CheckPermissions.java ! test/jdk/java/nio/file/Files/CopyAndMove.java ! test/jdk/java/nio/file/Files/CopyInterference.java ! test/jdk/java/nio/file/Files/CreateDirectories.java ! test/jdk/java/nio/file/Files/DeleteOnClose.java ! test/jdk/java/nio/file/Files/Misc.java ! test/jdk/java/nio/file/Files/SBC.java ! test/jdk/java/nio/file/Files/SetLastModifiedTime.java ! test/jdk/java/nio/file/Files/StreamTest.java ! test/jdk/java/nio/file/Files/SubstDrive.java ! test/jdk/java/nio/file/Files/SymlinkTime.java ! test/jdk/java/nio/file/Files/walkFileTree/CreateFileTree.java ! test/jdk/java/nio/file/Path/ToRealPath.java ! test/jdk/java/nio/file/TestUtil.java ! test/jdk/java/nio/file/attribute/DosFileAttributeView/Basic.java ! test/jdk/java/nio/file/attribute/PosixFileAttributeView/Basic.java ! test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java Changeset: d9aa1dea Author: Elif Aslan Committer: Paul Hohensee Date: 2024-02-29 16:56:16 +0000 URL: https://git.openjdk.org/loom/commit/d9aa1deac8474f87dd867809f7265b9496917c6f 8318605: Enable parallelism in vmTestbase/nsk/stress/stack tests Reviewed-by: gli, shade, lmesnik - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/TEST.properties Changeset: b8fc4186 Author: Alex Menkov Date: 2024-02-29 17:51:10 +0000 URL: https://git.openjdk.org/loom/commit/b8fc4186d59ce21e878c4de30983d7cacf69b7a5 8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case Reviewed-by: cjplummer, lmesnik, sspitsyn ! test/jdk/com/sun/tools/attach/BasicTests.java Changeset: d29cefb6 Author: Erik Gahlin Date: 2024-02-29 20:18:17 +0000 URL: https://git.openjdk.org/loom/commit/d29cefb6ebfd03638e1ca880ff20a0489e4e4fa5 8326838: JFR: Native mirror events Reviewed-by: mgronlun ! src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataRepository.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/Type.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/TypeLibrary.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/util/Utils.java Changeset: 742c776a Author: Vladimir Kozlov Date: 2024-02-29 20:20:46 +0000 URL: https://git.openjdk.org/loom/commit/742c776a922bc226a3beaa9e219ff0bd2baf7bc4 8322743: C2: prevent lock region elimination in OSR compilation Reviewed-by: epeter, dlong, vlivanov ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/parse1.cpp + test/hotspot/jtreg/compiler/locks/TestLocksInOSR.java Changeset: 43af1203 Author: Doug Simon Date: 2024-02-29 22:11:05 +0000 URL: https://git.openjdk.org/loom/commit/43af12039f13b884ab632ab403691530996e961c 8326959: Improve JVMCI option help Reviewed-by: never ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java ! test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java Changeset: 8d6f7849 Author: Denghui Dong Date: 2024-02-29 23:46:42 +0000 URL: https://git.openjdk.org/loom/commit/8d6f7849ff870e87c088ba38c21a8207d6883a2f 8327056: Remove unused static char array in JvmtiAgentList::lookup Reviewed-by: amenkov, sspitsyn ! src/hotspot/share/prims/jvmtiAgentList.cpp Changeset: 0d354503 Author: Prasanta Sadhukhan Date: 2024-03-01 03:09:54 +0000 URL: https://git.openjdk.org/loom/commit/0d354503620eb7f6da7b1b8aa6143ba18ced8f12 8327040: Problemlist ActionListenerCalledTwiceTest.java test failing in macos14 Reviewed-by: prr, gli ! test/jdk/ProblemList.txt Changeset: 12404a5e Author: Joshua Cao Committer: Emanuel Peter Date: 2024-03-01 05:35:33 +0000 URL: https://git.openjdk.org/loom/commit/12404a5efb3c45f72f54fda3238c72d5d15a30ee 8324790: ifnode::fold_compares_helper cleanup Reviewed-by: chagedorn, epeter ! src/hotspot/share/opto/ifnode.cpp Changeset: 0899b3b5 Author: Richard Reingruber Date: 2024-03-01 07:12:05 +0000 URL: https://git.openjdk.org/loom/commit/0899b3b5e5c949e4eef2cc20ae38ab136fccb5bb 8326612: Parallel: remove redundant assertion from ScavengeRootsTask Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/parallel/psScavenge.cpp Changeset: a065eba5 Author: Matthias Baesken Date: 2024-03-01 07:37:43 +0000 URL: https://git.openjdk.org/loom/commit/a065eba56de01f4492123c6663ec0c3108d907a1 8326496: [test] checkHsErrFileContent support printing hserr in error case Reviewed-by: clanger, lucy ! test/hotspot/jtreg/runtime/ErrorHandling/HsErrFileUtils.java ! test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java Changeset: 5b751997 Author: Thomas Schatzl Date: 2024-03-01 10:51:26 +0000 URL: https://git.openjdk.org/loom/commit/5b75199769c5af2c904f0ff4ef5288e90bab33db 8327022: Parallel: Remove experimental dense prefix calculation Reviewed-by: shade, ayang, gli ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: e85265ab Author: Korov Committer: Daniel Fuchs Date: 2024-03-01 10:58:59 +0000 URL: https://git.openjdk.org/loom/commit/e85265abc2426ff30031b1528cf1c6b4ecb5e11b 8325361: Make sun.net.www.MessageHeader final Reviewed-by: dfuchs ! src/java.base/share/classes/sun/net/www/MessageHeader.java Changeset: 437cf354 Author: Matthew Donovan Date: 2024-03-01 12:23:17 +0000 URL: https://git.openjdk.org/loom/commit/437cf354e2d1f7df79fa32265ccf86a0e84257b5 8319648: java/lang/SecurityManager tests ignore vm flags Reviewed-by: mullan ! test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java ! test/jdk/java/lang/System/SecurityManagerWarnings.java Changeset: b972997a Author: Andrew Haley Date: 2024-03-01 12:39:22 +0000 URL: https://git.openjdk.org/loom/commit/b972997af76a506ffd79ee8c6043e7a8db836b33 8326974: ODR violation in macroAssembler_aarch64.cpp Reviewed-by: adinn, shade, gli ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp Changeset: c02e7f4b Author: Hamlin Li Date: 2024-03-01 13:33:01 +0000 URL: https://git.openjdk.org/loom/commit/c02e7f4bb5ebd4765f0b58586932d75cba1144b4 8327058: RISC-V: make Zcb experimental Reviewed-by: fyang, gli ! src/hotspot/cpu/riscv/assembler_riscv.hpp ! src/hotspot/cpu/riscv/globals_riscv.hpp ! src/hotspot/cpu/riscv/vm_version_riscv.hpp Changeset: 98434d61 Author: Albert Mingkun Yang Date: 2024-03-01 13:45:57 +0000 URL: https://git.openjdk.org/loom/commit/98434d61051ddc5a6aa0ed94a6c5dd5b718f812a 8322170: Update deprecated/obsolete/expired flags table for GC Co-authored-by: Lei Zaakjyu Reviewed-by: dholmes, tschatzl ! src/hotspot/share/runtime/arguments.cpp Changeset: 012411ad Author: Pavel Rappo Date: 2024-03-01 13:48:50 +0000 URL: https://git.openjdk.org/loom/commit/012411ad8dced3cd1f4ec6e002ebd2d84d2461f5 8327046: (fs) Files.walk should be clear that depth-first traversal is pre-order Reviewed-by: alanb, gli ! src/java.base/share/classes/java/nio/file/Files.java ! test/jdk/java/nio/file/Files/StreamTest.java Changeset: acc0a743 Author: Albert Mingkun Yang Date: 2024-03-01 14:28:02 +0000 URL: https://git.openjdk.org/loom/commit/acc0a7436f5345dddff0b14f0098a5423b85e614 8327126: Parallel: Remove unused ParMarkBitMapClosure::_initial_words_remaining Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: b38a6c57 Author: Magnus Ihse Bursie Date: 2024-03-01 15:09:03 +0000 URL: https://git.openjdk.org/loom/commit/b38a6c5780611f02d02215c65340b725e4c18929 8327049: Only export debug.cpp functions on Windows Reviewed-by: jwaters, dholmes, epeter ! src/hotspot/share/utilities/debug.cpp Changeset: 8f0fb27d Author: Doug Simon Date: 2024-03-01 18:54:50 +0000 URL: https://git.openjdk.org/loom/commit/8f0fb27decec28f32e4d88341237189ba4a340fb 8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal Reviewed-by: never, kevinw ! test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java Changeset: 7f02f07f Author: Joe Darcy Date: 2024-03-01 19:30:35 +0000 URL: https://git.openjdk.org/loom/commit/7f02f07f754c942735ba15d70858cd1661a658c0 8316708: Augment WorstCaseTests with more cases Reviewed-by: rgiulietti ! test/jdk/java/lang/Math/Tests.java ! test/jdk/java/lang/Math/WorstCaseTests.java ! test/jdk/java/lang/StrictMath/Atan2Tests.java ! test/jdk/java/lang/StrictMath/CubeRootTests.java ! test/jdk/java/lang/StrictMath/ExpTests.java ! test/jdk/java/lang/StrictMath/Expm1Tests.java ! test/jdk/java/lang/StrictMath/HyperbolicTests.java ! test/jdk/java/lang/StrictMath/HypotTests.java ! test/jdk/java/lang/StrictMath/InverseTrigTests.java ! test/jdk/java/lang/StrictMath/Log10Tests.java ! test/jdk/java/lang/StrictMath/Log1pTests.java ! test/jdk/java/lang/StrictMath/LogTests.java ! test/jdk/java/lang/StrictMath/TrigTests.java Changeset: a9c17a22 Author: Jaikiran Pai Date: 2024-03-02 01:44:25 +0000 URL: https://git.openjdk.org/loom/commit/a9c17a22ca8e64d12e28e272e3f4845297290854 8327108: compiler.lib.ir_framework.shared.TestFrameworkSocket should listen on loopback address only Reviewed-by: chagedorn, kvn ! test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java Changeset: f68a4b9f Author: Jaikiran Pai Date: 2024-03-02 01:45:36 +0000 URL: https://git.openjdk.org/loom/commit/f68a4b9fc4b0add186754465bbeb908b8362be8d 8327105: compiler.compilercontrol.share.scenario.Executor should listen on loopback address only Reviewed-by: chagedorn, kvn ! test/hotspot/jtreg/compiler/compilercontrol/share/actions/BaseAction.java ! test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Executor.java Changeset: f62f2adb Author: Y. Srinivas Ramakrishna Date: 2024-03-02 02:02:09 +0000 URL: https://git.openjdk.org/loom/commit/f62f2adbc3ec3cf8a9a59d3d766c60d11ebd77e2 8325671: Shenandoah: Introduce a ShenandoahGenerationType and templatize certain marking closures with it In support of eventually supporting a generational version of Shenandoah, we introduce a ShenandoahGenerationType enum which currently has a single NON_GEN value for Shenandoah. The generational extension of Shenandoah will introduce additional enum values when GenShen is integrated. These will be used to specialize certain marking closures via templatization, such that suitable variations of the marking (and in the future other) closures can be used for the generational and non-generational variants of the collector while minimizing interference between the two variants while maximizing code-sharing without affecting correctness or performance. This ticket introduces the new enum type and templatizes certain existing marking closures. In effect, this should be semantically a no-op for current (non-generational) Shenandoah and ideally completely performance-neutral (to be established via measurements). **Testing:** - [x] jtreg hotspot_gc - [x] github actions - [ ] codepipeline perf & stress: in progress **Performance:** - [ ] specjbb w/shenandoah - [ ] codepipeline perf: in progress Reviewed-by: kdnilsen, shade ! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp ! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.hpp + src/hotspot/share/gc/shenandoah/shenandoahGenerationType.hpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.cpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.hpp ! src/hotspot/share/gc/shenandoah/shenandoahMark.inline.hpp ! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.hpp ! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp ! src/hotspot/share/gc/shenandoah/shenandoahSTWMark.cpp Changeset: a3d51d20 Author: Joe Wang Date: 2024-03-02 04:46:03 +0000 URL: https://git.openjdk.org/loom/commit/a3d51d2027c18e88703022d1c65a3048b9f2967e 8326915: NPE when a validating parser is restricted Reviewed-by: lancea, naoto ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java ! src/java.xml/share/classes/jdk/xml/internal/SecuritySupport.java + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.java + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xml + test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xsd Changeset: 37e01efb Author: Thomas Stuefe Date: 2024-03-02 08:13:07 +0000 URL: https://git.openjdk.org/loom/commit/37e01efb7831e29068f834fe0629595cb721b90d 8326586: Improve Speed of System.map Reviewed-by: jsjolen, gziemski ! src/hotspot/share/nmt/memMapPrinter.cpp From duke at openjdk.org Tue Mar 5 20:45:37 2024 From: duke at openjdk.org (duke) Date: Tue, 5 Mar 2024 20:45:37 GMT Subject: git: openjdk/loom: master: 26 new changesets Message-ID: <366c9fc6-1dd9-455e-b098-d1a8bf847272@openjdk.org> Changeset: 31ac8714 Author: Gilles Duboscq Date: 2024-03-03 11:05:33 +0000 URL: https://git.openjdk.org/loom/commit/31ac8714e0593f2feaa8e9ebaf32bab904ba6d11 8326692: JVMCI Local.endBci is off-by-one Reviewed-by: dnsimon, never, gli ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl.java ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/Local.java ! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java Changeset: f3b15abc Author: Matthias Baesken Date: 2024-03-04 07:40:01 +0000 URL: https://git.openjdk.org/loom/commit/f3b15abcb7dcd00158df84818965fc1282dcc1d9 8327059: os::Linux::print_proc_sys_info add swappiness information Reviewed-by: mdoerr, dholmes ! src/hotspot/os/linux/os_linux.cpp Changeset: 97dc0edd Author: Kim Barrett Date: 2024-03-04 08:06:20 +0000 URL: https://git.openjdk.org/loom/commit/97dc0edde01454041df41988538abbd53ad6503d 8327171: Fix more NULL usage backsliding Reviewed-by: gli, jwaters, dholmes ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! test/hotspot/gtest/runtime/test_os_linux.cpp Changeset: 7c71f188 Author: Afshin Zafari Date: 2024-03-04 08:18:27 +0000 URL: https://git.openjdk.org/loom/commit/7c71f188a3a98e47ee363c532bd75937e69869a7 8324829: Uniform use of synchronizations in NMT Reviewed-by: stuefe, jsjolen ! src/hotspot/os/posix/perfMemory_posix.cpp ! src/hotspot/os/windows/perfMemory_windows.cpp ! src/hotspot/share/gc/x/xPhysicalMemory.cpp ! src/hotspot/share/gc/z/zNMT.cpp ! src/hotspot/share/nmt/memTracker.cpp ! src/hotspot/share/nmt/memTracker.hpp ! src/hotspot/share/runtime/os.cpp Changeset: e889b460 Author: Arno Zeller Committer: Matthias Baesken Date: 2024-03-04 08:40:50 +0000 URL: https://git.openjdk.org/loom/commit/e889b460c03b3887ec5477fa734c430d3c3a41c8 8327071: [Testbug] g-tests for cgroup leave files in /tmp on linux Reviewed-by: mbaesken, gli, stuefe ! test/hotspot/gtest/os/linux/test_cgroupSubsystem_linux.cpp Changeset: b69d1b51 Author: Ivan Walulya Date: 2024-03-04 15:17:57 +0000 URL: https://git.openjdk.org/loom/commit/b69d1b51c77ceda2fae3402418f4afcae2a735a8 8327042: G1: Parallelism used for redirty logged cards needs better control. Co-authored-by: Thomas Schatzl Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp ! src/hotspot/share/gc/g1/g1ParScanThreadState.hpp ! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.cpp ! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.hpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp Changeset: 0583f735 Author: Adam Sotona Date: 2024-03-04 15:26:27 +0000 URL: https://git.openjdk.org/loom/commit/0583f7357480c0500daa82f490b2fcc05f2fb65a 8323183: ClassFile API performance improvements Reviewed-by: redestad ! src/java.base/share/classes/jdk/internal/classfile/impl/SplitConstantPool.java ! src/java.base/share/classes/jdk/internal/classfile/impl/StackCounter.java ! src/java.base/share/classes/jdk/internal/classfile/impl/StackMapDecoder.java + test/micro/org/openjdk/bench/jdk/classfile/CodeAttributeTools.java - test/micro/org/openjdk/bench/jdk/classfile/GenerateStackMaps.java Changeset: b5cd7efc Author: Axel Boldt-Christmas Committer: Martin Doerr Date: 2024-03-04 16:01:08 +0000 URL: https://git.openjdk.org/loom/commit/b5cd7efcebe0daaf8a85f0f32b65a3bd446674ef 8319901: Recursive lightweight locking: ppc64le implementation Co-authored-by: Martin Doerr Reviewed-by: mdoerr, rrich ! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.hpp ! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp ! src/hotspot/cpu/ppc/vm_version_ppc.hpp Changeset: 43c6f0b5 Author: Christoph Langer Date: 2024-03-04 16:32:48 +0000 URL: https://git.openjdk.org/loom/commit/43c6f0b5880899b797fab2f851bd35be1c342439 8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used Reviewed-by: mbaesken ! test/jdk/jdk/modules/etc/JmodExcludedFiles.java Changeset: 59529a92 Author: Albert Mingkun Yang Date: 2024-03-04 16:47:14 +0000 URL: https://git.openjdk.org/loom/commit/59529a92ca33a59636cfc2175fb8ffeb1d67a29f 8326688: Parallel: Remove unnecessary BOT update in UpdateOnlyClosure::do_addr Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: 8cfacebd Author: Elif Aslan Committer: Aleksey Shipilev Date: 2024-03-04 17:50:42 +0000 URL: https://git.openjdk.org/loom/commit/8cfacebd06da3a45d119b5378ce0c2dd591d2442 8327125: SpinYield.report should report microseconds Reviewed-by: gli, dholmes, shade ! src/hotspot/share/utilities/spinYield.cpp Changeset: 6f8d351e Author: Albert Mingkun Yang Date: 2024-03-04 17:54:45 +0000 URL: https://git.openjdk.org/loom/commit/6f8d351e8678be9183628f2691ae18e4016c6cb3 8325725: Parallel: Refactor PSParallelCompact::fill_dense_prefix_end Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp Changeset: f615ac4b Author: Naoto Sato Date: 2024-03-04 18:40:50 +0000 URL: https://git.openjdk.org/loom/commit/f615ac4bdf94750390d18aa954d41f72eb4ef4d2 8309622: Re-examine the cache mechanism in BaseLocale Reviewed-by: dfuchs, rriggs ! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/java/util/ResourceBundle.java ! src/java.base/share/classes/sun/util/locale/BaseLocale.java - src/java.base/share/classes/sun/util/locale/LocaleObjectCache.java Changeset: 045eea11 Author: Albert Mingkun Yang Date: 2024-03-04 18:50:45 +0000 URL: https://git.openjdk.org/loom/commit/045eea11307f5df89071c7c7e366effdc23a22db 8327057: Parallel: Refactor ParMarkBitMap::iterate Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/parMarkBitMap.cpp ! src/hotspot/share/gc/parallel/parMarkBitMap.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: e1b661f8 Author: Gui Cao Committer: Fei Yang Date: 2024-03-05 02:04:21 +0000 URL: https://git.openjdk.org/loom/commit/e1b661f8c1df780cce28fe76d257b44e2fe44058 8319900: Recursive lightweight locking: riscv64 implementation Co-authored-by: Axel Boldt-Christmas Reviewed-by: fyang ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/interp_masm_riscv.cpp ! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv.ad ! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp ! src/hotspot/cpu/riscv/vm_version_riscv.hpp Changeset: b7540df6 Author: Prasanta Sadhukhan Date: 2024-03-05 02:34:58 +0000 URL: https://git.openjdk.org/loom/commit/b7540df6a4279c63e69d32b9d9834f7a427478d1 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails Reviewed-by: prr ! test/jdk/javax/swing/JSpinner/8008657/bug8008657.java Changeset: c5895558 Author: Emanuel Peter Date: 2024-03-05 06:35:32 +0000 URL: https://git.openjdk.org/loom/commit/c589555845e61cdde5340aaa76fcc36b2753240d 8325095: C2: bailout message broken: ResourceArea allocated string used after free Reviewed-by: kvn, dlong ! src/hotspot/share/ci/ciEnv.cpp ! src/hotspot/share/ci/ciEnv.hpp + src/hotspot/share/compiler/cHeapStringHolder.cpp + src/hotspot/share/compiler/cHeapStringHolder.hpp ! src/hotspot/share/compiler/compilationMemoryStatistic.cpp ! src/hotspot/share/compiler/compileBroker.cpp ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/compile.hpp ! src/hotspot/share/runtime/vmStructs.cpp Changeset: 0b959098 Author: Roberto Casta?eda Lozano Date: 2024-03-05 06:56:49 +0000 URL: https://git.openjdk.org/loom/commit/0b959098be452aa2c9b461c921e11b19678138c7 8327224: G1: comment in G1BarrierSetC2::post_barrier() refers to nonexistent new_deferred_store_barrier() Reviewed-by: kbarrett ! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp Changeset: d6f2a174 Author: Kim Barrett Date: 2024-03-05 07:16:34 +0000 URL: https://git.openjdk.org/loom/commit/d6f2a174fcf41f0b091ef7eabea5d06fae90e0b2 8325881: Require minimum gcc version 10 Reviewed-by: ihse, shade ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: e9adceba Author: Eirik Bj?rsn?s Date: 2024-03-05 08:39:43 +0000 URL: https://git.openjdk.org/loom/commit/e9adcebaf242843fe2004b01747b5a930b62b291 8327208: Remove unused method java.util.jar.Manifest.make72Safe Reviewed-by: lancea, iris, jpai ! src/java.base/share/classes/java/util/jar/Manifest.java ! test/jdk/java/util/jar/Manifest/LineBreakLineWidth.java ! test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java Changeset: fec51d4c Author: Albert Mingkun Yang Date: 2024-03-05 11:18:09 +0000 URL: https://git.openjdk.org/loom/commit/fec51d4c46a2cdd2eae148478831677c9b558a5e 8327130: Serial: Remove Generation::record_spaces_top Reviewed-by: gli, kbarrett ! src/hotspot/share/gc/serial/defNewGeneration.hpp ! src/hotspot/share/gc/serial/generation.hpp ! src/hotspot/share/gc/serial/tenuredGeneration.hpp Changeset: 560cf596 Author: Thomas Schatzl Date: 2024-03-05 11:31:45 +0000 URL: https://git.openjdk.org/loom/commit/560cf59626188d7582f601b29d9e2d5bfd0fac7d 8327287: Remove unused FLSVerifyDictionary debug option Reviewed-by: ayang, kbarrett ! src/hotspot/share/runtime/globals.hpp Changeset: a089ed2b Author: MaxXSoft Committer: Fei Yang Date: 2024-03-05 11:42:37 +0000 URL: https://git.openjdk.org/loom/commit/a089ed2b9289eeda73bba47ac87e5bc81a4af9dc 8326936: RISC-V: Shenandoah GC crashes due to incorrect atomic memory operations Reviewed-by: fyang, rehn ! src/hotspot/os_cpu/linux_riscv/atomic_linux_riscv.hpp Changeset: c653e67c Author: Claes Redestad Date: 2024-03-05 13:31:08 +0000 URL: https://git.openjdk.org/loom/commit/c653e67c0f6ce7a023a5ea079d8872b1eeb8eba7 8327225: Revert DataInputStream.readUTF to static final Reviewed-by: rriggs, bpb, gli ! src/java.base/share/classes/java/io/DataInputStream.java Changeset: 2372aba6 Author: Jorn Vernee Date: 2024-03-05 13:32:24 +0000 URL: https://git.openjdk.org/loom/commit/2372aba6a21c569d4d724396e59b9fd1bec90682 8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc Reviewed-by: mcimadamore ! src/java.base/share/classes/java/lang/foreign/MemorySegment.java ! src/java.base/share/classes/java/lang/foreign/ValueLayout.java ! src/java.base/share/classes/jdk/internal/foreign/HeapMemorySegmentImpl.java ! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/FallbackLinker.java ! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/LibFallback.java ! src/java.base/share/classes/jdk/internal/foreign/layout/ValueLayouts.java ! src/java.base/share/native/libfallbackLinker/fallbackLinker.c ! test/jdk/java/foreign/TestLayouts.java ! test/jdk/java/foreign/TestValueLayouts.java ! test/jdk/java/foreign/stackwalk/TestReentrantUpcalls.java Changeset: 98f0b866 Author: Emanuel Peter Date: 2024-03-05 13:37:08 +0000 URL: https://git.openjdk.org/loom/commit/98f0b86641d84048949ed3da1cb14f3820b01c12 8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug" Co-authored-by: Fei Gao Reviewed-by: aph, kvn, gli ! src/hotspot/cpu/aarch64/aarch64.ad + test/hotspot/jtreg/compiler/c2/TestUnalignedAccess.java From duke at openjdk.org Tue Mar 5 20:55:20 2024 From: duke at openjdk.org (duke) Date: Tue, 5 Mar 2024 20:55:20 GMT Subject: git: openjdk/loom: fibers: 27 new changesets Message-ID: <9104746b-ab47-470b-8165-d9d95720083b@openjdk.org> Changeset: 31ac8714 Author: Gilles Duboscq Date: 2024-03-03 11:05:33 +0000 URL: https://git.openjdk.org/loom/commit/31ac8714e0593f2feaa8e9ebaf32bab904ba6d11 8326692: JVMCI Local.endBci is off-by-one Reviewed-by: dnsimon, never, gli ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl.java ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/Local.java ! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java Changeset: f3b15abc Author: Matthias Baesken Date: 2024-03-04 07:40:01 +0000 URL: https://git.openjdk.org/loom/commit/f3b15abcb7dcd00158df84818965fc1282dcc1d9 8327059: os::Linux::print_proc_sys_info add swappiness information Reviewed-by: mdoerr, dholmes ! src/hotspot/os/linux/os_linux.cpp Changeset: 97dc0edd Author: Kim Barrett Date: 2024-03-04 08:06:20 +0000 URL: https://git.openjdk.org/loom/commit/97dc0edde01454041df41988538abbd53ad6503d 8327171: Fix more NULL usage backsliding Reviewed-by: gli, jwaters, dholmes ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! test/hotspot/gtest/runtime/test_os_linux.cpp Changeset: 7c71f188 Author: Afshin Zafari Date: 2024-03-04 08:18:27 +0000 URL: https://git.openjdk.org/loom/commit/7c71f188a3a98e47ee363c532bd75937e69869a7 8324829: Uniform use of synchronizations in NMT Reviewed-by: stuefe, jsjolen ! src/hotspot/os/posix/perfMemory_posix.cpp ! src/hotspot/os/windows/perfMemory_windows.cpp ! src/hotspot/share/gc/x/xPhysicalMemory.cpp ! src/hotspot/share/gc/z/zNMT.cpp ! src/hotspot/share/nmt/memTracker.cpp ! src/hotspot/share/nmt/memTracker.hpp ! src/hotspot/share/runtime/os.cpp Changeset: e889b460 Author: Arno Zeller Committer: Matthias Baesken Date: 2024-03-04 08:40:50 +0000 URL: https://git.openjdk.org/loom/commit/e889b460c03b3887ec5477fa734c430d3c3a41c8 8327071: [Testbug] g-tests for cgroup leave files in /tmp on linux Reviewed-by: mbaesken, gli, stuefe ! test/hotspot/gtest/os/linux/test_cgroupSubsystem_linux.cpp Changeset: b69d1b51 Author: Ivan Walulya Date: 2024-03-04 15:17:57 +0000 URL: https://git.openjdk.org/loom/commit/b69d1b51c77ceda2fae3402418f4afcae2a735a8 8327042: G1: Parallelism used for redirty logged cards needs better control. Co-authored-by: Thomas Schatzl Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp ! src/hotspot/share/gc/g1/g1ParScanThreadState.hpp ! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.cpp ! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.hpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp Changeset: 0583f735 Author: Adam Sotona Date: 2024-03-04 15:26:27 +0000 URL: https://git.openjdk.org/loom/commit/0583f7357480c0500daa82f490b2fcc05f2fb65a 8323183: ClassFile API performance improvements Reviewed-by: redestad ! src/java.base/share/classes/jdk/internal/classfile/impl/SplitConstantPool.java ! src/java.base/share/classes/jdk/internal/classfile/impl/StackCounter.java ! src/java.base/share/classes/jdk/internal/classfile/impl/StackMapDecoder.java + test/micro/org/openjdk/bench/jdk/classfile/CodeAttributeTools.java - test/micro/org/openjdk/bench/jdk/classfile/GenerateStackMaps.java Changeset: b5cd7efc Author: Axel Boldt-Christmas Committer: Martin Doerr Date: 2024-03-04 16:01:08 +0000 URL: https://git.openjdk.org/loom/commit/b5cd7efcebe0daaf8a85f0f32b65a3bd446674ef 8319901: Recursive lightweight locking: ppc64le implementation Co-authored-by: Martin Doerr Reviewed-by: mdoerr, rrich ! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.hpp ! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp ! src/hotspot/cpu/ppc/vm_version_ppc.hpp Changeset: 43c6f0b5 Author: Christoph Langer Date: 2024-03-04 16:32:48 +0000 URL: https://git.openjdk.org/loom/commit/43c6f0b5880899b797fab2f851bd35be1c342439 8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used Reviewed-by: mbaesken ! test/jdk/jdk/modules/etc/JmodExcludedFiles.java Changeset: 59529a92 Author: Albert Mingkun Yang Date: 2024-03-04 16:47:14 +0000 URL: https://git.openjdk.org/loom/commit/59529a92ca33a59636cfc2175fb8ffeb1d67a29f 8326688: Parallel: Remove unnecessary BOT update in UpdateOnlyClosure::do_addr Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: 8cfacebd Author: Elif Aslan Committer: Aleksey Shipilev Date: 2024-03-04 17:50:42 +0000 URL: https://git.openjdk.org/loom/commit/8cfacebd06da3a45d119b5378ce0c2dd591d2442 8327125: SpinYield.report should report microseconds Reviewed-by: gli, dholmes, shade ! src/hotspot/share/utilities/spinYield.cpp Changeset: 6f8d351e Author: Albert Mingkun Yang Date: 2024-03-04 17:54:45 +0000 URL: https://git.openjdk.org/loom/commit/6f8d351e8678be9183628f2691ae18e4016c6cb3 8325725: Parallel: Refactor PSParallelCompact::fill_dense_prefix_end Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp Changeset: f615ac4b Author: Naoto Sato Date: 2024-03-04 18:40:50 +0000 URL: https://git.openjdk.org/loom/commit/f615ac4bdf94750390d18aa954d41f72eb4ef4d2 8309622: Re-examine the cache mechanism in BaseLocale Reviewed-by: dfuchs, rriggs ! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/java/util/ResourceBundle.java ! src/java.base/share/classes/sun/util/locale/BaseLocale.java - src/java.base/share/classes/sun/util/locale/LocaleObjectCache.java Changeset: 045eea11 Author: Albert Mingkun Yang Date: 2024-03-04 18:50:45 +0000 URL: https://git.openjdk.org/loom/commit/045eea11307f5df89071c7c7e366effdc23a22db 8327057: Parallel: Refactor ParMarkBitMap::iterate Reviewed-by: tschatzl, iwalulya ! src/hotspot/share/gc/parallel/parMarkBitMap.cpp ! src/hotspot/share/gc/parallel/parMarkBitMap.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: e1b661f8 Author: Gui Cao Committer: Fei Yang Date: 2024-03-05 02:04:21 +0000 URL: https://git.openjdk.org/loom/commit/e1b661f8c1df780cce28fe76d257b44e2fe44058 8319900: Recursive lightweight locking: riscv64 implementation Co-authored-by: Axel Boldt-Christmas Reviewed-by: fyang ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/interp_masm_riscv.cpp ! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv.ad ! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp ! src/hotspot/cpu/riscv/vm_version_riscv.hpp Changeset: b7540df6 Author: Prasanta Sadhukhan Date: 2024-03-05 02:34:58 +0000 URL: https://git.openjdk.org/loom/commit/b7540df6a4279c63e69d32b9d9834f7a427478d1 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails Reviewed-by: prr ! test/jdk/javax/swing/JSpinner/8008657/bug8008657.java Changeset: c5895558 Author: Emanuel Peter Date: 2024-03-05 06:35:32 +0000 URL: https://git.openjdk.org/loom/commit/c589555845e61cdde5340aaa76fcc36b2753240d 8325095: C2: bailout message broken: ResourceArea allocated string used after free Reviewed-by: kvn, dlong ! src/hotspot/share/ci/ciEnv.cpp ! src/hotspot/share/ci/ciEnv.hpp + src/hotspot/share/compiler/cHeapStringHolder.cpp + src/hotspot/share/compiler/cHeapStringHolder.hpp ! src/hotspot/share/compiler/compilationMemoryStatistic.cpp ! src/hotspot/share/compiler/compileBroker.cpp ! src/hotspot/share/opto/compile.cpp ! src/hotspot/share/opto/compile.hpp ! src/hotspot/share/runtime/vmStructs.cpp Changeset: 0b959098 Author: Roberto Casta?eda Lozano Date: 2024-03-05 06:56:49 +0000 URL: https://git.openjdk.org/loom/commit/0b959098be452aa2c9b461c921e11b19678138c7 8327224: G1: comment in G1BarrierSetC2::post_barrier() refers to nonexistent new_deferred_store_barrier() Reviewed-by: kbarrett ! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp Changeset: d6f2a174 Author: Kim Barrett Date: 2024-03-05 07:16:34 +0000 URL: https://git.openjdk.org/loom/commit/d6f2a174fcf41f0b091ef7eabea5d06fae90e0b2 8325881: Require minimum gcc version 10 Reviewed-by: ihse, shade ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: e9adceba Author: Eirik Bj?rsn?s Date: 2024-03-05 08:39:43 +0000 URL: https://git.openjdk.org/loom/commit/e9adcebaf242843fe2004b01747b5a930b62b291 8327208: Remove unused method java.util.jar.Manifest.make72Safe Reviewed-by: lancea, iris, jpai ! src/java.base/share/classes/java/util/jar/Manifest.java ! test/jdk/java/util/jar/Manifest/LineBreakLineWidth.java ! test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java Changeset: fec51d4c Author: Albert Mingkun Yang Date: 2024-03-05 11:18:09 +0000 URL: https://git.openjdk.org/loom/commit/fec51d4c46a2cdd2eae148478831677c9b558a5e 8327130: Serial: Remove Generation::record_spaces_top Reviewed-by: gli, kbarrett ! src/hotspot/share/gc/serial/defNewGeneration.hpp ! src/hotspot/share/gc/serial/generation.hpp ! src/hotspot/share/gc/serial/tenuredGeneration.hpp Changeset: 560cf596 Author: Thomas Schatzl Date: 2024-03-05 11:31:45 +0000 URL: https://git.openjdk.org/loom/commit/560cf59626188d7582f601b29d9e2d5bfd0fac7d 8327287: Remove unused FLSVerifyDictionary debug option Reviewed-by: ayang, kbarrett ! src/hotspot/share/runtime/globals.hpp Changeset: a089ed2b Author: MaxXSoft Committer: Fei Yang Date: 2024-03-05 11:42:37 +0000 URL: https://git.openjdk.org/loom/commit/a089ed2b9289eeda73bba47ac87e5bc81a4af9dc 8326936: RISC-V: Shenandoah GC crashes due to incorrect atomic memory operations Reviewed-by: fyang, rehn ! src/hotspot/os_cpu/linux_riscv/atomic_linux_riscv.hpp Changeset: c653e67c Author: Claes Redestad Date: 2024-03-05 13:31:08 +0000 URL: https://git.openjdk.org/loom/commit/c653e67c0f6ce7a023a5ea079d8872b1eeb8eba7 8327225: Revert DataInputStream.readUTF to static final Reviewed-by: rriggs, bpb, gli ! src/java.base/share/classes/java/io/DataInputStream.java Changeset: 2372aba6 Author: Jorn Vernee Date: 2024-03-05 13:32:24 +0000 URL: https://git.openjdk.org/loom/commit/2372aba6a21c569d4d724396e59b9fd1bec90682 8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc Reviewed-by: mcimadamore ! src/java.base/share/classes/java/lang/foreign/MemorySegment.java ! src/java.base/share/classes/java/lang/foreign/ValueLayout.java ! src/java.base/share/classes/jdk/internal/foreign/HeapMemorySegmentImpl.java ! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/FallbackLinker.java ! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/LibFallback.java ! src/java.base/share/classes/jdk/internal/foreign/layout/ValueLayouts.java ! src/java.base/share/native/libfallbackLinker/fallbackLinker.c ! test/jdk/java/foreign/TestLayouts.java ! test/jdk/java/foreign/TestValueLayouts.java ! test/jdk/java/foreign/stackwalk/TestReentrantUpcalls.java Changeset: 98f0b866 Author: Emanuel Peter Date: 2024-03-05 13:37:08 +0000 URL: https://git.openjdk.org/loom/commit/98f0b86641d84048949ed3da1cb14f3820b01c12 8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug" Co-authored-by: Fei Gao Reviewed-by: aph, kvn, gli ! src/hotspot/cpu/aarch64/aarch64.ad + test/hotspot/jtreg/compiler/c2/TestUnalignedAccess.java Changeset: 7a767573 Author: Patricio Chilano Mateo Date: 2024-03-05 13:51:29 +0000 URL: https://git.openjdk.org/loom/commit/7a767573f72fd9b385d3b4caa3c723da302e96d8 Merge branch 'master' into fibers ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/share/runtime/vmStructs.cpp ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp ! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/share/runtime/vmStructs.cpp From duke at openjdk.org Thu Mar 7 20:22:04 2024 From: duke at openjdk.org (duke) Date: Thu, 7 Mar 2024 20:22:04 GMT Subject: git: openjdk/loom: fibers: 30 new changesets Message-ID: <05a2f290-257f-49b1-85ae-311e013f2469@openjdk.org> Changeset: f8f1c226 Author: Alan Bateman Date: 2024-03-06 12:35:23 +0000 URL: https://git.openjdk.org/loom/commit/f8f1c22674939cb163b10fb098257b770a8599b3 java/io/File/GetXSpace.java uses SM, exclude on vthread wrapper runs ! test/jdk/ProblemList-Virtual.txt Changeset: c00c939f Author: Albert Mingkun Yang Date: 2024-03-05 14:54:55 +0000 URL: https://git.openjdk.org/loom/commit/c00c939f99c7dfd31733cb27d36cb92fcc52a75b 8327364: Parallel: Remove unused ParallelCompactData::add_obj Reviewed-by: kbarrett ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 3d106cb0 Author: Matthias Baesken Date: 2024-03-05 15:34:27 +0000 URL: https://git.openjdk.org/loom/commit/3d106cb091de6b6ef2a9bf483fb0f5c98c28263c 8325139: JFR SwapSpace event - add free swap space information on Linux when running in a container environment Reviewed-by: lucy, sgehwolf ! src/hotspot/os/linux/cgroupSubsystem_linux.hpp ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp ! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp ! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp ! src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp ! src/hotspot/os/linux/osContainer_linux.cpp ! src/hotspot/os/linux/osContainer_linux.hpp ! src/hotspot/os/linux/os_linux.cpp ! test/hotspot/jtreg/containers/docker/TestJFREvents.java Changeset: c6641c7d Author: Ludvig Janiuk Committer: Magnus Ihse Bursie Date: 2024-03-05 16:24:54 +0000 URL: https://git.openjdk.org/loom/commit/c6641c7d2d5fd3e085e39646c9a350eeb83e3c5b 8326831: Clarify test harness control variables in make help Reviewed-by: erikj, gli, ihse ! make/Global.gmk Changeset: 809995b5 Author: Naoto Sato Date: 2024-03-05 19:32:29 +0000 URL: https://git.openjdk.org/loom/commit/809995b526ea79e4fd9fd4f911bcce811f77eb89 8174269: Remove COMPAT locale data provider from JDK Reviewed-by: ihse, joehw ! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java ! make/modules/java.base/Gensrc.gmk - make/modules/java.base/gensrc/GensrcLocaleData.gmk ! make/modules/jdk.localedata/Gensrc.gmk ! src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java ! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java - src/java.base/share/classes/sun/text/resources/FormatData_en.java - src/java.base/share/classes/sun/text/resources/FormatData_en_US.java - src/java.base/share/classes/sun/text/resources/JavaTimeSupplementary_en.java ! src/java.base/share/classes/sun/util/cldr/CLDRTimeZoneNameProviderImpl.java + src/java.base/share/classes/sun/util/locale/provider/BaseLocaleDataMetaInfo.java ! src/java.base/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java ! src/java.base/share/classes/sun/util/locale/provider/FallbackLocaleProviderAdapter.java ! src/java.base/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java - src/java.base/share/classes/sun/util/locale/provider/LocaleDataMetaInfo-XLocales.java.template ! src/java.base/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java - src/java.base/share/classes/sun/util/resources/CalendarData_en.properties - src/java.base/share/classes/sun/util/resources/CurrencyNames_en_US.properties - src/java.base/share/classes/sun/util/resources/LocaleNames_en.properties - src/java.base/share/classes/sun/util/resources/TimeZoneNames_en.java ! src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/IncludeLocalesPlugin.java ! src/jdk.localedata/share/classes/module-info.java + src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_JO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_LB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_SY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be_BY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg_BG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca_ES.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs_CZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da_DK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_AT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_DE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_LU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_CY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_GR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_AU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_GB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_NZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_PH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_ZA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_AR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_BO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_DO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_EC.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_ES.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_GT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_HN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_MX.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_NI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_SV.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_US.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_UY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_VE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et_EE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi_FI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_FR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he_IL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hi_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr_HR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu_HU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id_ID.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is_IS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_IT.java ! src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja_JP.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko_KR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt_LT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv_LV.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk_MK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms_MY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_NL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO_NY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl_PL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_BR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_PT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro_RO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru_RU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk_SK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl_SI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq_AL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_BA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_CS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn_ME.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_ME.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_RS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv_SE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th_TH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr_TR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk_UA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi_VN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_CN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_HK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_TW.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_JO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_LB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_SY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_be.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_bg.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ca.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_cs.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_da.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de_AT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_el.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_AU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_GB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_NZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_ZA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_AR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_BO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_DO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_EC.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_GT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_HN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_MX.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_US.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_UY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_VE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_et.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ga.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_he.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hi_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hu.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_id.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_is.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ja.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ko.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ms.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_no.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt_PT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ro.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ru.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sq.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_BA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_Latn.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_th.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_tr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_uk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_vi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_HK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_TW.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ar.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_be.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_bg.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ca.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_cs.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_da.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_GB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_et.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_he.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hu.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_id_ID.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_is.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ms_MY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_nl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_no.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ro.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ru.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sq.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_th.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_tr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_uk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_vi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_zh.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_AE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_BH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_DZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_EG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_IQ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_JO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_KW.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_MA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_OM.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_QA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SD.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_TN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_YE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_be_BY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_bg_BG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ca_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_cs_CZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_da_DK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_AT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_DE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_LU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_GR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_AU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_GB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_NZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_PH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_ZA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_AR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_BO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_DO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_EC.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_GT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_HN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_MX.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_NI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_SV.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_UY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_VE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_et_EE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fi_FI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_BE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_FR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_LU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ga_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_he_IL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hi_IN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hr_HR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hu_HU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_id_ID.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_is_IS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_IT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja_JP.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko_KR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lt_LT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lv_LV.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mk_MK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ms_MY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mt_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_BE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_NL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_no_NO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pl_PL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ro_RO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ru_RU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sk_SK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sl_SI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sq_AL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_CS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv_SE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_th_TH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_tr_TR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_uk_UA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_vi_VN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_HK.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_SG.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_TW.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ar.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_be.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_bg.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ca.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_cs.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_da.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_PH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_et.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ga.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_he.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hu.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_id.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_is.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ms.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_nl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no_NO_NY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ro.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ru.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sq.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr_Latn.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_th.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_tr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_uk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_vi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_HK.java - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_TW.properties + src/jdk.localedata/share/classes/sun/util/resources/ext/TimeZoneNames.java ! src/jdk.localedata/share/classes/sun/util/resources/provider/LocaleDataProvider.java + src/jdk.localedata/share/classes/sun/util/resources/provider/NonBaseLocaleDataMetaInfo.java - src/jdk.localedata/share/classes/sun/util/resources/provider/SupplementaryLocaleDataProvider.java - test/jdk/java/text/Format/CompactNumberFormat/TestWithCompatProvider.java - test/jdk/java/text/Format/DateFormat/Bug4823811.java ! test/jdk/java/text/Format/DateFormat/Bug6530336.java ! test/jdk/java/text/Format/DateFormat/Bug6683975.java ! test/jdk/java/text/Format/DateFormat/Bug8141243.java ! test/jdk/java/text/Format/DateFormat/ContextMonthNamesTest.java ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/text/Format/DateFormat/DateFormatRoundTripTest.java ! test/jdk/java/text/Format/DateFormat/DateFormatTest.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormat.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/IntlTestSimpleDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/LocaleDateFormats.java ! test/jdk/java/text/Format/DateFormat/NonGregorianFormatTest.java ! test/jdk/java/text/Format/DateFormat/TimeZoneNameTest.java ! test/jdk/java/text/Format/MessageFormat/LargeMessageFormat.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalFormat.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalParse.java ! test/jdk/java/text/Format/NumberFormat/Bug4838107.java ! test/jdk/java/text/Format/NumberFormat/CurrencyFormat.java - test/jdk/java/text/Format/NumberFormat/CurrencySymbols.properties ! test/jdk/java/text/Format/NumberFormat/MultipleNumberScriptTest.java ! test/jdk/java/text/Format/NumberFormat/NumberRegression.java ! test/jdk/java/text/Format/NumberFormat/NumberTest.java - test/jdk/java/text/Format/NumberFormat/TestPeruCurrencyFormat.java ! test/jdk/java/time/test/java/time/format/TestUTCParse.java ! test/jdk/java/time/test/java/time/format/TestZoneTextPrinterParser.java ! test/jdk/java/util/Calendar/Bug8007038.java ! test/jdk/java/util/Calendar/Bug8167273.java ! test/jdk/java/util/Calendar/CalendarDisplayNamesTest.java - test/jdk/java/util/Calendar/JapanEraNameCompatTest.java ! test/jdk/java/util/Calendar/NarrowNamesTest.java ! test/jdk/java/util/Formatter/spi/FormatterWithProvider.java ! test/jdk/java/util/Formatter/spi/NoGroupingUsed.java - test/jdk/java/util/Locale/CompareProviderFormats.java ! test/jdk/java/util/Locale/CompatWarning.java ! test/jdk/java/util/Locale/ExpectedAdapterTypes.java ! test/jdk/java/util/Locale/InternationalBAT.java ! test/jdk/java/util/Locale/LocaleEnhanceTest.java ! test/jdk/java/util/Locale/LocaleProviders.java ! test/jdk/java/util/Locale/LocaleProvidersFormat.java ! test/jdk/java/util/Locale/LocaleProvidersRun.java ! test/jdk/java/util/Locale/LocaleTest.java ! test/jdk/java/util/Locale/RequiredAvailableLocalesTest.java ! test/jdk/java/util/Locale/ThaiGov.java ! test/jdk/java/util/PluggableLocale/BreakIteratorProviderTest.java ! test/jdk/java/util/PluggableLocale/CalendarDataProviderTest.java ! test/jdk/java/util/PluggableLocale/CalendarNameProviderTest.java ! test/jdk/java/util/PluggableLocale/ClasspathTest.java ! test/jdk/java/util/PluggableLocale/CollatorProviderTest.java ! test/jdk/java/util/PluggableLocale/CurrencyNameProviderTest.java ! test/jdk/java/util/PluggableLocale/DateFormatProviderTest.java ! test/jdk/java/util/PluggableLocale/DateFormatSymbolsProviderTest.java ! test/jdk/java/util/PluggableLocale/DecimalFormatSymbolsProviderTest.java ! test/jdk/java/util/PluggableLocale/GenericTest.java ! test/jdk/java/util/PluggableLocale/LocaleNameProviderTest.java ! test/jdk/java/util/PluggableLocale/NumberFormatProviderTest.java ! test/jdk/java/util/PluggableLocale/PermissionTest.java ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java ! test/jdk/java/util/Scanner/spi/UseLocaleWithProvider.java ! test/jdk/java/util/TimeZone/Bug6329116.java ! test/jdk/java/util/TimeZone/Bug8167143.java ! test/jdk/java/util/TimeZone/HongKong.java ! test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt ! test/jdk/java/util/TimeZone/TimeZoneRegression.java ! test/jdk/java/util/TimeZone/TimeZoneTest.java ! test/jdk/java/util/TimeZone/tools/share/makeZoneData.pl ! test/jdk/sun/text/resources/Format/Bug4395196.java ! test/jdk/sun/text/resources/Format/Bug4651568.java ! test/jdk/sun/text/resources/Format/Bug4762201.java ! test/jdk/sun/text/resources/Format/Bug4807540.java ! test/jdk/sun/text/resources/Format/Bug4810032.java - test/jdk/sun/text/resources/Format/Bug4994312.java ! test/jdk/sun/text/resources/Format/Bug5096553.java ! test/jdk/sun/text/resources/Format/Bug8037343.java ! test/jdk/sun/text/resources/LocaleDataTest.java - test/jdk/sun/util/locale/provider/Bug8024141.java ! test/jdk/sun/util/locale/provider/Bug8038436.java ! test/jdk/sun/util/locale/provider/Bug8152817.java - test/jdk/sun/util/locale/provider/Bug8163350.java ! test/jdk/sun/util/resources/Locale/Bug4429024.java ! test/jdk/sun/util/resources/Locale/Bug4965260.java ! test/jdk/sun/util/resources/Locale/Bug6275682.java ! test/jdk/sun/util/resources/TimeZone/Bug4858517.java ! test/jdk/sun/util/resources/TimeZone/Bug4938846.java ! test/jdk/sun/util/resources/TimeZone/Bug6271396.java ! test/jdk/sun/util/resources/TimeZone/Bug6317929.java ! test/jdk/sun/util/resources/TimeZone/Bug6377794.java ! test/jdk/sun/util/resources/TimeZone/Bug6442006.java ! test/jdk/sun/util/resources/TimeZone/Bug8139107.java ! test/jdk/sun/util/resources/TimeZone/ChineseTimeZoneNameTest.java ! test/jdk/sun/util/resources/cldr/NorwegianFallbackTest.java ! test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java ! test/jdk/tools/jlink/plugins/IncludeLocalesPluginTest.java Changeset: 721bfee5 Author: Erik Joelsson Date: 2024-03-05 20:31:17 +0000 URL: https://git.openjdk.org/loom/commit/721bfee53af5bc2e2d67eebc7b82f09a642d5309 8326891: Prefer RPATH over RUNPATH for $ORIGIN rpaths in internal JDK binaries Reviewed-by: ihse, dholmes ! make/autoconf/flags-cflags.m4 ! test/jdk/tools/launcher/RunpathTest.java Changeset: a7280d1b Author: Weijun Wang Date: 2024-03-05 20:32:33 +0000 URL: https://git.openjdk.org/loom/commit/a7280d1b9657f1afd07d4a550b687f6ad3f9c885 8311002: missing @since info in 21 files in jdk.security.auth Reviewed-by: mullan ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTDomainPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTNumericCredential.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSid.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidDomainPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidPrimaryGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/PrincipalComparator.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/callback/TextCallbackHandler.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/login/ConfigFile.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/JndiLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTSystem.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java Changeset: b665fe3a Author: Justin Lu Date: 2024-03-05 22:37:58 +0000 URL: https://git.openjdk.org/loom/commit/b665fe3ac10f4e85b91737228780b1d50ae81514 6801704: ChoiceFormat::applyPattern inconsistency for invalid patterns Reviewed-by: naoto ! src/java.base/share/classes/java/text/ChoiceFormat.java Changeset: fcf48ab3 Author: Jesper Wilhelmsson Date: 2024-03-05 23:02:14 +0000 URL: https://git.openjdk.org/loom/commit/fcf48ab3d36a7f8eed84e81c3e2445adcbc95374 8327391: Add SipHash attribution file Reviewed-by: dholmes, lfoltan + src/hotspot/share/legal/siphash.md Changeset: 96bfe613 Author: Abhishek Kumar Date: 2024-03-06 05:29:42 +0000 URL: https://git.openjdk.org/loom/commit/96bfe613c31f890bc4bbe989c5348ad11c070bf6 8326458: Menu mnemonics don't toggle in Windows LAF when F10 is pressed Reviewed-by: psadhukhan, aivanov ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuBarUI.java + test/jdk/javax/swing/JMenuBar/TestMenuMnemonic.java Changeset: bee50cd3 Author: Adam Sotona Date: 2024-03-06 06:15:10 +0000 URL: https://git.openjdk.org/loom/commit/bee50cd330c9f31bf8830caf87f97cd72e7adc95 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes Reviewed-by: mchung ! src/java.base/share/classes/java/lang/reflect/Proxy.java ! src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java Changeset: 7d53559d Author: Doug Simon Date: 2024-03-06 09:04:31 +0000 URL: https://git.openjdk.org/loom/commit/7d53559d2f8f3c27f4d764f081fb031f7660c50b 8319932: [JVMCI] class unloading related tests can fail on libgraal Reviewed-by: dholmes ! test/hotspot/jtreg/runtime/ClassInitErrors/InitExceptionUnloadTest.java ! test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java Changeset: fbb422ec Author: Joshua Cao Committer: Aleksey Shipilev Date: 2024-03-06 09:18:52 +0000 URL: https://git.openjdk.org/loom/commit/fbb422ece7ff61bc10ebafe48ecb7f17ea315682 8327201: C2: Uninitialized VLoop::_pre_loop_end after JDK-8324890 Reviewed-by: chagedorn, shade ! src/hotspot/share/opto/vectorization.hpp Changeset: 992104d4 Author: Thomas Schatzl Date: 2024-03-06 11:35:23 +0000 URL: https://git.openjdk.org/loom/commit/992104d47785e6ce7c1f41ac8e2fd452022b8834 8327239: Obsolete unused GCLockerEdenExpansionPercent product option Reviewed-by: gli, ayang ! src/hotspot/share/gc/shared/gc_globals.hpp ! src/hotspot/share/runtime/arguments.cpp ! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java ! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java Changeset: 2bdd3871 Author: Thomas Schatzl Date: 2024-03-06 11:50:05 +0000 URL: https://git.openjdk.org/loom/commit/2bdd38716c396587a907e0df6fb51ceb6da598ca 8327286: Obsolete unused NUMAPageScanRate product option Reviewed-by: kbarrett, ayang ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/globals.hpp Changeset: a7461de2 Author: Jim Laskey Date: 2024-03-06 12:01:10 +0000 URL: https://git.openjdk.org/loom/commit/a7461de231da20ed78a7c6ad8275f1bafbfa556c 8325255: jdk.internal.util.ReferencedKeySet::add using wrong test Reviewed-by: rriggs, liach ! src/java.base/share/classes/jdk/internal/util/ReferencedKeyMap.java ! src/java.base/share/classes/jdk/internal/util/ReferencedKeySet.java ! test/jdk/jdk/internal/util/ReferencedKeyTest.java Changeset: 326c91e1 Author: Thomas Schatzl Date: 2024-03-06 12:28:36 +0000 URL: https://git.openjdk.org/loom/commit/326c91e1a28ec70822ef927ee9ab17f79aa6d35c 8327288: Obsolete unused ProcessDistributionStride product option Reviewed-by: kbarrett, ayang ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/globals.hpp Changeset: ae5e3fdd Author: Albert Mingkun Yang Date: 2024-03-06 13:04:38 +0000 URL: https://git.openjdk.org/loom/commit/ae5e3fdd5922a232c9b48fc846c4fcdc8f2b2645 8327365: Inline and remove GCStats Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.cpp ! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.hpp ! src/hotspot/share/gc/serial/generation.hpp ! src/hotspot/share/gc/serial/tenuredGeneration.cpp ! src/hotspot/share/gc/serial/tenuredGeneration.hpp - src/hotspot/share/gc/shared/gcStats.cpp - src/hotspot/share/gc/shared/gcStats.hpp Changeset: 08b03a32 Author: Albert Mingkun Yang Date: 2024-03-06 14:31:20 +0000 URL: https://git.openjdk.org/loom/commit/08b03a329fd1a7307242a8b1cfeda94f3338e136 8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 9f709407 Author: Naoto Sato Date: 2024-03-06 16:15:23 +0000 URL: https://git.openjdk.org/loom/commit/9f7094079b6eb6b60b345955dba358a2d5c90931 8327261: Parsing test for Double/Float succeeds w/o testing all bad cases Reviewed-by: darcy, gli, joehw, jlu, bpb, lancea ! test/jdk/java/lang/Double/ParseDouble.java ! test/jdk/java/lang/Float/ParseFloat.java Changeset: e92ecd97 Author: Kuai Wei Committer: Vladimir Kozlov Date: 2024-03-06 17:02:05 +0000 URL: https://git.openjdk.org/loom/commit/e92ecd9703e0a4f71d52a159516785a3eab5195a 8326983: Unused operands reported after JDK-8326135 Reviewed-by: kvn, vlivanov ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/arm/arm.ad ! src/hotspot/cpu/arm/arm_32.ad ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/riscv/riscv.ad ! src/hotspot/cpu/s390/s390.ad ! src/hotspot/cpu/x86/gc/z/z_x86_64.ad ! src/hotspot/cpu/x86/x86_32.ad ! src/hotspot/cpu/x86/x86_64.ad ! src/hotspot/share/adlc/archDesc.cpp Changeset: 4f336085 Author: Chad Rakoczy Committer: Raffaello Giulietti Date: 2024-03-06 19:55:29 +0000 URL: https://git.openjdk.org/loom/commit/4f336085d1098e7fba7b58f0a73c028179a2a13d 8326718: Test java/util/Formatter/Padding.java should timeout on large inputs before fix in JDK-8299677 Reviewed-by: rgiulietti ! test/jdk/java/util/Formatter/Padding.java Changeset: 13c74535 Author: Kim Barrett Date: 2024-03-06 20:00:12 +0000 URL: https://git.openjdk.org/loom/commit/13c74535dea99133fe71942d1ac4f6df0f742d90 8325880: Require minimum Open XL C/C++ version 17.1.1 Reviewed-by: mdoerr, jwaters, ihse ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: 989fc3e6 Author: Kim Barrett Date: 2024-03-06 20:17:11 +0000 URL: https://git.openjdk.org/loom/commit/989fc3e6ea65e530055296ac4bc181cb5c6a41ea 8325878: Require minimum Clang version 13 Reviewed-by: jwaters, ihse ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: 3d37b286 Author: Kim Barrett Date: 2024-03-06 22:42:18 +0000 URL: https://git.openjdk.org/loom/commit/3d37b28642fd2715ab5c365426409c61939a1436 8327173: HotSpot Style Guide needs update regarding nullptr vs NULL Reviewed-by: shade, dholmes, kvn ! doc/hotspot-style.html ! doc/hotspot-style.md Changeset: ddcd6dec Author: Chris Plummer Date: 2024-03-07 00:01:50 +0000 URL: https://git.openjdk.org/loom/commit/ddcd6dece9ef9c8700bc3f8f5dc7a5405fe55a70 8325532: serviceability/dcmd/compiler/PerfMapTest.java leaves created files in the /tmp dir. Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn ! test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java Changeset: 1bd4abf9 Author: Naoto Sato Date: 2024-03-07 00:52:36 +0000 URL: https://git.openjdk.org/loom/commit/1bd4abf98e26d04076f330c0b2e44f666f8c27a1 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out Reviewed-by: jlu, rriggs, iris ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java Changeset: 40183412 Author: Denghui Dong Date: 2024-03-07 02:57:28 +0000 URL: https://git.openjdk.org/loom/commit/401834122dc3afb3feb9f7b31fc785de82ba2e58 8327379: Make TimeLinearScan a develop flag Reviewed-by: gli, kvn ! src/hotspot/share/c1/c1_globals.hpp Changeset: f54e5983 Author: Emanuel Peter Date: 2024-03-07 07:48:38 +0000 URL: https://git.openjdk.org/loom/commit/f54e59835492e86b9178b2050901579707f41100 8327172: C2 SuperWord: data node in loop has no input in loop: replace assert with bailout Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/vectorization.hpp + test/hotspot/jtreg/compiler/loopopts/superword/TestNoInputInLoop.java Changeset: 3010e2a3 Author: Alan Bateman Date: 2024-03-07 17:01:08 +0000 URL: https://git.openjdk.org/loom/commit/3010e2a34971dcf2e4d5ffe8c41583824c06a655 Merge ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/x86/x86_32.ad ! src/hotspot/cpu/x86/x86_64.ad ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/x86/x86_32.ad ! src/hotspot/cpu/x86/x86_64.ad ! src/hotspot/share/runtime/globals.hpp From duke at openjdk.org Thu Mar 7 20:23:39 2024 From: duke at openjdk.org (duke) Date: Thu, 7 Mar 2024 20:23:39 GMT Subject: git: openjdk/loom: master: 28 new changesets Message-ID: <7a79c58d-2345-4e6f-a2c9-cef50684dd19@openjdk.org> Changeset: c00c939f Author: Albert Mingkun Yang Date: 2024-03-05 14:54:55 +0000 URL: https://git.openjdk.org/loom/commit/c00c939f99c7dfd31733cb27d36cb92fcc52a75b 8327364: Parallel: Remove unused ParallelCompactData::add_obj Reviewed-by: kbarrett ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 3d106cb0 Author: Matthias Baesken Date: 2024-03-05 15:34:27 +0000 URL: https://git.openjdk.org/loom/commit/3d106cb091de6b6ef2a9bf483fb0f5c98c28263c 8325139: JFR SwapSpace event - add free swap space information on Linux when running in a container environment Reviewed-by: lucy, sgehwolf ! src/hotspot/os/linux/cgroupSubsystem_linux.hpp ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp ! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp ! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp ! src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp ! src/hotspot/os/linux/osContainer_linux.cpp ! src/hotspot/os/linux/osContainer_linux.hpp ! src/hotspot/os/linux/os_linux.cpp ! test/hotspot/jtreg/containers/docker/TestJFREvents.java Changeset: c6641c7d Author: Ludvig Janiuk Committer: Magnus Ihse Bursie Date: 2024-03-05 16:24:54 +0000 URL: https://git.openjdk.org/loom/commit/c6641c7d2d5fd3e085e39646c9a350eeb83e3c5b 8326831: Clarify test harness control variables in make help Reviewed-by: erikj, gli, ihse ! make/Global.gmk Changeset: 809995b5 Author: Naoto Sato Date: 2024-03-05 19:32:29 +0000 URL: https://git.openjdk.org/loom/commit/809995b526ea79e4fd9fd4f911bcce811f77eb89 8174269: Remove COMPAT locale data provider from JDK Reviewed-by: ihse, joehw ! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java ! make/modules/java.base/Gensrc.gmk - make/modules/java.base/gensrc/GensrcLocaleData.gmk ! make/modules/jdk.localedata/Gensrc.gmk ! src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java ! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java - src/java.base/share/classes/sun/text/resources/FormatData_en.java - src/java.base/share/classes/sun/text/resources/FormatData_en_US.java - src/java.base/share/classes/sun/text/resources/JavaTimeSupplementary_en.java ! src/java.base/share/classes/sun/util/cldr/CLDRTimeZoneNameProviderImpl.java + src/java.base/share/classes/sun/util/locale/provider/BaseLocaleDataMetaInfo.java ! src/java.base/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java ! src/java.base/share/classes/sun/util/locale/provider/FallbackLocaleProviderAdapter.java ! src/java.base/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java - src/java.base/share/classes/sun/util/locale/provider/LocaleDataMetaInfo-XLocales.java.template ! src/java.base/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java - src/java.base/share/classes/sun/util/resources/CalendarData_en.properties - src/java.base/share/classes/sun/util/resources/CurrencyNames_en_US.properties - src/java.base/share/classes/sun/util/resources/LocaleNames_en.properties - src/java.base/share/classes/sun/util/resources/TimeZoneNames_en.java ! src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/IncludeLocalesPlugin.java ! src/jdk.localedata/share/classes/module-info.java + src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_JO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_LB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_SY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be_BY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg_BG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca_ES.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs_CZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da_DK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_AT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_DE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_LU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_CY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_GR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_AU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_GB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_NZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_PH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_ZA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_AR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_BO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_DO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_EC.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_ES.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_GT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_HN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_MX.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_NI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_SV.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_US.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_UY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_VE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et_EE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi_FI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_FR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he_IL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hi_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr_HR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu_HU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id_ID.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is_IS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_IT.java ! src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja_JP.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko_KR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt_LT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv_LV.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk_MK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms_MY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_NL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO_NY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl_PL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_BR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_PT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro_RO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru_RU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk_SK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl_SI.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq_AL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_BA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_CS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn_ME.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_ME.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_RS.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv_SE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th_TH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr_TR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk_UA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi_VN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_CN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_HK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_TW.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_JO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_LB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_SY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_be.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_bg.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ca.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_cs.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_da.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de_AT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_el.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_AU.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_GB.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_MT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_NZ.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_ZA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_AR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_BO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CL.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_DO.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_EC.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_GT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_HN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_MX.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PR.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_US.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_UY.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_VE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_et.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ga.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_he.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hi_IN.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hu.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_id.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_is.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it_CH.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ja.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ko.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ms.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl_BE.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_no.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt_PT.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ro.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ru.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sl.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sq.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_BA.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_Latn.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sv.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_th.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_tr.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_uk.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_vi.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_HK.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_SG.java - src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_TW.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ar.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_be.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_bg.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ca.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_cs.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_da.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_GB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_et.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_he.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hu.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_id_ID.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_is.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ms_MY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_nl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_no.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ro.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ru.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sq.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_th.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_tr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_uk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_vi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_zh.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_AE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_BH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_DZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_EG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_IQ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_JO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_KW.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_MA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_OM.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_QA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SD.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_TN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_YE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_be_BY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_bg_BG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ca_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_cs_CZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_da_DK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_AT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_DE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_LU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_GR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_AU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_GB.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_NZ.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_PH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_ZA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_AR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_BO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_DO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_EC.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_ES.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_GT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_HN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_MX.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_NI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_SV.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_UY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_VE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_et_EE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fi_FI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_BE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_FR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_LU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ga_IE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_he_IL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hi_IN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hr_HR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hu_HU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_id_ID.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_is_IS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_CH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_IT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja_JP.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko_KR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lt_LT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lv_LV.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mk_MK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ms_MY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mt_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_BE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_NL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_no_NO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pl_PL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ro_RO.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ru_RU.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sk_SK.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sl_SI.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sq_AL.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_CS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_BA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_ME.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_RS.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv_SE.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_th_TH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_tr_TR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_uk_UA.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_vi_VN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_HK.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_SG.java - src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_TW.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ar.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_be.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_bg.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ca.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_cs.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_da.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_de.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el_CY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_MT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_PH.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es_US.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_et.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ga.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_he.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hu.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_id.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_is.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_it.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ja.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ko.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ms.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_nl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no_NO_NY.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_BR.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_PT.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ro.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ru.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sl.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sq.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr_Latn.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sv.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_th.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_tr.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_uk.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_vi.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_HK.java - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_SG.properties - src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_TW.properties + src/jdk.localedata/share/classes/sun/util/resources/ext/TimeZoneNames.java ! src/jdk.localedata/share/classes/sun/util/resources/provider/LocaleDataProvider.java + src/jdk.localedata/share/classes/sun/util/resources/provider/NonBaseLocaleDataMetaInfo.java - src/jdk.localedata/share/classes/sun/util/resources/provider/SupplementaryLocaleDataProvider.java - test/jdk/java/text/Format/CompactNumberFormat/TestWithCompatProvider.java - test/jdk/java/text/Format/DateFormat/Bug4823811.java ! test/jdk/java/text/Format/DateFormat/Bug6530336.java ! test/jdk/java/text/Format/DateFormat/Bug6683975.java ! test/jdk/java/text/Format/DateFormat/Bug8141243.java ! test/jdk/java/text/Format/DateFormat/ContextMonthNamesTest.java ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/text/Format/DateFormat/DateFormatRoundTripTest.java ! test/jdk/java/text/Format/DateFormat/DateFormatTest.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormat.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/IntlTestSimpleDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/LocaleDateFormats.java ! test/jdk/java/text/Format/DateFormat/NonGregorianFormatTest.java ! test/jdk/java/text/Format/DateFormat/TimeZoneNameTest.java ! test/jdk/java/text/Format/MessageFormat/LargeMessageFormat.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalFormat.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalParse.java ! test/jdk/java/text/Format/NumberFormat/Bug4838107.java ! test/jdk/java/text/Format/NumberFormat/CurrencyFormat.java - test/jdk/java/text/Format/NumberFormat/CurrencySymbols.properties ! test/jdk/java/text/Format/NumberFormat/MultipleNumberScriptTest.java ! test/jdk/java/text/Format/NumberFormat/NumberRegression.java ! test/jdk/java/text/Format/NumberFormat/NumberTest.java - test/jdk/java/text/Format/NumberFormat/TestPeruCurrencyFormat.java ! test/jdk/java/time/test/java/time/format/TestUTCParse.java ! test/jdk/java/time/test/java/time/format/TestZoneTextPrinterParser.java ! test/jdk/java/util/Calendar/Bug8007038.java ! test/jdk/java/util/Calendar/Bug8167273.java ! test/jdk/java/util/Calendar/CalendarDisplayNamesTest.java - test/jdk/java/util/Calendar/JapanEraNameCompatTest.java ! test/jdk/java/util/Calendar/NarrowNamesTest.java ! test/jdk/java/util/Formatter/spi/FormatterWithProvider.java ! test/jdk/java/util/Formatter/spi/NoGroupingUsed.java - test/jdk/java/util/Locale/CompareProviderFormats.java ! test/jdk/java/util/Locale/CompatWarning.java ! test/jdk/java/util/Locale/ExpectedAdapterTypes.java ! test/jdk/java/util/Locale/InternationalBAT.java ! test/jdk/java/util/Locale/LocaleEnhanceTest.java ! test/jdk/java/util/Locale/LocaleProviders.java ! test/jdk/java/util/Locale/LocaleProvidersFormat.java ! test/jdk/java/util/Locale/LocaleProvidersRun.java ! test/jdk/java/util/Locale/LocaleTest.java ! test/jdk/java/util/Locale/RequiredAvailableLocalesTest.java ! test/jdk/java/util/Locale/ThaiGov.java ! test/jdk/java/util/PluggableLocale/BreakIteratorProviderTest.java ! test/jdk/java/util/PluggableLocale/CalendarDataProviderTest.java ! test/jdk/java/util/PluggableLocale/CalendarNameProviderTest.java ! test/jdk/java/util/PluggableLocale/ClasspathTest.java ! test/jdk/java/util/PluggableLocale/CollatorProviderTest.java ! test/jdk/java/util/PluggableLocale/CurrencyNameProviderTest.java ! test/jdk/java/util/PluggableLocale/DateFormatProviderTest.java ! test/jdk/java/util/PluggableLocale/DateFormatSymbolsProviderTest.java ! test/jdk/java/util/PluggableLocale/DecimalFormatSymbolsProviderTest.java ! test/jdk/java/util/PluggableLocale/GenericTest.java ! test/jdk/java/util/PluggableLocale/LocaleNameProviderTest.java ! test/jdk/java/util/PluggableLocale/NumberFormatProviderTest.java ! test/jdk/java/util/PluggableLocale/PermissionTest.java ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java ! test/jdk/java/util/Scanner/spi/UseLocaleWithProvider.java ! test/jdk/java/util/TimeZone/Bug6329116.java ! test/jdk/java/util/TimeZone/Bug8167143.java ! test/jdk/java/util/TimeZone/HongKong.java ! test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt ! test/jdk/java/util/TimeZone/TimeZoneRegression.java ! test/jdk/java/util/TimeZone/TimeZoneTest.java ! test/jdk/java/util/TimeZone/tools/share/makeZoneData.pl ! test/jdk/sun/text/resources/Format/Bug4395196.java ! test/jdk/sun/text/resources/Format/Bug4651568.java ! test/jdk/sun/text/resources/Format/Bug4762201.java ! test/jdk/sun/text/resources/Format/Bug4807540.java ! test/jdk/sun/text/resources/Format/Bug4810032.java - test/jdk/sun/text/resources/Format/Bug4994312.java ! test/jdk/sun/text/resources/Format/Bug5096553.java ! test/jdk/sun/text/resources/Format/Bug8037343.java ! test/jdk/sun/text/resources/LocaleDataTest.java - test/jdk/sun/util/locale/provider/Bug8024141.java ! test/jdk/sun/util/locale/provider/Bug8038436.java ! test/jdk/sun/util/locale/provider/Bug8152817.java - test/jdk/sun/util/locale/provider/Bug8163350.java ! test/jdk/sun/util/resources/Locale/Bug4429024.java ! test/jdk/sun/util/resources/Locale/Bug4965260.java ! test/jdk/sun/util/resources/Locale/Bug6275682.java ! test/jdk/sun/util/resources/TimeZone/Bug4858517.java ! test/jdk/sun/util/resources/TimeZone/Bug4938846.java ! test/jdk/sun/util/resources/TimeZone/Bug6271396.java ! test/jdk/sun/util/resources/TimeZone/Bug6317929.java ! test/jdk/sun/util/resources/TimeZone/Bug6377794.java ! test/jdk/sun/util/resources/TimeZone/Bug6442006.java ! test/jdk/sun/util/resources/TimeZone/Bug8139107.java ! test/jdk/sun/util/resources/TimeZone/ChineseTimeZoneNameTest.java ! test/jdk/sun/util/resources/cldr/NorwegianFallbackTest.java ! test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java ! test/jdk/tools/jlink/plugins/IncludeLocalesPluginTest.java Changeset: 721bfee5 Author: Erik Joelsson Date: 2024-03-05 20:31:17 +0000 URL: https://git.openjdk.org/loom/commit/721bfee53af5bc2e2d67eebc7b82f09a642d5309 8326891: Prefer RPATH over RUNPATH for $ORIGIN rpaths in internal JDK binaries Reviewed-by: ihse, dholmes ! make/autoconf/flags-cflags.m4 ! test/jdk/tools/launcher/RunpathTest.java Changeset: a7280d1b Author: Weijun Wang Date: 2024-03-05 20:32:33 +0000 URL: https://git.openjdk.org/loom/commit/a7280d1b9657f1afd07d4a550b687f6ad3f9c885 8311002: missing @since info in 21 files in jdk.security.auth Reviewed-by: mullan ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTDomainPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTNumericCredential.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSid.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidDomainPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidPrimaryGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/NTUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/PrincipalComparator.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixPrincipal.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/callback/TextCallbackHandler.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/login/ConfigFile.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/JndiLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTSystem.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixLoginModule.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java Changeset: b665fe3a Author: Justin Lu Date: 2024-03-05 22:37:58 +0000 URL: https://git.openjdk.org/loom/commit/b665fe3ac10f4e85b91737228780b1d50ae81514 6801704: ChoiceFormat::applyPattern inconsistency for invalid patterns Reviewed-by: naoto ! src/java.base/share/classes/java/text/ChoiceFormat.java Changeset: fcf48ab3 Author: Jesper Wilhelmsson Date: 2024-03-05 23:02:14 +0000 URL: https://git.openjdk.org/loom/commit/fcf48ab3d36a7f8eed84e81c3e2445adcbc95374 8327391: Add SipHash attribution file Reviewed-by: dholmes, lfoltan + src/hotspot/share/legal/siphash.md Changeset: 96bfe613 Author: Abhishek Kumar Date: 2024-03-06 05:29:42 +0000 URL: https://git.openjdk.org/loom/commit/96bfe613c31f890bc4bbe989c5348ad11c070bf6 8326458: Menu mnemonics don't toggle in Windows LAF when F10 is pressed Reviewed-by: psadhukhan, aivanov ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuBarUI.java + test/jdk/javax/swing/JMenuBar/TestMenuMnemonic.java Changeset: bee50cd3 Author: Adam Sotona Date: 2024-03-06 06:15:10 +0000 URL: https://git.openjdk.org/loom/commit/bee50cd330c9f31bf8830caf87f97cd72e7adc95 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes Reviewed-by: mchung ! src/java.base/share/classes/java/lang/reflect/Proxy.java ! src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java Changeset: 7d53559d Author: Doug Simon Date: 2024-03-06 09:04:31 +0000 URL: https://git.openjdk.org/loom/commit/7d53559d2f8f3c27f4d764f081fb031f7660c50b 8319932: [JVMCI] class unloading related tests can fail on libgraal Reviewed-by: dholmes ! test/hotspot/jtreg/runtime/ClassInitErrors/InitExceptionUnloadTest.java ! test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java Changeset: fbb422ec Author: Joshua Cao Committer: Aleksey Shipilev Date: 2024-03-06 09:18:52 +0000 URL: https://git.openjdk.org/loom/commit/fbb422ece7ff61bc10ebafe48ecb7f17ea315682 8327201: C2: Uninitialized VLoop::_pre_loop_end after JDK-8324890 Reviewed-by: chagedorn, shade ! src/hotspot/share/opto/vectorization.hpp Changeset: 992104d4 Author: Thomas Schatzl Date: 2024-03-06 11:35:23 +0000 URL: https://git.openjdk.org/loom/commit/992104d47785e6ce7c1f41ac8e2fd452022b8834 8327239: Obsolete unused GCLockerEdenExpansionPercent product option Reviewed-by: gli, ayang ! src/hotspot/share/gc/shared/gc_globals.hpp ! src/hotspot/share/runtime/arguments.cpp ! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java ! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java Changeset: 2bdd3871 Author: Thomas Schatzl Date: 2024-03-06 11:50:05 +0000 URL: https://git.openjdk.org/loom/commit/2bdd38716c396587a907e0df6fb51ceb6da598ca 8327286: Obsolete unused NUMAPageScanRate product option Reviewed-by: kbarrett, ayang ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/globals.hpp Changeset: a7461de2 Author: Jim Laskey Date: 2024-03-06 12:01:10 +0000 URL: https://git.openjdk.org/loom/commit/a7461de231da20ed78a7c6ad8275f1bafbfa556c 8325255: jdk.internal.util.ReferencedKeySet::add using wrong test Reviewed-by: rriggs, liach ! src/java.base/share/classes/jdk/internal/util/ReferencedKeyMap.java ! src/java.base/share/classes/jdk/internal/util/ReferencedKeySet.java ! test/jdk/jdk/internal/util/ReferencedKeyTest.java Changeset: 326c91e1 Author: Thomas Schatzl Date: 2024-03-06 12:28:36 +0000 URL: https://git.openjdk.org/loom/commit/326c91e1a28ec70822ef927ee9ab17f79aa6d35c 8327288: Obsolete unused ProcessDistributionStride product option Reviewed-by: kbarrett, ayang ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/globals.hpp Changeset: ae5e3fdd Author: Albert Mingkun Yang Date: 2024-03-06 13:04:38 +0000 URL: https://git.openjdk.org/loom/commit/ae5e3fdd5922a232c9b48fc846c4fcdc8f2b2645 8327365: Inline and remove GCStats Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.cpp ! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.hpp ! src/hotspot/share/gc/serial/generation.hpp ! src/hotspot/share/gc/serial/tenuredGeneration.cpp ! src/hotspot/share/gc/serial/tenuredGeneration.hpp - src/hotspot/share/gc/shared/gcStats.cpp - src/hotspot/share/gc/shared/gcStats.hpp Changeset: 08b03a32 Author: Albert Mingkun Yang Date: 2024-03-06 14:31:20 +0000 URL: https://git.openjdk.org/loom/commit/08b03a329fd1a7307242a8b1cfeda94f3338e136 8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 9f709407 Author: Naoto Sato Date: 2024-03-06 16:15:23 +0000 URL: https://git.openjdk.org/loom/commit/9f7094079b6eb6b60b345955dba358a2d5c90931 8327261: Parsing test for Double/Float succeeds w/o testing all bad cases Reviewed-by: darcy, gli, joehw, jlu, bpb, lancea ! test/jdk/java/lang/Double/ParseDouble.java ! test/jdk/java/lang/Float/ParseFloat.java Changeset: e92ecd97 Author: Kuai Wei Committer: Vladimir Kozlov Date: 2024-03-06 17:02:05 +0000 URL: https://git.openjdk.org/loom/commit/e92ecd9703e0a4f71d52a159516785a3eab5195a 8326983: Unused operands reported after JDK-8326135 Reviewed-by: kvn, vlivanov ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/arm/arm.ad ! src/hotspot/cpu/arm/arm_32.ad ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/riscv/riscv.ad ! src/hotspot/cpu/s390/s390.ad ! src/hotspot/cpu/x86/gc/z/z_x86_64.ad ! src/hotspot/cpu/x86/x86_32.ad ! src/hotspot/cpu/x86/x86_64.ad ! src/hotspot/share/adlc/archDesc.cpp Changeset: 4f336085 Author: Chad Rakoczy Committer: Raffaello Giulietti Date: 2024-03-06 19:55:29 +0000 URL: https://git.openjdk.org/loom/commit/4f336085d1098e7fba7b58f0a73c028179a2a13d 8326718: Test java/util/Formatter/Padding.java should timeout on large inputs before fix in JDK-8299677 Reviewed-by: rgiulietti ! test/jdk/java/util/Formatter/Padding.java Changeset: 13c74535 Author: Kim Barrett Date: 2024-03-06 20:00:12 +0000 URL: https://git.openjdk.org/loom/commit/13c74535dea99133fe71942d1ac4f6df0f742d90 8325880: Require minimum Open XL C/C++ version 17.1.1 Reviewed-by: mdoerr, jwaters, ihse ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: 989fc3e6 Author: Kim Barrett Date: 2024-03-06 20:17:11 +0000 URL: https://git.openjdk.org/loom/commit/989fc3e6ea65e530055296ac4bc181cb5c6a41ea 8325878: Require minimum Clang version 13 Reviewed-by: jwaters, ihse ! doc/building.html ! doc/building.md ! make/autoconf/toolchain.m4 Changeset: 3d37b286 Author: Kim Barrett Date: 2024-03-06 22:42:18 +0000 URL: https://git.openjdk.org/loom/commit/3d37b28642fd2715ab5c365426409c61939a1436 8327173: HotSpot Style Guide needs update regarding nullptr vs NULL Reviewed-by: shade, dholmes, kvn ! doc/hotspot-style.html ! doc/hotspot-style.md Changeset: ddcd6dec Author: Chris Plummer Date: 2024-03-07 00:01:50 +0000 URL: https://git.openjdk.org/loom/commit/ddcd6dece9ef9c8700bc3f8f5dc7a5405fe55a70 8325532: serviceability/dcmd/compiler/PerfMapTest.java leaves created files in the /tmp dir. Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn ! test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java Changeset: 1bd4abf9 Author: Naoto Sato Date: 2024-03-07 00:52:36 +0000 URL: https://git.openjdk.org/loom/commit/1bd4abf98e26d04076f330c0b2e44f666f8c27a1 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out Reviewed-by: jlu, rriggs, iris ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java Changeset: 40183412 Author: Denghui Dong Date: 2024-03-07 02:57:28 +0000 URL: https://git.openjdk.org/loom/commit/401834122dc3afb3feb9f7b31fc785de82ba2e58 8327379: Make TimeLinearScan a develop flag Reviewed-by: gli, kvn ! src/hotspot/share/c1/c1_globals.hpp Changeset: f54e5983 Author: Emanuel Peter Date: 2024-03-07 07:48:38 +0000 URL: https://git.openjdk.org/loom/commit/f54e59835492e86b9178b2050901579707f41100 8327172: C2 SuperWord: data node in loop has no input in loop: replace assert with bailout Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/vectorization.hpp + test/hotspot/jtreg/compiler/loopopts/superword/TestNoInputInLoop.java From duke at openjdk.org Sat Mar 9 09:37:54 2024 From: duke at openjdk.org (duke) Date: Sat, 9 Mar 2024 09:37:54 GMT Subject: git: openjdk/loom: fibers: 29 new changesets Message-ID: <72d89549-871a-4448-b835-f88702840f74@openjdk.org> Changeset: 12617405 Author: Gui Cao Committer: Fei Yang Date: 2024-03-07 09:13:50 +0000 URL: https://git.openjdk.org/loom/commit/1261740521e364cf40ca7ee160fc10c608d9ab71 8327283: RISC-V: Minimal build failed after JDK-8319716 Reviewed-by: fyang, rehn ! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp Changeset: 53c4714a Author: Viktor Klang Date: 2024-03-07 09:44:35 +0000 URL: https://git.openjdk.org/loom/commit/53c4714aab2e072ba18631875dcaa3b2d5d22243 8327501: Common ForkJoinPool prevents class unloading in some cases Reviewed-by: alanb ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java Changeset: d7273ac8 Author: Hamlin Li Date: 2024-03-07 12:21:23 +0000 URL: https://git.openjdk.org/loom/commit/d7273ac8b1ad8bc5d0a17fff5dc941c735fdae24 8320646: RISC-V: C2 VectorCastHF2F 8320647: RISC-V: C2 VectorCastF2HF Reviewed-by: luhenry, fyang ! src/hotspot/cpu/riscv/assembler_riscv.hpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/globals_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad ! src/hotspot/cpu/riscv/vm_version_riscv.hpp ! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp ! test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVector.java + test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVectorNaN.java Changeset: 784f11c3 Author: Thomas Schatzl Date: 2024-03-07 14:00:05 +0000 URL: https://git.openjdk.org/loom/commit/784f11c35d7f8646c7354c756ac8801a3d685874 8327238: Remove MetadataAllocationFailALot* develop flags Reviewed-by: gli, ayang ! src/hotspot/share/gc/shared/gcVMOperations.cpp ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 5aae8030 Author: Evgeny Nikitin Committer: Leonid Mesnik Date: 2024-03-07 17:12:06 +0000 URL: https://git.openjdk.org/loom/commit/5aae80304c0b1b49341777b9da103638183877d5 8327390: JitTester: Implement temporary folder functionality Reviewed-by: gli, lmesnik ! test/hotspot/jtreg/testlibrary/jittester/Makefile ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java + test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TempDir.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java Changeset: 972e81d1 Author: Leonid Mesnik Date: 2024-03-07 20:09:13 +0000 URL: https://git.openjdk.org/loom/commit/972e81d1adb232b02114a5260d06144eb5b08849 8326611: Clean up vmTestbase/nsk/stress/stack tests Reviewed-by: coleenp, mseledtsov ! test/hotspot/jtreg/TEST.groups + test/hotspot/jtreg/runtime/stack/Stack001.java + test/hotspot/jtreg/runtime/stack/Stack002.java + test/hotspot/jtreg/runtime/stack/Stack003.java + test/hotspot/jtreg/runtime/stack/Stack004.java + test/hotspot/jtreg/runtime/stack/Stack005.java + test/hotspot/jtreg/runtime/stack/Stack006.java + test/hotspot/jtreg/runtime/stack/Stack007.java + test/hotspot/jtreg/runtime/stack/Stack008.java + test/hotspot/jtreg/runtime/stack/Stack009.java + test/hotspot/jtreg/runtime/stack/Stack010.java + test/hotspot/jtreg/runtime/stack/Stack011.java + test/hotspot/jtreg/runtime/stack/Stack012.java + test/hotspot/jtreg/runtime/stack/Stack013.java + test/hotspot/jtreg/runtime/stack/Stack014.java + test/hotspot/jtreg/runtime/stack/Stack015.java + test/hotspot/jtreg/runtime/stack/Stack016.java + test/hotspot/jtreg/runtime/stack/Stack017.java + test/hotspot/jtreg/runtime/stack/Stack018.java + test/hotspot/jtreg/runtime/stack/Stack019.java ! test/hotspot/jtreg/vmTestbase/nsk/share/README - test/hotspot/jtreg/vmTestbase/nsk/share/Terminator.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack002.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack003.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack004.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack005.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack006.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack007.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack008.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack009.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack010.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack011.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack012.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack013.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack014.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack015.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack016.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack018.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack019.java Changeset: 7c5e6e74 Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-07 21:44:46 +0000 URL: https://git.openjdk.org/loom/commit/7c5e6e74c8f559be919cea63ebf7004cda80ae75 8327147: Improve performance of Math ceil, floor, and rint for x86 Reviewed-by: jbhateja, sviswanathan, dlong ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/x86.ad ! test/micro/org/openjdk/bench/java/lang/MathBench.java Changeset: 8dbd4b39 Author: yibo.yl Committer: Denghui Dong Date: 2024-03-08 01:59:30 +0000 URL: https://git.openjdk.org/loom/commit/8dbd4b391f7deb1a46a5f07f0bc46f23d6715ddb 8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate Reviewed-by: mgronlun, egahlin ! src/hotspot/os/bsd/os_perf_bsd.cpp Changeset: de428daf Author: Gui Cao Committer: Fei Yang Date: 2024-03-08 02:58:34 +0000 URL: https://git.openjdk.org/loom/commit/de428daf9adef5afe7347319f7a6f6732e9b6c4b 8327426: RISC-V: Move alignment shim into initialize_header() in C1_MacroAssembler::allocate_array Reviewed-by: fyang ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp Changeset: fb4610e6 Author: Matthias Baesken Date: 2024-03-08 08:31:40 +0000 URL: https://git.openjdk.org/loom/commit/fb4610e6b7a339d0a95a99d6e113e3ddda291561 8327444: simplify RESTARTABLE macro usage in JDK codebase Reviewed-by: gli, clanger, alanb, dholmes, bpb ! src/java.base/aix/native/libnio/ch/Pollset.c ! src/java.base/linux/native/libnio/fs/LinuxNativeDispatcher.c ! src/java.base/macosx/native/libnio/fs/BsdFileSystem.c ! src/java.base/share/native/libjava/jni_util.h ! src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c ! src/java.base/unix/native/libjava/TimeZone_md.c ! src/java.base/unix/native/libjava/childproc.c ! src/java.base/unix/native/libjava/childproc.h ! src/java.base/unix/native/libjava/io_util_md.h + src/java.base/unix/native/libjava/jni_util_md.h ! src/java.base/unix/native/libnet/SdpSupport.c ! src/java.base/unix/native/libnio/ch/nio_util.h ! src/java.base/unix/native/libnio/fs/UnixFileSystem.c ! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c + src/java.base/windows/native/libjava/jni_util_md.h ! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c Changeset: bdd1aebe Author: Prajwal Kumaraswamy Committer: Sean Coffey Date: 2024-03-08 09:04:16 +0000 URL: https://git.openjdk.org/loom/commit/bdd1aebea379b63ae405827074530ef8e8a7c239 8312383: Log X509ExtendedKeyManager implementation class name in TLS/SSL connection Reviewed-by: coffeys ! src/java.base/share/classes/sun/security/ssl/X509Authentication.java Changeset: f9d479fe Author: Albert Mingkun Yang Date: 2024-03-08 09:38:08 +0000 URL: https://git.openjdk.org/loom/commit/f9d479fe1efa603db45a06ac89563dd7520fc522 8327477: Parallel: Remove _data_location and _highest_ref in ParallelCompactData Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: c65da92a Author: Albert Mingkun Yang Date: 2024-03-08 09:38:18 +0000 URL: https://git.openjdk.org/loom/commit/c65da92a804371b8a00d9b64a8250c9464198936 8327571: Parallel: Remove redundant operation in PSParallelCompact::clear_data_covering_space Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: d0d4912c Author: Eirik Bj?rsn?s Date: 2024-03-08 09:38:30 +0000 URL: https://git.openjdk.org/loom/commit/d0d4912c3bbc06e9a9c5273308d5f4ef7bac1b24 8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater Co-authored-by: Jaikiran Pai Reviewed-by: lancea, alanb ! src/java.base/share/classes/java/util/zip/Deflater.java ! src/java.base/share/classes/java/util/zip/Inflater.java Changeset: 27a03e0d Author: Jan Lahoda Date: 2024-03-08 11:21:24 +0000 URL: https://git.openjdk.org/loom/commit/27a03e0dc3e08094aebc3524f68617f7e7fb5c5d 8327218: Add an ability to specify modules which should have native access enabled Co-authored-by: Maurizio Cimadamore Reviewed-by: mcimadamore, erikj, alanb, ihse ! make/conf/module-loader-map.conf ! make/jdk/src/classes/build/tools/module/GenModuleLoaderMap.java ! make/modules/java.base/gensrc/GensrcModuleLoaderMap.gmk ! src/java.base/share/classes/java/lang/Module.java ! src/java.base/share/classes/java/lang/ModuleLayer.java ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java ! src/java.base/share/classes/jdk/internal/module/ModuleLoaderMap.java Changeset: 997e615c Author: Joachim Kern Committer: Matthias Baesken Date: 2024-03-08 13:23:06 +0000 URL: https://git.openjdk.org/loom/commit/997e615c69f4445d92e164b814ea3358659e93dc 8322943: runtime/CompressedOops/CompressedClassPointers.java fails on AIX Reviewed-by: gli, stuefe ! src/hotspot/share/memory/virtualspace.cpp ! src/hotspot/share/runtime/os.cpp ! test/hotspot/gtest/runtime/test_os_reserve_between.cpp ! test/hotspot/jtreg/ProblemList.txt Changeset: 1877a487 Author: Coleen Phillimore Date: 2024-03-08 13:27:54 +0000 URL: https://git.openjdk.org/loom/commit/1877a4879598356b777742fe80bdd5fa77ca8e8d 8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock Reviewed-by: dlong, dholmes, fparain ! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/memory/metaspace.cpp ! src/hotspot/share/oops/arrayKlass.cpp ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/oops/objArrayKlass.cpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp ! src/hotspot/share/runtime/mutex.cpp ! src/hotspot/share/runtime/mutex.hpp ! src/hotspot/share/runtime/mutexLocker.cpp ! src/hotspot/share/runtime/mutexLocker.hpp Changeset: 06f7bb5a Author: Albert Mingkun Yang Date: 2024-03-08 13:42:37 +0000 URL: https://git.openjdk.org/loom/commit/06f7bb5a322622b299184a5704f40417c5bf9216 8327677: Parallel: Remove unused ParallelCompactData::clear Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 585a9584 Author: Magnus Ihse Bursie Date: 2024-03-08 14:21:20 +0000 URL: https://git.openjdk.org/loom/commit/585a95844144da53bc43f5b6383e7c907bff7047 8327675: jspawnhelper should be built on all unix platforms Reviewed-by: shade, stuefe, erikj ! make/modules/java.base/Launcher.gmk Changeset: c4845f01 Author: Sean Mullan Date: 2024-03-08 15:20:37 +0000 URL: https://git.openjdk.org/loom/commit/c4845f01d236a006f3aefb7fa2e1a564673b7ff3 8317431: Implement simpler Comparator when building certification paths Reviewed-by: kdriver, weijun ! src/java.base/share/classes/javax/security/auth/x500/X500Principal.java + src/java.base/share/classes/jdk/internal/access/JavaxSecurityAccess.java ! src/java.base/share/classes/jdk/internal/access/SharedSecrets.java ! src/java.base/share/classes/sun/security/provider/certpath/Builder.java ! src/java.base/share/classes/sun/security/provider/certpath/ForwardBuilder.java ! src/java.base/share/classes/sun/security/x509/X500Name.java ! test/jdk/java/security/testlibrary/CertificateBuilder.java + test/jdk/sun/security/provider/certpath/PKIXCertComparator/Order.java Changeset: 6efdaf8d Author: Justin Lu Date: 2024-03-08 18:09:42 +0000 URL: https://git.openjdk.org/loom/commit/6efdaf8ddf2940bcd5f96e114fe05b951ace313b 8326908: DecimalFormat::toPattern throws OutOfMemoryError when pattern is empty string Reviewed-by: naoto ! src/java.base/share/classes/java/text/DecimalFormat.java ! test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java + test/jdk/java/text/Format/DecimalFormat/ToPatternTest.java Changeset: 87b40c6a Author: Naoto Sato Date: 2024-03-08 18:38:39 +0000 URL: https://git.openjdk.org/loom/commit/87b40c6ad2b0fa972fa6c5699a52045e82e0c7ef 8327167: Clarify the handling of Leap year by Calendar Reviewed-by: bpb, joehw, lancea, jlu, iris, rriggs ! src/java.base/share/classes/java/util/Calendar.java Changeset: 33aa4b26 Author: Serguei Spitsyn Date: 2024-03-08 19:46:23 +0000 URL: https://git.openjdk.org/loom/commit/33aa4b26b190927241a81fd1cba6fe262a5b1da0 8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly Reviewed-by: dholmes, lmesnik ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/java.se/share/data/jdwp/jdwp.spec ! src/jdk.jdi/share/classes/com/sun/jdi/ThreadReference.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001a.java Changeset: a6dc4bc2 Author: Hannes Walln?fer Date: 2024-03-08 20:59:00 +0000 URL: https://git.openjdk.org/loom/commit/a6dc4bc2b83c7240e573ac43f9b7a10191c58ed3 8326332: Unclosed inline tags cause misalignment in summary tables Reviewed-by: gli, jjg ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java ! test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java ! test/langtools/jdk/javadoc/doclet/testBreakIterator/pkg/BreakIteratorTest.java Changeset: 26274709 Author: Elif Aslan Committer: Evgeny Astigeevich Date: 2024-03-08 22:09:18 +0000 URL: https://git.openjdk.org/loom/commit/262747094670b00ac63463a059074afa9b81d8a4 8325567: jspawnhelper without args fails with segfault Co-authored-by: Vladimir Petko Reviewed-by: eastigeevich, rriggs, shade, vpetko ! src/java.base/unix/native/jspawnhelper/jspawnhelper.c + test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java Changeset: 53628f2e Author: Alisen Chung Date: 2024-03-09 01:20:28 +0000 URL: https://git.openjdk.org/loom/commit/53628f2ea9c2fb60fbdd0a03216e97e00b15fcb6 8327492: Remove applet usage and update DisposeInActionEventTest.html Reviewed-by: dnguyen, tr, abhiscxk, honkar, aivanov - test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.html ! test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java ! test/jdk/java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.java Changeset: 761ed250 Author: Ioi Lam Date: 2024-03-09 03:48:38 +0000 URL: https://git.openjdk.org/loom/commit/761ed250ec4b0d92d091a0c316b6d5028986a019 8327138: Clean up status management in cdsConfig.hpp and CDS.java Reviewed-by: ccheung, matsaave ! src/hotspot/share/cds/archiveHeapLoader.cpp ! src/hotspot/share/cds/cdsConfig.cpp ! src/hotspot/share/cds/cdsConfig.hpp ! src/hotspot/share/cds/cdsProtectionDomain.cpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/cds/heapShared.cpp ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/cds/metaspaceShared.hpp ! src/hotspot/share/classfile/classLoaderDataShared.cpp ! src/hotspot/share/classfile/modules.cpp ! src/hotspot/share/classfile/systemDictionary.cpp ! src/hotspot/share/include/jvm.h ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/prims/jvm.cpp ! src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java ! src/java.base/share/classes/java/lang/invoke/LambdaProxyClassArchive.java ! src/java.base/share/classes/java/lang/invoke/MethodHandleStatics.java ! src/java.base/share/classes/jdk/internal/misc/CDS.java ! src/java.base/share/native/libjava/CDS.c Changeset: 38e98c4d Author: Alan Bateman Date: 2024-03-09 06:16:59 +0000 URL: https://git.openjdk.org/loom/commit/38e98c4db9fe4b547619361a7e5ec45bb76465c1 Merge ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/include/jvm.h ! src/hotspot/share/prims/jvm.cpp ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! test/hotspot/jtreg/ProblemList.txt ! test/hotspot/jtreg/TEST.groups ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/include/jvm.h ! src/hotspot/share/prims/jvm.cpp ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! test/hotspot/jtreg/ProblemList.txt ! test/hotspot/jtreg/TEST.groups Changeset: 92aac21e Author: Alan Bateman Date: 2024-03-09 08:50:10 +0000 URL: https://git.openjdk.org/loom/commit/92aac21e85cd67af3a6ffc45c7761020913fcff0 Fix exclude of ThreadCountLimit, not working since JDK-8323964 ! test/hotspot/jtreg/ProblemList-Virtual.txt From duke at openjdk.org Sat Mar 9 09:39:25 2024 From: duke at openjdk.org (duke) Date: Sat, 9 Mar 2024 09:39:25 GMT Subject: git: openjdk/loom: master: 27 new changesets Message-ID: Changeset: 12617405 Author: Gui Cao Committer: Fei Yang Date: 2024-03-07 09:13:50 +0000 URL: https://git.openjdk.org/loom/commit/1261740521e364cf40ca7ee160fc10c608d9ab71 8327283: RISC-V: Minimal build failed after JDK-8319716 Reviewed-by: fyang, rehn ! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp Changeset: 53c4714a Author: Viktor Klang Date: 2024-03-07 09:44:35 +0000 URL: https://git.openjdk.org/loom/commit/53c4714aab2e072ba18631875dcaa3b2d5d22243 8327501: Common ForkJoinPool prevents class unloading in some cases Reviewed-by: alanb ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java Changeset: d7273ac8 Author: Hamlin Li Date: 2024-03-07 12:21:23 +0000 URL: https://git.openjdk.org/loom/commit/d7273ac8b1ad8bc5d0a17fff5dc941c735fdae24 8320646: RISC-V: C2 VectorCastHF2F 8320647: RISC-V: C2 VectorCastF2HF Reviewed-by: luhenry, fyang ! src/hotspot/cpu/riscv/assembler_riscv.hpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/globals_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad ! src/hotspot/cpu/riscv/vm_version_riscv.hpp ! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp ! test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVector.java + test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVectorNaN.java Changeset: 784f11c3 Author: Thomas Schatzl Date: 2024-03-07 14:00:05 +0000 URL: https://git.openjdk.org/loom/commit/784f11c35d7f8646c7354c756ac8801a3d685874 8327238: Remove MetadataAllocationFailALot* develop flags Reviewed-by: gli, ayang ! src/hotspot/share/gc/shared/gcVMOperations.cpp ! src/hotspot/share/gc/shared/gc_globals.hpp Changeset: 5aae8030 Author: Evgeny Nikitin Committer: Leonid Mesnik Date: 2024-03-07 17:12:06 +0000 URL: https://git.openjdk.org/loom/commit/5aae80304c0b1b49341777b9da103638183877d5 8327390: JitTester: Implement temporary folder functionality Reviewed-by: gli, lmesnik ! test/hotspot/jtreg/testlibrary/jittester/Makefile ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java + test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TempDir.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java Changeset: 972e81d1 Author: Leonid Mesnik Date: 2024-03-07 20:09:13 +0000 URL: https://git.openjdk.org/loom/commit/972e81d1adb232b02114a5260d06144eb5b08849 8326611: Clean up vmTestbase/nsk/stress/stack tests Reviewed-by: coleenp, mseledtsov ! test/hotspot/jtreg/TEST.groups + test/hotspot/jtreg/runtime/stack/Stack001.java + test/hotspot/jtreg/runtime/stack/Stack002.java + test/hotspot/jtreg/runtime/stack/Stack003.java + test/hotspot/jtreg/runtime/stack/Stack004.java + test/hotspot/jtreg/runtime/stack/Stack005.java + test/hotspot/jtreg/runtime/stack/Stack006.java + test/hotspot/jtreg/runtime/stack/Stack007.java + test/hotspot/jtreg/runtime/stack/Stack008.java + test/hotspot/jtreg/runtime/stack/Stack009.java + test/hotspot/jtreg/runtime/stack/Stack010.java + test/hotspot/jtreg/runtime/stack/Stack011.java + test/hotspot/jtreg/runtime/stack/Stack012.java + test/hotspot/jtreg/runtime/stack/Stack013.java + test/hotspot/jtreg/runtime/stack/Stack014.java + test/hotspot/jtreg/runtime/stack/Stack015.java + test/hotspot/jtreg/runtime/stack/Stack016.java + test/hotspot/jtreg/runtime/stack/Stack017.java + test/hotspot/jtreg/runtime/stack/Stack018.java + test/hotspot/jtreg/runtime/stack/Stack019.java ! test/hotspot/jtreg/vmTestbase/nsk/share/README - test/hotspot/jtreg/vmTestbase/nsk/share/Terminator.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack002.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack003.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack004.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack005.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack006.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack007.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack008.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack009.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack010.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack011.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack012.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack013.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack014.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack015.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack016.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack018.java - test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack019.java Changeset: 7c5e6e74 Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-07 21:44:46 +0000 URL: https://git.openjdk.org/loom/commit/7c5e6e74c8f559be919cea63ebf7004cda80ae75 8327147: Improve performance of Math ceil, floor, and rint for x86 Reviewed-by: jbhateja, sviswanathan, dlong ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/x86.ad ! test/micro/org/openjdk/bench/java/lang/MathBench.java Changeset: 8dbd4b39 Author: yibo.yl Committer: Denghui Dong Date: 2024-03-08 01:59:30 +0000 URL: https://git.openjdk.org/loom/commit/8dbd4b391f7deb1a46a5f07f0bc46f23d6715ddb 8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate Reviewed-by: mgronlun, egahlin ! src/hotspot/os/bsd/os_perf_bsd.cpp Changeset: de428daf Author: Gui Cao Committer: Fei Yang Date: 2024-03-08 02:58:34 +0000 URL: https://git.openjdk.org/loom/commit/de428daf9adef5afe7347319f7a6f6732e9b6c4b 8327426: RISC-V: Move alignment shim into initialize_header() in C1_MacroAssembler::allocate_array Reviewed-by: fyang ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp Changeset: fb4610e6 Author: Matthias Baesken Date: 2024-03-08 08:31:40 +0000 URL: https://git.openjdk.org/loom/commit/fb4610e6b7a339d0a95a99d6e113e3ddda291561 8327444: simplify RESTARTABLE macro usage in JDK codebase Reviewed-by: gli, clanger, alanb, dholmes, bpb ! src/java.base/aix/native/libnio/ch/Pollset.c ! src/java.base/linux/native/libnio/fs/LinuxNativeDispatcher.c ! src/java.base/macosx/native/libnio/fs/BsdFileSystem.c ! src/java.base/share/native/libjava/jni_util.h ! src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c ! src/java.base/unix/native/libjava/TimeZone_md.c ! src/java.base/unix/native/libjava/childproc.c ! src/java.base/unix/native/libjava/childproc.h ! src/java.base/unix/native/libjava/io_util_md.h + src/java.base/unix/native/libjava/jni_util_md.h ! src/java.base/unix/native/libnet/SdpSupport.c ! src/java.base/unix/native/libnio/ch/nio_util.h ! src/java.base/unix/native/libnio/fs/UnixFileSystem.c ! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c + src/java.base/windows/native/libjava/jni_util_md.h ! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c Changeset: bdd1aebe Author: Prajwal Kumaraswamy Committer: Sean Coffey Date: 2024-03-08 09:04:16 +0000 URL: https://git.openjdk.org/loom/commit/bdd1aebea379b63ae405827074530ef8e8a7c239 8312383: Log X509ExtendedKeyManager implementation class name in TLS/SSL connection Reviewed-by: coffeys ! src/java.base/share/classes/sun/security/ssl/X509Authentication.java Changeset: f9d479fe Author: Albert Mingkun Yang Date: 2024-03-08 09:38:08 +0000 URL: https://git.openjdk.org/loom/commit/f9d479fe1efa603db45a06ac89563dd7520fc522 8327477: Parallel: Remove _data_location and _highest_ref in ParallelCompactData Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: c65da92a Author: Albert Mingkun Yang Date: 2024-03-08 09:38:18 +0000 URL: https://git.openjdk.org/loom/commit/c65da92a804371b8a00d9b64a8250c9464198936 8327571: Parallel: Remove redundant operation in PSParallelCompact::clear_data_covering_space Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: d0d4912c Author: Eirik Bj?rsn?s Date: 2024-03-08 09:38:30 +0000 URL: https://git.openjdk.org/loom/commit/d0d4912c3bbc06e9a9c5273308d5f4ef7bac1b24 8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater Co-authored-by: Jaikiran Pai Reviewed-by: lancea, alanb ! src/java.base/share/classes/java/util/zip/Deflater.java ! src/java.base/share/classes/java/util/zip/Inflater.java Changeset: 27a03e0d Author: Jan Lahoda Date: 2024-03-08 11:21:24 +0000 URL: https://git.openjdk.org/loom/commit/27a03e0dc3e08094aebc3524f68617f7e7fb5c5d 8327218: Add an ability to specify modules which should have native access enabled Co-authored-by: Maurizio Cimadamore Reviewed-by: mcimadamore, erikj, alanb, ihse ! make/conf/module-loader-map.conf ! make/jdk/src/classes/build/tools/module/GenModuleLoaderMap.java ! make/modules/java.base/gensrc/GensrcModuleLoaderMap.gmk ! src/java.base/share/classes/java/lang/Module.java ! src/java.base/share/classes/java/lang/ModuleLayer.java ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java ! src/java.base/share/classes/jdk/internal/module/ModuleLoaderMap.java Changeset: 997e615c Author: Joachim Kern Committer: Matthias Baesken Date: 2024-03-08 13:23:06 +0000 URL: https://git.openjdk.org/loom/commit/997e615c69f4445d92e164b814ea3358659e93dc 8322943: runtime/CompressedOops/CompressedClassPointers.java fails on AIX Reviewed-by: gli, stuefe ! src/hotspot/share/memory/virtualspace.cpp ! src/hotspot/share/runtime/os.cpp ! test/hotspot/gtest/runtime/test_os_reserve_between.cpp ! test/hotspot/jtreg/ProblemList.txt Changeset: 1877a487 Author: Coleen Phillimore Date: 2024-03-08 13:27:54 +0000 URL: https://git.openjdk.org/loom/commit/1877a4879598356b777742fe80bdd5fa77ca8e8d 8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock Reviewed-by: dlong, dholmes, fparain ! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/memory/metaspace.cpp ! src/hotspot/share/oops/arrayKlass.cpp ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/oops/objArrayKlass.cpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp ! src/hotspot/share/runtime/mutex.cpp ! src/hotspot/share/runtime/mutex.hpp ! src/hotspot/share/runtime/mutexLocker.cpp ! src/hotspot/share/runtime/mutexLocker.hpp Changeset: 06f7bb5a Author: Albert Mingkun Yang Date: 2024-03-08 13:42:37 +0000 URL: https://git.openjdk.org/loom/commit/06f7bb5a322622b299184a5704f40417c5bf9216 8327677: Parallel: Remove unused ParallelCompactData::clear Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp Changeset: 585a9584 Author: Magnus Ihse Bursie Date: 2024-03-08 14:21:20 +0000 URL: https://git.openjdk.org/loom/commit/585a95844144da53bc43f5b6383e7c907bff7047 8327675: jspawnhelper should be built on all unix platforms Reviewed-by: shade, stuefe, erikj ! make/modules/java.base/Launcher.gmk Changeset: c4845f01 Author: Sean Mullan Date: 2024-03-08 15:20:37 +0000 URL: https://git.openjdk.org/loom/commit/c4845f01d236a006f3aefb7fa2e1a564673b7ff3 8317431: Implement simpler Comparator when building certification paths Reviewed-by: kdriver, weijun ! src/java.base/share/classes/javax/security/auth/x500/X500Principal.java + src/java.base/share/classes/jdk/internal/access/JavaxSecurityAccess.java ! src/java.base/share/classes/jdk/internal/access/SharedSecrets.java ! src/java.base/share/classes/sun/security/provider/certpath/Builder.java ! src/java.base/share/classes/sun/security/provider/certpath/ForwardBuilder.java ! src/java.base/share/classes/sun/security/x509/X500Name.java ! test/jdk/java/security/testlibrary/CertificateBuilder.java + test/jdk/sun/security/provider/certpath/PKIXCertComparator/Order.java Changeset: 6efdaf8d Author: Justin Lu Date: 2024-03-08 18:09:42 +0000 URL: https://git.openjdk.org/loom/commit/6efdaf8ddf2940bcd5f96e114fe05b951ace313b 8326908: DecimalFormat::toPattern throws OutOfMemoryError when pattern is empty string Reviewed-by: naoto ! src/java.base/share/classes/java/text/DecimalFormat.java ! test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java + test/jdk/java/text/Format/DecimalFormat/ToPatternTest.java Changeset: 87b40c6a Author: Naoto Sato Date: 2024-03-08 18:38:39 +0000 URL: https://git.openjdk.org/loom/commit/87b40c6ad2b0fa972fa6c5699a52045e82e0c7ef 8327167: Clarify the handling of Leap year by Calendar Reviewed-by: bpb, joehw, lancea, jlu, iris, rriggs ! src/java.base/share/classes/java/util/Calendar.java Changeset: 33aa4b26 Author: Serguei Spitsyn Date: 2024-03-08 19:46:23 +0000 URL: https://git.openjdk.org/loom/commit/33aa4b26b190927241a81fd1cba6fe262a5b1da0 8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly Reviewed-by: dholmes, lmesnik ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/java.se/share/data/jdwp/jdwp.spec ! src/jdk.jdi/share/classes/com/sun/jdi/ThreadReference.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001a.java Changeset: a6dc4bc2 Author: Hannes Walln?fer Date: 2024-03-08 20:59:00 +0000 URL: https://git.openjdk.org/loom/commit/a6dc4bc2b83c7240e573ac43f9b7a10191c58ed3 8326332: Unclosed inline tags cause misalignment in summary tables Reviewed-by: gli, jjg ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java ! test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java ! test/langtools/jdk/javadoc/doclet/testBreakIterator/pkg/BreakIteratorTest.java Changeset: 26274709 Author: Elif Aslan Committer: Evgeny Astigeevich Date: 2024-03-08 22:09:18 +0000 URL: https://git.openjdk.org/loom/commit/262747094670b00ac63463a059074afa9b81d8a4 8325567: jspawnhelper without args fails with segfault Co-authored-by: Vladimir Petko Reviewed-by: eastigeevich, rriggs, shade, vpetko ! src/java.base/unix/native/jspawnhelper/jspawnhelper.c + test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java Changeset: 53628f2e Author: Alisen Chung Date: 2024-03-09 01:20:28 +0000 URL: https://git.openjdk.org/loom/commit/53628f2ea9c2fb60fbdd0a03216e97e00b15fcb6 8327492: Remove applet usage and update DisposeInActionEventTest.html Reviewed-by: dnguyen, tr, abhiscxk, honkar, aivanov - test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.html ! test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java ! test/jdk/java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.java Changeset: 761ed250 Author: Ioi Lam Date: 2024-03-09 03:48:38 +0000 URL: https://git.openjdk.org/loom/commit/761ed250ec4b0d92d091a0c316b6d5028986a019 8327138: Clean up status management in cdsConfig.hpp and CDS.java Reviewed-by: ccheung, matsaave ! src/hotspot/share/cds/archiveHeapLoader.cpp ! src/hotspot/share/cds/cdsConfig.cpp ! src/hotspot/share/cds/cdsConfig.hpp ! src/hotspot/share/cds/cdsProtectionDomain.cpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/cds/heapShared.cpp ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/cds/metaspaceShared.hpp ! src/hotspot/share/classfile/classLoaderDataShared.cpp ! src/hotspot/share/classfile/modules.cpp ! src/hotspot/share/classfile/systemDictionary.cpp ! src/hotspot/share/include/jvm.h ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/prims/jvm.cpp ! src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java ! src/java.base/share/classes/java/lang/invoke/LambdaProxyClassArchive.java ! src/java.base/share/classes/java/lang/invoke/MethodHandleStatics.java ! src/java.base/share/classes/jdk/internal/misc/CDS.java ! src/java.base/share/native/libjava/CDS.c From duke at openjdk.org Mon Mar 11 11:55:17 2024 From: duke at openjdk.org (duke) Date: Mon, 11 Mar 2024 11:55:17 GMT Subject: git: openjdk/loom: fibers: DougLea/jdk/tree/JDK-8322732 commit e020c22fd139bb2b38890194ec0d8853671ad04e Message-ID: <9f442e21-b57b-48eb-8b8a-62a68c7a85ed@openjdk.org> Changeset: 0ab93c48 Author: Alan Bateman Date: 2024-03-11 11:42:29 +0000 URL: https://git.openjdk.org/loom/commit/0ab93c4802d9d2ef4f92cb9c7b6c3fe9b2347017 DougLea/jdk/tree/JDK-8322732 commit e020c22fd139bb2b38890194ec0d8853671ad04e ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java From duke at openjdk.org Wed Mar 13 11:47:28 2024 From: duke at openjdk.org (duke) Date: Wed, 13 Mar 2024 11:47:28 GMT Subject: git: openjdk/loom: fibers: 47 new changesets Message-ID: Changeset: 2d4c757e Author: Jatin Bhateja Date: 2024-03-09 07:12:34 +0000 URL: https://git.openjdk.org/loom/commit/2d4c757e2e03b753135d564e9f2761052fdcb189 8327041: Incorrect lane size references in avx512 instructions. Reviewed-by: sviswanathan ! src/hotspot/cpu/x86/assembler_x86.cpp Changeset: 243cb098 Author: Andrew John Hughes Date: 2024-03-09 13:30:36 +0000 URL: https://git.openjdk.org/loom/commit/243cb098d48741e9bd6308ef7609c9a4637a5e07 8327389: Remove use of HOTSPOT_BUILD_USER Reviewed-by: erikj, ihse ! make/hotspot/lib/CompileJvm.gmk ! make/ide/eclipse/CreateWorkspace.gmk ! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/BuildConfig.java ! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/ProjectCreator.java ! src/hotspot/share/runtime/abstract_vm_version.cpp Changeset: d451f818 Author: Jaikiran Pai Date: 2024-03-10 13:48:14 +0000 URL: https://git.openjdk.org/loom/commit/d451f818cf8e7cf2f619a5832c7fe5e5ed968c6a 8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth Reviewed-by: djelinski ! src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpsParameters.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/SSLStreams.java + test/jdk/com/sun/net/httpserver/HttpsParametersClientAuthTest.java Changeset: ca5ca85d Author: Emanuel Peter Date: 2024-03-11 07:12:15 +0000 URL: https://git.openjdk.org/loom/commit/ca5ca85d2408abfcb8a37f16476dba13c3b474d0 8325651: C2 SuperWord: refactor the dependency graph Reviewed-by: chagedorn, vlivanov ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp ! src/hotspot/share/opto/traceAutoVectorizationTag.hpp ! src/hotspot/share/opto/vectorization.cpp ! src/hotspot/share/opto/vectorization.hpp Changeset: f2b5ffdb Author: Daniel Jeli?ski Date: 2024-03-11 07:29:40 +0000 URL: https://git.openjdk.org/loom/commit/f2b5ffdb8ea3c766f14bab1dfd7c3865cffa2ce8 8326578: Clean up networking properties documentation Reviewed-by: jwaters, dfuchs, michaelm ! src/java.base/share/classes/java/net/doc-files/net-properties.html Changeset: 63dd6d1a Author: Albert Mingkun Yang Date: 2024-03-11 09:41:35 +0000 URL: https://git.openjdk.org/loom/commit/63dd6d1ac5b367e9c475779349581506d5c81d16 8327387: G1: Refactor region liveness processing after completion of concurrent marking Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp Changeset: 570ad672 Author: Viktor Klang Date: 2024-03-11 12:05:35 +0000 URL: https://git.openjdk.org/loom/commit/570ad67204a55dd4b45e04e5a91671fed2cc18d0 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out Reviewed-by: jpai ! test/jdk/java/util/concurrent/ConcurrentHashMap/ToArray.java Changeset: 680ac2ce Author: Hamlin Li Date: 2024-03-11 12:13:06 +0000 URL: https://git.openjdk.org/loom/commit/680ac2cebecf93e5924a441a5de6918cd7adf118 8327689: RISC-V: adjust test filters of zfh extension Reviewed-by: fyang, gli ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16Conversion.java ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16ConversionNaN.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestAllFloat16ToFloat.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestConstFloat16ToFloat.java Changeset: ffd43c92 Author: Hai-May Chao Date: 2024-03-11 16:33:17 +0000 URL: https://git.openjdk.org/loom/commit/ffd43c922e3b8b75a00e494d5484b6a487dd5c90 8327461: KeyStore getEntry is not thread-safe Reviewed-by: djelinski, weijun ! src/java.base/share/classes/sun/security/pkcs12/PKCS12KeyStore.java + test/jdk/sun/security/pkcs12/GetSetEntryTest.java Changeset: d74b907d Author: Matias Saavedra Silva Date: 2024-03-11 16:34:46 +0000 URL: https://git.openjdk.org/loom/commit/d74b907d206073243437771486c1d62240de3d81 8327093: Add truncate function to BitMap API Reviewed-by: aboldtch, iklam ! src/hotspot/share/utilities/bitMap.cpp ! src/hotspot/share/utilities/bitMap.hpp ! test/hotspot/gtest/utilities/test_bitMap.cpp Changeset: 18de9321 Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-11 16:42:13 +0000 URL: https://git.openjdk.org/loom/commit/18de9321ce8722f244594b1ed3b62cd1421a7994 8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions Reviewed-by: sviswanathan, jbhateja ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/assembler_x86.hpp ! src/hotspot/cpu/x86/macroAssembler_x86.cpp ! src/hotspot/cpu/x86/macroAssembler_x86.hpp ! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp ! src/hotspot/cpu/x86/stubGenerator_x86_64_poly.cpp ! src/hotspot/cpu/x86/vm_version_x86.cpp ! src/hotspot/cpu/x86/vm_version_x86.hpp ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/amd64/AMD64.java ! test/lib-test/jdk/test/whitebox/CPUInfoTest.java Changeset: b9bc31f7 Author: Doug Simon Date: 2024-03-11 17:05:13 +0000 URL: https://git.openjdk.org/loom/commit/b9bc31f7206bfde3d27be01adec9a658e086b86e 8327790: Improve javadoc for ResolvedJavaType.hasFinalizableSubclass Reviewed-by: gdub, never ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/ResolvedJavaType.java Changeset: c65d3089 Author: Erik Gahlin Date: 2024-03-11 17:06:09 +0000 URL: https://git.openjdk.org/loom/commit/c65d308973f1e2c41b6910fd844223597e70972f 8327812: JFR: Remove debug message in Function.Maximum Reviewed-by: gli, mgronlun ! src/jdk.jfr/share/classes/jdk/jfr/internal/query/Function.java Changeset: 0a6e64e2 Author: Chris Plummer Date: 2024-03-11 18:10:53 +0000 URL: https://git.openjdk.org/loom/commit/0a6e64e2f50cb5eb969dbd0807ad3edc1c353923 8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC Reviewed-by: gli, kevinw ! test/hotspot/jtreg/ProblemList-zgc.txt Changeset: 41450e94 Author: Calvin Cheung Date: 2024-03-11 20:49:20 +0000 URL: https://git.openjdk.org/loom/commit/41450e94059bbdf9ee798a1fc78ef14602319567 8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L Reviewed-by: iklam, matsaave ! src/java.base/share/classes/java/lang/invoke/GenerateJLIClassesHelper.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesAsCollectorTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesCastFailureTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesGeneralTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesInvokersTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesPermuteArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesSpreadArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/CDSMHTest_generate.sh ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesAsCollectorTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesCastFailureTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesInvokersTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesPermuteArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesSpreadArgumentsTest.java Changeset: 586396cb Author: Naoto Sato Date: 2024-03-11 21:23:08 +0000 URL: https://git.openjdk.org/loom/commit/586396cbb55a318fd6a2b4f1d8738258c6f8deff 8327705: Remove mention of "applet" from java.text package description Reviewed-by: bpb, rriggs, iris, jlu, gli, alanb ! src/java.base/share/classes/java/text/package-info.java Changeset: 4d6235ed Author: Gui Cao Committer: Fei Yang Date: 2024-03-12 01:29:24 +0000 URL: https://git.openjdk.org/loom/commit/4d6235ed111178d31814763b0d23e372db2b3e1b 8327716: RISC-V: Change type of vector_length param of several assembler functions from int to uint Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad Changeset: e21da4ca Author: SendaoYan Committer: Jie Fu Date: 2024-03-12 01:38:20 +0000 URL: https://git.openjdk.org/loom/commit/e21da4caacb464827270d20b8fc62a50a1706316 8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269 Reviewed-by: naoto ! test/jdk/java/util/Properties/PropertiesStoreTest.java Changeset: 251347bd Author: Emanuel Peter Date: 2024-03-12 07:27:23 +0000 URL: https://git.openjdk.org/loom/commit/251347bd7e589b51354a2318bfac0c71cd71bf5f 8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence) Reviewed-by: kvn, vlivanov, chagedorn ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp ! test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java + test/hotspot/jtreg/compiler/loopopts/superword/TestSplitPacks.java ! test/hotspot/jtreg/compiler/vectorization/runner/LoopArrayIndexComputeTest.java Changeset: 9f7aff4e Author: Albert Mingkun Yang Date: 2024-03-12 08:08:20 +0000 URL: https://git.openjdk.org/loom/commit/9f7aff4e4c1cc2de996630668b7e89ddd3aabd7d 8327788: G1: Improve concurrent reference processing documentation Reviewed-by: kbarrett, gli ! src/hotspot/share/gc/shared/referenceProcessor.cpp Changeset: 139681a7 Author: Maxim Kartashev Committer: Alexey Ushakov Date: 2024-03-12 08:15:36 +0000 URL: https://git.openjdk.org/loom/commit/139681a7eb7a0a1207f66e72095766983e7b717b 8326497: Window.toFront() fails for iconified windows on Linux Reviewed-by: tr, prr ! src/java.desktop/unix/classes/sun/awt/X11/XFramePeer.java ! src/java.desktop/windows/classes/sun/awt/windows/WFramePeer.java + test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java Changeset: b92440f9 Author: Serguei Spitsyn Date: 2024-03-12 08:55:28 +0000 URL: https://git.openjdk.org/loom/commit/b92440f9b1f41643bf9649ca192e405a9d6c026a 8247972: incorrect implementation of JVM TI GetObjectMonitorUsage Reviewed-by: dcubed, lmesnik ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/runtime/threads.cpp ! src/hotspot/share/runtime/threads.hpp ! src/java.se/share/data/jdwp/jdwp.spec ! src/jdk.jdwp.agent/share/native/libjdwp/ObjectReferenceImpl.c ! test/hotspot/jtreg/TEST.quick-groups + test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java + test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/libObjectMonitorUsage.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003.java - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/TestDescription.java - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/libobjmonusage003.cpp - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp Changeset: 013aff87 Author: Prasanta Sadhukhan Date: 2024-03-12 09:52:05 +0000 URL: https://git.openjdk.org/loom/commit/013aff87ce7ece5cd4676aa452557ea3f222cede 8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class Reviewed-by: tr, aivanov + test/jdk/javax/swing/text/BoxView/bug6494356.java Changeset: 1f43fa0f Author: Dmitry Markov Date: 2024-03-12 10:09:02 +0000 URL: https://git.openjdk.org/loom/commit/1f43fa0f8b0f956b41015e0ebc257e15a11ad99b 8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS Reviewed-by: aivanov, serb ! test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java Changeset: 78beb031 Author: Prasanta Sadhukhan Date: 2024-03-12 10:45:42 +0000 URL: https://git.openjdk.org/loom/commit/78beb031c75d2435c3543a0edc2335b92e115858 8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.html ! test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java Changeset: 5056902e Author: Roman Kennke Date: 2024-03-12 12:07:56 +0000 URL: https://git.openjdk.org/loom/commit/5056902e767d7f8485f9ff54f26df725f437fb0b 8327361: Update some comments after JDK-8139457 Reviewed-by: galder, shade ! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.hpp ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.hpp ! src/hotspot/cpu/x86/c1_MacroAssembler_x86.hpp Changeset: 2cf35246 Author: Chen Liang Committer: Pavel Rappo Date: 2024-03-12 12:12:39 +0000 URL: https://git.openjdk.org/loom/commit/2cf35246e6041e3c721efc24441545deb7a671a8 8325433: Type annotations on primitive types are not linked Reviewed-by: gli, prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Fields.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/MethodReturnType.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Parameters.java Changeset: cfd9209e Author: Prasanta Sadhukhan Date: 2024-03-12 12:22:13 +0000 URL: https://git.openjdk.org/loom/commit/cfd9209e03176bd8e02acd74b51a16f3113fbd21 8327751: Convert javax/swing/JInternalFrame/6726866/bug6726866.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.html ! test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.java Changeset: 0776fff0 Author: Hamlin Li Date: 2024-03-12 13:23:14 +0000 URL: https://git.openjdk.org/loom/commit/0776fff0e321c3f541354404b3ec0aa1992923a0 8327794: RISC-V: enable extension features based on impid (Rivos specific change) Reviewed-by: rehn, luhenry, gli, tonyp ! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp Changeset: 782206bc Author: Prasanta Sadhukhan Date: 2024-03-12 15:16:56 +0000 URL: https://git.openjdk.org/loom/commit/782206bc97dc6ae953b0c3ce01f8b6edab4ad30b 8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JFileChooser/6798062/bug6798062.html ! test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java Changeset: 379ad1fb Author: Korov Committer: Daniel Fuchs Date: 2024-03-12 15:55:19 +0000 URL: https://git.openjdk.org/loom/commit/379ad1fbb4432c044912139e3d4e897988a341fa 8312444: Delete unused parameters and variables in SocketPermission Reviewed-by: gli, aturbanov, dfuchs ! src/java.base/share/classes/java/net/SocketPermission.java Changeset: 201042fd Author: Joe Darcy Date: 2024-03-12 16:46:00 +0000 URL: https://git.openjdk.org/loom/commit/201042fd96c73b9026c063122d5580fc4ed9c22c 8327487: Further augment WorstCaseTests with more cases Reviewed-by: rgiulietti ! test/jdk/java/lang/Math/WorstCaseTests.java Changeset: 8a3bdd5c Author: Magnus Ihse Bursie Date: 2024-03-12 17:12:13 +0000 URL: https://git.openjdk.org/loom/commit/8a3bdd5c4dc1849f5cfbdf65cc35823ff551c0b5 8327995: Remove unused Unused_Variable Reviewed-by: kbarrett ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: 313e814b Author: Suchismith Roy Committer: Kim Barrett Date: 2024-03-12 17:19:49 +0000 URL: https://git.openjdk.org/loom/commit/313e814bc924c53f03052dde2ac33e74f28a82ca 8324682: Remove redefinition of NULL for XLC compiler Reviewed-by: kbarrett, mbaesken ! src/hotspot/share/utilities/globalDefinitions.cpp ! src/hotspot/share/utilities/globalDefinitions_xlc.hpp Changeset: 5b414662 Author: Eirik Bj?rsn?s Date: 2024-03-12 17:37:48 +0000 URL: https://git.openjdk.org/loom/commit/5b4146627580834bcd3ad0962d07d0d374fe3cce 8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe Reviewed-by: martin, alanb, mchung ! src/java.base/share/classes/java/io/BufferedInputStream.java ! src/java.base/share/classes/jdk/internal/misc/Unsafe.java ! test/hotspot/jtreg/compiler/stable/TestUnstableStable.java ! test/hotspot/jtreg/gc/shenandoah/compiler/TestUnsafeLoadStoreMergedHeapStableTests.java Changeset: b9c3dc3b Author: Eirik Bj?rsn?s Date: 2024-03-12 17:38:59 +0000 URL: https://git.openjdk.org/loom/commit/b9c3dc3b47459890f4abdea2f3367662d3467289 8327738: Remove unused internal method sun.n.w.p.h.HttpURLConnection.setDefaultAuthenticator Reviewed-by: djelinski, dfuchs - src/java.base/share/classes/sun/net/www/protocol/http/HttpAuthenticator.java ! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java Changeset: 94b4ed57 Author: Brian Burkhalter Date: 2024-03-12 18:06:45 +0000 URL: https://git.openjdk.org/loom/commit/94b4ed5766381fdb922f9aaba02201a7fb735cb3 8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files Reviewed-by: djelinski ! test/jdk/java/nio/channels/FileChannel/Size.java Changeset: 30249c4c Author: Alexander Zvegintsev Date: 2024-03-12 18:23:15 +0000 URL: https://git.openjdk.org/loom/commit/30249c4cca51dccd24d5f8f58c7a34c27948a295 8327838: Convert java/awt/FileDialog/MultipleMode/MultipleMode.html applet test to main Reviewed-by: aivanov, tr + test/jdk/java/awt/FileDialog/MultipleMode.java - test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.html - test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.java Changeset: 7283c8b0 Author: Alexander Zvegintsev Date: 2024-03-12 18:24:38 +0000 URL: https://git.openjdk.org/loom/commit/7283c8b075aa289dbb9cb80f6937b3349c8d4769 8327972: Convert java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html applet test to main Reviewed-by: aivanov, prr + test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest.java - test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html - test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.java Changeset: 22f10e04 Author: Phil Race Date: 2024-03-12 18:27:23 +0000 URL: https://git.openjdk.org/loom/commit/22f10e045b3decdb51a3cc7644c47f911aec753d 8327856: Convert applet test SpanishDiacriticsTest.java to a main program Reviewed-by: dmarkov, aivanov + test/jdk/java/awt/InputMethods/SpanishDiacriticsTest.java - test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.html - test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.java Changeset: 966a42f9 Author: Chris Plummer Date: 2024-03-12 20:54:18 +0000 URL: https://git.openjdk.org/loom/commit/966a42f9b39840ab9eab6dc3cdc6fdd69abf9873 8324868: debug agent does not properly handle interrupts of a virtual thread Reviewed-by: sspitsyn, amenkov ! src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c ! test/jdk/ProblemList-Xcomp.txt ! test/jdk/com/sun/jdi/InterruptHangTest.java Changeset: d5b95a0e Author: Justin Lu Date: 2024-03-12 21:10:30 +0000 URL: https://git.openjdk.org/loom/commit/d5b95a0ed38b10ed9f51d20255e06eb38fdd8b82 8327631: Update IANA Language Subtag Registry to Version 2024-03-07 Reviewed-by: naoto, iris ! src/java.base/share/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: f3d0c45c Author: Doug Simon Date: 2024-03-12 22:40:04 +0000 URL: https://git.openjdk.org/loom/commit/f3d0c45cbb29dbaba7b9b7360b0152d901e68f68 8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal Reviewed-by: dholmes, never ! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java Changeset: 5d4bfad1 Author: Denghui Dong Date: 2024-03-13 00:00:21 +0000 URL: https://git.openjdk.org/loom/commit/5d4bfad12b650b9f7c512a071830c58b8f1d020b 8327693: C1: LIRGenerator::_instruction_for_operand is only read by assertion code Reviewed-by: gli, chagedorn ! src/hotspot/share/c1/c1_LIRGenerator.cpp ! src/hotspot/share/c1/c1_LIRGenerator.hpp Changeset: 3b18c5dc Author: Christian Stein Date: 2024-03-13 06:44:04 +0000 URL: https://git.openjdk.org/loom/commit/3b18c5dc5d5885fe5ebaabd9cd74f033a584e4ae 8323605: Java source launcher should not require `--source ...` to enable preview Reviewed-by: mcimadamore, dholmes ! src/java.base/share/man/java.1 ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/RelevantJavacOptions.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher.properties ! test/langtools/tools/javac/launcher/BasicSourceLauncherTests.java ! test/langtools/tools/javac/launcher/SourceLauncherTest.java Changeset: 7261cd92 Author: Alan Bateman Date: 2024-03-13 07:35:29 +0000 URL: https://git.openjdk.org/loom/commit/7261cd92c9edddef8e811d6d93b647cec663fca7 Merge ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp ! src/hotspot/cpu/x86/vm_version_x86.hpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/runtime/threads.cpp ! src/hotspot/share/runtime/threads.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp ! src/hotspot/cpu/x86/vm_version_x86.hpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/runtime/threads.cpp ! src/hotspot/share/runtime/threads.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: c14a646d Author: Alan Bateman Date: 2024-03-13 08:55:45 +0000 URL: https://git.openjdk.org/loom/commit/c14a646d51a527f3cb8996659e1c80371ed0b021 serviceability/jvmti/ObjectMonitorUsage should test platform threads only ! test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java From duke at openjdk.org Wed Mar 13 11:49:58 2024 From: duke at openjdk.org (duke) Date: Wed, 13 Mar 2024 11:49:58 GMT Subject: git: openjdk/loom: master: 45 new changesets Message-ID: <4ba0cbcd-3a41-45be-a470-78c5aaf5f411@openjdk.org> Changeset: 2d4c757e Author: Jatin Bhateja Date: 2024-03-09 07:12:34 +0000 URL: https://git.openjdk.org/loom/commit/2d4c757e2e03b753135d564e9f2761052fdcb189 8327041: Incorrect lane size references in avx512 instructions. Reviewed-by: sviswanathan ! src/hotspot/cpu/x86/assembler_x86.cpp Changeset: 243cb098 Author: Andrew John Hughes Date: 2024-03-09 13:30:36 +0000 URL: https://git.openjdk.org/loom/commit/243cb098d48741e9bd6308ef7609c9a4637a5e07 8327389: Remove use of HOTSPOT_BUILD_USER Reviewed-by: erikj, ihse ! make/hotspot/lib/CompileJvm.gmk ! make/ide/eclipse/CreateWorkspace.gmk ! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/BuildConfig.java ! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/ProjectCreator.java ! src/hotspot/share/runtime/abstract_vm_version.cpp Changeset: d451f818 Author: Jaikiran Pai Date: 2024-03-10 13:48:14 +0000 URL: https://git.openjdk.org/loom/commit/d451f818cf8e7cf2f619a5832c7fe5e5ed968c6a 8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth Reviewed-by: djelinski ! src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpsParameters.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/SSLStreams.java + test/jdk/com/sun/net/httpserver/HttpsParametersClientAuthTest.java Changeset: ca5ca85d Author: Emanuel Peter Date: 2024-03-11 07:12:15 +0000 URL: https://git.openjdk.org/loom/commit/ca5ca85d2408abfcb8a37f16476dba13c3b474d0 8325651: C2 SuperWord: refactor the dependency graph Reviewed-by: chagedorn, vlivanov ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp ! src/hotspot/share/opto/traceAutoVectorizationTag.hpp ! src/hotspot/share/opto/vectorization.cpp ! src/hotspot/share/opto/vectorization.hpp Changeset: f2b5ffdb Author: Daniel Jeli?ski Date: 2024-03-11 07:29:40 +0000 URL: https://git.openjdk.org/loom/commit/f2b5ffdb8ea3c766f14bab1dfd7c3865cffa2ce8 8326578: Clean up networking properties documentation Reviewed-by: jwaters, dfuchs, michaelm ! src/java.base/share/classes/java/net/doc-files/net-properties.html Changeset: 63dd6d1a Author: Albert Mingkun Yang Date: 2024-03-11 09:41:35 +0000 URL: https://git.openjdk.org/loom/commit/63dd6d1ac5b367e9c475779349581506d5c81d16 8327387: G1: Refactor region liveness processing after completion of concurrent marking Reviewed-by: gli, tschatzl ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp Changeset: 570ad672 Author: Viktor Klang Date: 2024-03-11 12:05:35 +0000 URL: https://git.openjdk.org/loom/commit/570ad67204a55dd4b45e04e5a91671fed2cc18d0 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out Reviewed-by: jpai ! test/jdk/java/util/concurrent/ConcurrentHashMap/ToArray.java Changeset: 680ac2ce Author: Hamlin Li Date: 2024-03-11 12:13:06 +0000 URL: https://git.openjdk.org/loom/commit/680ac2cebecf93e5924a441a5de6918cd7adf118 8327689: RISC-V: adjust test filters of zfh extension Reviewed-by: fyang, gli ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16Conversion.java ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16ConversionNaN.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestAllFloat16ToFloat.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestConstFloat16ToFloat.java Changeset: ffd43c92 Author: Hai-May Chao Date: 2024-03-11 16:33:17 +0000 URL: https://git.openjdk.org/loom/commit/ffd43c922e3b8b75a00e494d5484b6a487dd5c90 8327461: KeyStore getEntry is not thread-safe Reviewed-by: djelinski, weijun ! src/java.base/share/classes/sun/security/pkcs12/PKCS12KeyStore.java + test/jdk/sun/security/pkcs12/GetSetEntryTest.java Changeset: d74b907d Author: Matias Saavedra Silva Date: 2024-03-11 16:34:46 +0000 URL: https://git.openjdk.org/loom/commit/d74b907d206073243437771486c1d62240de3d81 8327093: Add truncate function to BitMap API Reviewed-by: aboldtch, iklam ! src/hotspot/share/utilities/bitMap.cpp ! src/hotspot/share/utilities/bitMap.hpp ! test/hotspot/gtest/utilities/test_bitMap.cpp Changeset: 18de9321 Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-11 16:42:13 +0000 URL: https://git.openjdk.org/loom/commit/18de9321ce8722f244594b1ed3b62cd1421a7994 8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions Reviewed-by: sviswanathan, jbhateja ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/assembler_x86.hpp ! src/hotspot/cpu/x86/macroAssembler_x86.cpp ! src/hotspot/cpu/x86/macroAssembler_x86.hpp ! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp ! src/hotspot/cpu/x86/stubGenerator_x86_64_poly.cpp ! src/hotspot/cpu/x86/vm_version_x86.cpp ! src/hotspot/cpu/x86/vm_version_x86.hpp ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/amd64/AMD64.java ! test/lib-test/jdk/test/whitebox/CPUInfoTest.java Changeset: b9bc31f7 Author: Doug Simon Date: 2024-03-11 17:05:13 +0000 URL: https://git.openjdk.org/loom/commit/b9bc31f7206bfde3d27be01adec9a658e086b86e 8327790: Improve javadoc for ResolvedJavaType.hasFinalizableSubclass Reviewed-by: gdub, never ! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/ResolvedJavaType.java Changeset: c65d3089 Author: Erik Gahlin Date: 2024-03-11 17:06:09 +0000 URL: https://git.openjdk.org/loom/commit/c65d308973f1e2c41b6910fd844223597e70972f 8327812: JFR: Remove debug message in Function.Maximum Reviewed-by: gli, mgronlun ! src/jdk.jfr/share/classes/jdk/jfr/internal/query/Function.java Changeset: 0a6e64e2 Author: Chris Plummer Date: 2024-03-11 18:10:53 +0000 URL: https://git.openjdk.org/loom/commit/0a6e64e2f50cb5eb969dbd0807ad3edc1c353923 8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC Reviewed-by: gli, kevinw ! test/hotspot/jtreg/ProblemList-zgc.txt Changeset: 41450e94 Author: Calvin Cheung Date: 2024-03-11 20:49:20 +0000 URL: https://git.openjdk.org/loom/commit/41450e94059bbdf9ee798a1fc78ef14602319567 8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L Reviewed-by: iklam, matsaave ! src/java.base/share/classes/java/lang/invoke/GenerateJLIClassesHelper.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesAsCollectorTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesCastFailureTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesGeneralTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesInvokersTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesPermuteArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesSpreadArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/CDSMHTest_generate.sh ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesAsCollectorTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesCastFailureTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesInvokersTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesPermuteArgumentsTest.java ! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesSpreadArgumentsTest.java Changeset: 586396cb Author: Naoto Sato Date: 2024-03-11 21:23:08 +0000 URL: https://git.openjdk.org/loom/commit/586396cbb55a318fd6a2b4f1d8738258c6f8deff 8327705: Remove mention of "applet" from java.text package description Reviewed-by: bpb, rriggs, iris, jlu, gli, alanb ! src/java.base/share/classes/java/text/package-info.java Changeset: 4d6235ed Author: Gui Cao Committer: Fei Yang Date: 2024-03-12 01:29:24 +0000 URL: https://git.openjdk.org/loom/commit/4d6235ed111178d31814763b0d23e372db2b3e1b 8327716: RISC-V: Change type of vector_length param of several assembler functions from int to uint Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad Changeset: e21da4ca Author: SendaoYan Committer: Jie Fu Date: 2024-03-12 01:38:20 +0000 URL: https://git.openjdk.org/loom/commit/e21da4caacb464827270d20b8fc62a50a1706316 8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269 Reviewed-by: naoto ! test/jdk/java/util/Properties/PropertiesStoreTest.java Changeset: 251347bd Author: Emanuel Peter Date: 2024-03-12 07:27:23 +0000 URL: https://git.openjdk.org/loom/commit/251347bd7e589b51354a2318bfac0c71cd71bf5f 8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence) Reviewed-by: kvn, vlivanov, chagedorn ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp ! test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java + test/hotspot/jtreg/compiler/loopopts/superword/TestSplitPacks.java ! test/hotspot/jtreg/compiler/vectorization/runner/LoopArrayIndexComputeTest.java Changeset: 9f7aff4e Author: Albert Mingkun Yang Date: 2024-03-12 08:08:20 +0000 URL: https://git.openjdk.org/loom/commit/9f7aff4e4c1cc2de996630668b7e89ddd3aabd7d 8327788: G1: Improve concurrent reference processing documentation Reviewed-by: kbarrett, gli ! src/hotspot/share/gc/shared/referenceProcessor.cpp Changeset: 139681a7 Author: Maxim Kartashev Committer: Alexey Ushakov Date: 2024-03-12 08:15:36 +0000 URL: https://git.openjdk.org/loom/commit/139681a7eb7a0a1207f66e72095766983e7b717b 8326497: Window.toFront() fails for iconified windows on Linux Reviewed-by: tr, prr ! src/java.desktop/unix/classes/sun/awt/X11/XFramePeer.java ! src/java.desktop/windows/classes/sun/awt/windows/WFramePeer.java + test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java Changeset: b92440f9 Author: Serguei Spitsyn Date: 2024-03-12 08:55:28 +0000 URL: https://git.openjdk.org/loom/commit/b92440f9b1f41643bf9649ca192e405a9d6c026a 8247972: incorrect implementation of JVM TI GetObjectMonitorUsage Reviewed-by: dcubed, lmesnik ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/runtime/threads.cpp ! src/hotspot/share/runtime/threads.hpp ! src/java.se/share/data/jdwp/jdwp.spec ! src/jdk.jdwp.agent/share/native/libjdwp/ObjectReferenceImpl.c ! test/hotspot/jtreg/TEST.quick-groups + test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java + test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/libObjectMonitorUsage.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003.java - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/TestDescription.java - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/libobjmonusage003.cpp - test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp Changeset: 013aff87 Author: Prasanta Sadhukhan Date: 2024-03-12 09:52:05 +0000 URL: https://git.openjdk.org/loom/commit/013aff87ce7ece5cd4676aa452557ea3f222cede 8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class Reviewed-by: tr, aivanov + test/jdk/javax/swing/text/BoxView/bug6494356.java Changeset: 1f43fa0f Author: Dmitry Markov Date: 2024-03-12 10:09:02 +0000 URL: https://git.openjdk.org/loom/commit/1f43fa0f8b0f956b41015e0ebc257e15a11ad99b 8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS Reviewed-by: aivanov, serb ! test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java Changeset: 78beb031 Author: Prasanta Sadhukhan Date: 2024-03-12 10:45:42 +0000 URL: https://git.openjdk.org/loom/commit/78beb031c75d2435c3543a0edc2335b92e115858 8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.html ! test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java Changeset: 5056902e Author: Roman Kennke Date: 2024-03-12 12:07:56 +0000 URL: https://git.openjdk.org/loom/commit/5056902e767d7f8485f9ff54f26df725f437fb0b 8327361: Update some comments after JDK-8139457 Reviewed-by: galder, shade ! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.hpp ! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.hpp ! src/hotspot/cpu/x86/c1_MacroAssembler_x86.hpp Changeset: 2cf35246 Author: Chen Liang Committer: Pavel Rappo Date: 2024-03-12 12:12:39 +0000 URL: https://git.openjdk.org/loom/commit/2cf35246e6041e3c721efc24441545deb7a671a8 8325433: Type annotations on primitive types are not linked Reviewed-by: gli, prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Fields.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/MethodReturnType.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Parameters.java Changeset: cfd9209e Author: Prasanta Sadhukhan Date: 2024-03-12 12:22:13 +0000 URL: https://git.openjdk.org/loom/commit/cfd9209e03176bd8e02acd74b51a16f3113fbd21 8327751: Convert javax/swing/JInternalFrame/6726866/bug6726866.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.html ! test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.java Changeset: 0776fff0 Author: Hamlin Li Date: 2024-03-12 13:23:14 +0000 URL: https://git.openjdk.org/loom/commit/0776fff0e321c3f541354404b3ec0aa1992923a0 8327794: RISC-V: enable extension features based on impid (Rivos specific change) Reviewed-by: rehn, luhenry, gli, tonyp ! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp Changeset: 782206bc Author: Prasanta Sadhukhan Date: 2024-03-12 15:16:56 +0000 URL: https://git.openjdk.org/loom/commit/782206bc97dc6ae953b0c3ce01f8b6edab4ad30b 8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main Reviewed-by: aivanov - test/jdk/javax/swing/JFileChooser/6798062/bug6798062.html ! test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java Changeset: 379ad1fb Author: Korov Committer: Daniel Fuchs Date: 2024-03-12 15:55:19 +0000 URL: https://git.openjdk.org/loom/commit/379ad1fbb4432c044912139e3d4e897988a341fa 8312444: Delete unused parameters and variables in SocketPermission Reviewed-by: gli, aturbanov, dfuchs ! src/java.base/share/classes/java/net/SocketPermission.java Changeset: 201042fd Author: Joe Darcy Date: 2024-03-12 16:46:00 +0000 URL: https://git.openjdk.org/loom/commit/201042fd96c73b9026c063122d5580fc4ed9c22c 8327487: Further augment WorstCaseTests with more cases Reviewed-by: rgiulietti ! test/jdk/java/lang/Math/WorstCaseTests.java Changeset: 8a3bdd5c Author: Magnus Ihse Bursie Date: 2024-03-12 17:12:13 +0000 URL: https://git.openjdk.org/loom/commit/8a3bdd5c4dc1849f5cfbdf65cc35823ff551c0b5 8327995: Remove unused Unused_Variable Reviewed-by: kbarrett ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: 313e814b Author: Suchismith Roy Committer: Kim Barrett Date: 2024-03-12 17:19:49 +0000 URL: https://git.openjdk.org/loom/commit/313e814bc924c53f03052dde2ac33e74f28a82ca 8324682: Remove redefinition of NULL for XLC compiler Reviewed-by: kbarrett, mbaesken ! src/hotspot/share/utilities/globalDefinitions.cpp ! src/hotspot/share/utilities/globalDefinitions_xlc.hpp Changeset: 5b414662 Author: Eirik Bj?rsn?s Date: 2024-03-12 17:37:48 +0000 URL: https://git.openjdk.org/loom/commit/5b4146627580834bcd3ad0962d07d0d374fe3cce 8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe Reviewed-by: martin, alanb, mchung ! src/java.base/share/classes/java/io/BufferedInputStream.java ! src/java.base/share/classes/jdk/internal/misc/Unsafe.java ! test/hotspot/jtreg/compiler/stable/TestUnstableStable.java ! test/hotspot/jtreg/gc/shenandoah/compiler/TestUnsafeLoadStoreMergedHeapStableTests.java Changeset: b9c3dc3b Author: Eirik Bj?rsn?s Date: 2024-03-12 17:38:59 +0000 URL: https://git.openjdk.org/loom/commit/b9c3dc3b47459890f4abdea2f3367662d3467289 8327738: Remove unused internal method sun.n.w.p.h.HttpURLConnection.setDefaultAuthenticator Reviewed-by: djelinski, dfuchs - src/java.base/share/classes/sun/net/www/protocol/http/HttpAuthenticator.java ! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java Changeset: 94b4ed57 Author: Brian Burkhalter Date: 2024-03-12 18:06:45 +0000 URL: https://git.openjdk.org/loom/commit/94b4ed5766381fdb922f9aaba02201a7fb735cb3 8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files Reviewed-by: djelinski ! test/jdk/java/nio/channels/FileChannel/Size.java Changeset: 30249c4c Author: Alexander Zvegintsev Date: 2024-03-12 18:23:15 +0000 URL: https://git.openjdk.org/loom/commit/30249c4cca51dccd24d5f8f58c7a34c27948a295 8327838: Convert java/awt/FileDialog/MultipleMode/MultipleMode.html applet test to main Reviewed-by: aivanov, tr + test/jdk/java/awt/FileDialog/MultipleMode.java - test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.html - test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.java Changeset: 7283c8b0 Author: Alexander Zvegintsev Date: 2024-03-12 18:24:38 +0000 URL: https://git.openjdk.org/loom/commit/7283c8b075aa289dbb9cb80f6937b3349c8d4769 8327972: Convert java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html applet test to main Reviewed-by: aivanov, prr + test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest.java - test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html - test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.java Changeset: 22f10e04 Author: Phil Race Date: 2024-03-12 18:27:23 +0000 URL: https://git.openjdk.org/loom/commit/22f10e045b3decdb51a3cc7644c47f911aec753d 8327856: Convert applet test SpanishDiacriticsTest.java to a main program Reviewed-by: dmarkov, aivanov + test/jdk/java/awt/InputMethods/SpanishDiacriticsTest.java - test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.html - test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.java Changeset: 966a42f9 Author: Chris Plummer Date: 2024-03-12 20:54:18 +0000 URL: https://git.openjdk.org/loom/commit/966a42f9b39840ab9eab6dc3cdc6fdd69abf9873 8324868: debug agent does not properly handle interrupts of a virtual thread Reviewed-by: sspitsyn, amenkov ! src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c ! test/jdk/ProblemList-Xcomp.txt ! test/jdk/com/sun/jdi/InterruptHangTest.java Changeset: d5b95a0e Author: Justin Lu Date: 2024-03-12 21:10:30 +0000 URL: https://git.openjdk.org/loom/commit/d5b95a0ed38b10ed9f51d20255e06eb38fdd8b82 8327631: Update IANA Language Subtag Registry to Version 2024-03-07 Reviewed-by: naoto, iris ! src/java.base/share/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: f3d0c45c Author: Doug Simon Date: 2024-03-12 22:40:04 +0000 URL: https://git.openjdk.org/loom/commit/f3d0c45cbb29dbaba7b9b7360b0152d901e68f68 8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal Reviewed-by: dholmes, never ! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java Changeset: 5d4bfad1 Author: Denghui Dong Date: 2024-03-13 00:00:21 +0000 URL: https://git.openjdk.org/loom/commit/5d4bfad12b650b9f7c512a071830c58b8f1d020b 8327693: C1: LIRGenerator::_instruction_for_operand is only read by assertion code Reviewed-by: gli, chagedorn ! src/hotspot/share/c1/c1_LIRGenerator.cpp ! src/hotspot/share/c1/c1_LIRGenerator.hpp Changeset: 3b18c5dc Author: Christian Stein Date: 2024-03-13 06:44:04 +0000 URL: https://git.openjdk.org/loom/commit/3b18c5dc5d5885fe5ebaabd9cd74f033a584e4ae 8323605: Java source launcher should not require `--source ...` to enable preview Reviewed-by: mcimadamore, dholmes ! src/java.base/share/man/java.1 ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/RelevantJavacOptions.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher.properties ! test/langtools/tools/javac/launcher/BasicSourceLauncherTests.java ! test/langtools/tools/javac/launcher/SourceLauncherTest.java From duke at openjdk.org Mon Mar 18 19:07:52 2024 From: duke at openjdk.org (duke) Date: Mon, 18 Mar 2024 19:07:52 GMT Subject: git: openjdk/loom: fibers: 2 new changesets Message-ID: <7c58dbba-8c65-4d23-9ddb-7d124ceecd1e@openjdk.org> Changeset: d2921faf Author: Patricio Chilano Mateo Date: 2024-03-15 18:40:58 +0000 URL: https://git.openjdk.org/loom/commit/d2921faf62c833ff5b7f3e498ccc9a7bf9d3119a use _current_pending_monitor ! src/hotspot/share/runtime/continuationFreezeThaw.cpp Changeset: 74e3ab41 Author: Patricio Chilano Mateo Date: 2024-03-15 18:45:41 +0000 URL: https://git.openjdk.org/loom/commit/74e3ab4189df950d73ffe0f1f9524949b289ab88 remove dead code ! src/hotspot/share/runtime/continuationFreezeThaw.cpp ! src/hotspot/share/runtime/javaThread.hpp From jigga at jigga.pl Thu Mar 21 10:02:54 2024 From: jigga at jigga.pl (=?UTF-8?Q?Arkadiusz_Gasi=C5=84ski?=) Date: Thu, 21 Mar 2024 11:02:54 +0100 Subject: Concurrency question Message-ID: Hi there, I realize this mailing list is not intended for general concurrency-related discussions, however, I'll still give it a shot as there are a lot of concurrency experts subscribed to this list. Please redirect me to a more suitable mailing list, if this message is unnecessary noise. I had a discussion recently about a piece of code that's semantically equivalent to the code snippet below: public class ListDemo { public static void main(String[] args) throws Exception { final var list = new ArrayList(); try(var executor = Executors.newSingleThreadExecutor()) { final var futures = IntStream.iterate(1, i -> ++i) .limit(1_000_000) .parallel() // a little randomness .mapToObj(i -> (Supplier) () -> { list.add(i); return i; }) // all tasks are supplied to the single-threaded executor .map(supplier -> CompletableFuture.supplyAsync(supplier, executor)); // await completion CompletableFuture.allOf(futures.toArray(CompletableFuture[]::new )).get(); // use the list System.out.println(list.size() == 1_000_000); } } } My question is: will all changes (writes) made to the list declared at the start of the main method be visible in the main thread after the ComplietableFuture.allOf(...).*get*() call returns. >From the Future javadocs we have this one sentence: Memory consistency effects: Actions taken by the asynchronous computation > *happen-before* > actions > following the corresponding Future.get() in another thread. And due to that, my understanding is that all writes to the list happen before the subsequent (after get returns) reads from the list, and no matter what thread reads the list, it will ALWAYS observe all changes made to the list. Is my understanding correct? If not, please let me know. Thanks, Arek -------------- next part -------------- An HTML attachment was scrubbed... URL: From rengels at ix.netcom.com Thu Mar 21 10:36:27 2024 From: rengels at ix.netcom.com (Robert Engels) Date: Thu, 21 Mar 2024 05:36:27 -0500 Subject: Concurrency question In-Reply-To: References: Message-ID: <71B63643-D7AC-47FE-A8F0-7D813059B802@ix.netcom.com> An HTML attachment was scrubbed... URL: From rengels at ix.netcom.com Thu Mar 21 10:42:40 2024 From: rengels at ix.netcom.com (Robert Engels) Date: Thu, 21 Mar 2024 05:42:40 -0500 Subject: Concurrency question In-Reply-To: <71B63643-D7AC-47FE-A8F0-7D813059B802@ix.netcom.com> References: <71B63643-D7AC-47FE-A8F0-7D813059B802@ix.netcom.com> Message-ID: <452B5467-9EF4-4BF1-B5FB-B610DB13C99D@ix.netcom.com> An HTML attachment was scrubbed... URL: From duke at openjdk.org Fri Mar 22 13:56:05 2024 From: duke at openjdk.org (duke) Date: Fri, 22 Mar 2024 13:56:05 GMT Subject: git: openjdk/loom: master: 164 new changesets Message-ID: <6c391669-b342-4a23-9239-51b9618727d4@openjdk.org> Changeset: cc9a8aba Author: Magnus Ihse Bursie Date: 2024-03-13 08:09:22 +0000 URL: https://git.openjdk.org/loom/commit/cc9a8aba67f4e240c8de2d1ae15d1b80bfa446a0 8327460: Compile tests with the same visibility rules as product code Reviewed-by: erikj, jvernee, dholmes, alanb ! make/common/TestFilesCompilation.gmk ! make/test/JtregNativeJdk.gmk ! src/jdk.jpackage/macosx/native/applauncher/MacLauncher.cpp ! test/hotspot/jtreg/gc/shenandoah/compiler/libLinkToNativeRBP.c ! test/hotspot/jtreg/runtime/ErrorHandling/TestDwarf.java ! test/hotspot/jtreg/runtime/ErrorHandling/libTestDwarfHelper.h ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/arraystructs/libArrayStructs.c ! test/jdk/java/foreign/capturecallstate/libCaptureCallState.c ! test/jdk/java/foreign/critical/libCritical.c ! test/jdk/java/foreign/dontrelease/libDontRelease.c ! test/jdk/java/foreign/libAddressDereference.c ! test/jdk/java/foreign/libIntrinsics.c ! test/jdk/java/foreign/libLibraryLookup.c ! test/jdk/java/foreign/libLookupTest.c ! test/jdk/java/foreign/libNull.c ! test/jdk/java/foreign/libSafeAccess.c ! test/jdk/java/foreign/libTestUpcallHighArity.c ! test/jdk/java/foreign/libTestUpcallStructScope.c ! test/jdk/java/foreign/loaderLookup/lookup/libFoo.c ! test/jdk/java/foreign/nested/libNested.c ! test/jdk/java/foreign/normalize/libNormalize.c ! test/jdk/java/foreign/passheapsegment/libPassHeapSegment.c ! test/jdk/java/foreign/shared.h ! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp ! test/jdk/java/foreign/stackwalk/libReentrantUpcalls.c ! test/jdk/java/foreign/stackwalk/libStackWalk.c ! test/jdk/java/foreign/upcalldeopt/libUpcallDeopt.c ! test/jdk/java/foreign/virtual/libVirtual.c ! test/jdk/java/lang/Thread/jni/AttachCurrentThread/libImplicitAttach.c ! test/jdk/tools/launcher/exeJliLaunchTest.c ! test/lib/jdk/test/lib/thread/libVThreadPinner.c + test/lib/native/export.h ! test/micro/org/openjdk/bench/java/lang/foreign/libCallOverhead.c ! test/micro/org/openjdk/bench/java/lang/foreign/libCriticalCalls.c ! test/micro/org/openjdk/bench/java/lang/foreign/libPtr.c ! test/micro/org/openjdk/bench/java/lang/foreign/libQSort.c ! test/micro/org/openjdk/bench/java/lang/foreign/libUpcalls.c ! test/micro/org/openjdk/bench/java/lang/foreign/points/support/libPoint.c Changeset: 07acc0bb Author: Roberto Casta?eda Lozano Date: 2024-03-13 08:14:36 +0000 URL: https://git.openjdk.org/loom/commit/07acc0bbad2cd5b37013d17785ca466429966a0d 8326385: [aarch64] C2: lightweight locking nodes kill the box register without specifying this effect Reviewed-by: aboldtch, dlong ! src/hotspot/cpu/aarch64/aarch64.ad Changeset: 107cb536 Author: Magnus Ihse Bursie Date: 2024-03-13 08:42:12 +0000 URL: https://git.openjdk.org/loom/commit/107cb536e75509ad63b245d20772eb2c3f73d595 8327701: Remove the xlc toolchain Reviewed-by: jwaters, erikj ! doc/building.html ! doc/building.md ! make/autoconf/build-performance.m4 ! make/autoconf/flags-cflags.m4 ! make/autoconf/flags-ldflags.m4 ! make/autoconf/flags.m4 ! make/autoconf/spec.gmk.template ! make/autoconf/toolchain.m4 ! make/common/modules/LauncherCommon.gmk ! make/common/modules/LibCommon.gmk ! make/common/native/Link.gmk ! make/common/native/Paths.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/share/utilities/debug.hpp ! src/hotspot/share/utilities/globalDefinitions_xlc.hpp Changeset: 0ae4fa71 Author: Joachim Kern Committer: Martin Doerr Date: 2024-03-13 10:12:57 +0000 URL: https://git.openjdk.org/loom/commit/0ae4fa71e425316a695cfd7e14835effd0cf23b9 8327210: AIX: Delete obsolete parameter Use64KPagesThreshold Reviewed-by: gli, stuefe, mdoerr ! src/hotspot/os/aix/globals_aix.hpp ! src/hotspot/os/aix/os_aix.cpp ! test/hotspot/gtest/runtime/test_os.cpp Changeset: 49d80089 Author: Ivan Walulya Date: 2024-03-13 10:15:11 +0000 URL: https://git.openjdk.org/loom/commit/49d8008947534898e2ba36e2d81d87d6ae4b4c02 8327452: G1: Improve scalability of Merge Log Buffers Reviewed-by: kbarrett, tschatzl ! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp ! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp ! src/hotspot/share/gc/g1/g1Policy.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp Changeset: da4dd7c0 Author: Daniel Fuchs Date: 2024-03-13 11:22:40 +0000 URL: https://git.openjdk.org/loom/commit/da4dd7c008da4be54ee5f58d1ac19f440fd2a74e 8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs Reviewed-by: jpai, djelinski, gli ! test/jdk/java/net/httpclient/ManyRequests.java Changeset: a4a51963 Author: Abhishek Kumar Date: 2024-03-13 11:40:38 +0000 URL: https://git.openjdk.org/loom/commit/a4a5196351a3c8ce45e2e36d27842194cbfcc5ff 8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main Reviewed-by: prr, tr - test/jdk/javax/swing/JToolTip/4644444/bug4644444.html - test/jdk/javax/swing/JToolTip/4644444/bug4644444.java + test/jdk/javax/swing/JToolTip/bug4644444.java Changeset: 7d8561d5 Author: Christian Hagedorn Date: 2024-03-13 13:58:47 +0000 URL: https://git.openjdk.org/loom/commit/7d8561d56bf064e388417530b9b71755e4ac3f76 8327109: Refactor data graph cloning used in create_new_if_for_predicate() into separate class Reviewed-by: epeter, thartmann ! src/hotspot/share/opto/loopPredicate.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/loopopts.cpp ! src/hotspot/share/opto/node.hpp ! src/hotspot/share/opto/replacednodes.cpp Changeset: 7e05a703 Author: Matias Saavedra Silva Date: 2024-03-13 14:00:59 +0000 URL: https://git.openjdk.org/loom/commit/7e05a70301796288cb3bcc6be8fb619b6ce600bc 8251330: Reorder CDS archived heap to speed up relocation Reviewed-by: iklam, ccheung ! src/hotspot/share/cds/archiveHeapLoader.cpp ! src/hotspot/share/cds/archiveHeapWriter.cpp ! src/hotspot/share/cds/archiveHeapWriter.hpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/cds/filemap.hpp ! src/hotspot/share/cds/heapShared.cpp ! src/hotspot/share/cds/heapShared.hpp ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/cds/metaspaceShared.hpp Changeset: 4d644674 Author: Magnus Ihse Bursie Date: 2024-03-13 14:17:30 +0000 URL: https://git.openjdk.org/loom/commit/4d644674442e491b477bdbb5469a58aa9151d573 8328079: JDK-8326583 broke ccache compilation Reviewed-by: erikj, jwaters ! make/common/NativeCompilation.gmk Changeset: 03532450 Author: Hannes Walln?fer Date: 2024-03-13 15:13:35 +0000 URL: https://git.openjdk.org/loom/commit/035324503f5e04b53d99573a664fd1367b7ccf30 8325874: Improve checkbox-based interface in summary pages Reviewed-by: prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/NewAPIListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SummaryListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Table.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! test/langtools/jdk/javadoc/doclet/testNewApiList/TestNewApiList.java ! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java Changeset: 0db62311 Author: Fredrik Bredberg Committer: Coleen Phillimore Date: 2024-03-13 15:15:03 +0000 URL: https://git.openjdk.org/loom/commit/0db62311980cd045e5a9e2c030b653aacf104825 8314508: Improve how relativized pointers are printed by frame::describe Reviewed-by: coleenp, pchilanomate ! src/hotspot/share/runtime/frame.cpp Changeset: be344e44 Author: Thomas Stuefe Date: 2024-03-13 15:31:05 +0000 URL: https://git.openjdk.org/loom/commit/be344e442b26c6c4c9cc66a0074e6e42379e1155 8327475: Add analysis code for JDK-8327169 Reviewed-by: mbaesken ! src/hotspot/share/nmt/memMapPrinter.cpp Changeset: 35b00e64 Author: Chen Liang Committer: Pavel Rappo Date: 2024-03-13 16:45:15 +0000 URL: https://git.openjdk.org/loom/commit/35b00e640b7b3f29796433aee86838ae46167419 8327824: Type annotation placed on incorrect array nesting levels Reviewed-by: prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java + test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/DeepArrays.java Changeset: 5cae7d20 Author: Matias Saavedra Silva Date: 2024-03-13 16:54:53 +0000 URL: https://git.openjdk.org/loom/commit/5cae7d20adf9828e05d3cd2823c6b95ee1ab6db4 8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading Reviewed-by: coleenp, dholmes ! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java Changeset: eb45d5bd Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-13 18:34:34 +0000 URL: https://git.openjdk.org/loom/commit/eb45d5bd644771887fc31a7abc2851c7dd37b3f4 8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation Reviewed-by: jbhateja, sviswanathan ! src/hotspot/cpu/x86/vm_version_x86.cpp Changeset: 8f9899b2 Author: Daniel Jeli?ski Date: 2024-03-13 19:09:52 +0000 URL: https://git.openjdk.org/loom/commit/8f9899b23ee46ad986bc719d3e2eec722d8d6bf8 8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode Reviewed-by: valeriep ! src/java.base/share/classes/sun/security/ec/ECKeyPairGenerator.java ! src/java.base/share/classes/sun/security/util/ECUtil.java ! src/java.base/share/classes/sun/security/util/KeyUtil.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11ECKeyFactory.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11KeyStore.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11PSSSignature.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java ! test/jdk/sun/security/pkcs11/Signature/SigInteropPSS2.java ! test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java ! test/jdk/sun/security/tools/keytool/fakegen/java.base/sun/security/ec/ECKeyPairGenerator.java Changeset: 7f6b7ebb Author: Naoto Sato Date: 2024-03-13 20:27:28 +0000 URL: https://git.openjdk.org/loom/commit/7f6b7ebbcc49d8023e669568c38cd301bb795983 8327242: Document supported CLDR versions in the javadoc Reviewed-by: joehw, iris, jlu ! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java Changeset: 1ad3ebcf Author: Christoph Langer Date: 2024-03-13 21:09:00 +0000 URL: https://git.openjdk.org/loom/commit/1ad3ebcf11834ec1d119ee95c858d98fb7bc6e68 8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185 Reviewed-by: aivanov, prr ! src/java.desktop/share/classes/java/awt/GraphicsEnvironment.java ! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java ! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java ! src/java.desktop/windows/native/libawt/windows/Devices.cpp ! src/java.desktop/windows/native/libawt/windows/Devices.h + src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsEnv.cpp ! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java Changeset: 2edf4081 Author: Phil Race Date: 2024-03-13 23:47:45 +0000 URL: https://git.openjdk.org/loom/commit/2edf4081af727c197c0f158beb4b392bb4e70318 8328004: Minor updates to TrayIcon test DisposeInActionEventTest.java Reviewed-by: azvegint + test/jdk/java/awt/TrayIcon/DisposeInActionEventTest.java - test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java Changeset: 7858138a Author: Prasanta Sadhukhan Date: 2024-03-14 02:32:15 +0000 URL: https://git.openjdk.org/loom/commit/7858138ad212bb4dec0b30e7235b72fe74cdb960 8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JOptionPane/4174551/bug4174551.html - test/jdk/javax/swing/JOptionPane/4174551/bug4174551.java + test/jdk/javax/swing/JOptionPane/bug4174551.java Changeset: 092a7343 Author: Prasanta Sadhukhan Date: 2024-03-14 02:38:48 +0000 URL: https://git.openjdk.org/loom/commit/092a7343a45297e481f9facb3420b2e91af5699d 8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JOptionPane/8024926/bug8024926.html - test/jdk/javax/swing/JOptionPane/8024926/bug8024926.java + test/jdk/javax/swing/JOptionPane/bug8024926.java Changeset: 628e7702 Author: Prasanta Sadhukhan Date: 2024-03-14 02:50:32 +0000 URL: https://git.openjdk.org/loom/commit/628e7702746ed4cc899d9727432b64c701533eb3 8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.html - test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.java + test/jdk/javax/swing/JPopupMenu/bug7160604.java Changeset: 98e4b753 Author: Prasanta Sadhukhan Date: 2024-03-14 02:51:37 +0000 URL: https://git.openjdk.org/loom/commit/98e4b753e8d7fbbf651c866901734d4f6a7d1680 8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JScrollBar/8039464/Test8039464.html - test/jdk/javax/swing/JScrollBar/8039464/Test8039464.java + test/jdk/javax/swing/JScrollBar/Test8039464.java Changeset: 357c912b Author: Guoxiong Li Date: 2024-03-14 03:24:50 +0000 URL: https://git.openjdk.org/loom/commit/357c912be51aadf7cc23eb4c2bc4279eac8b2b4b 8325897: Parallel: Remove PSYoungGen::is_maximal_no_gc Reviewed-by: ayang ! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp ! src/hotspot/share/gc/parallel/psYoungGen.hpp Changeset: 7502dc99 Author: Tejesh R Date: 2024-03-14 05:10:42 +0000 URL: https://git.openjdk.org/loom/commit/7502dc99bf23109ef16fb99de25b09bab51e4978 8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main Reviewed-by: azvegint, prr - test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.html - test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.java + test/jdk/javax/swing/text/GlyphView/htmlUnderliningTest.java Changeset: 6f2676dc Author: Yude Lin Committer: Denghui Dong Date: 2024-03-14 06:20:49 +0000 URL: https://git.openjdk.org/loom/commit/6f2676dc5f09d350c359f906b07f6f6d0d17f030 8328064: Remove obsolete comments in constantPool and metadataFactory Reviewed-by: coleenp ! src/hotspot/share/memory/metadataFactory.hpp ! src/hotspot/share/oops/constantPool.cpp Changeset: cff0747d Author: Aggelos Biboudis Date: 2024-03-14 07:01:32 +0000 URL: https://git.openjdk.org/loom/commit/cff0747d7f62efc3dafcd259ef2b15cd13bafbeb 8326204: yield statements doesn't allow cast expressions with more than 1 type arguments Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/langtools/tools/javac/T8326204a.java + test/langtools/tools/javac/T8326204b.java + test/langtools/tools/javac/T8326204b.out Changeset: fadc4b19 Author: Emanuel Peter Date: 2024-03-14 07:12:16 +0000 URL: https://git.openjdk.org/loom/commit/fadc4b197e927cfa1814fe6cb65ee04b3bd4b0c2 8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert Reviewed-by: kvn, chagedorn, roland ! src/hotspot/share/opto/loopTransform.cpp + test/hotspot/jtreg/compiler/loopopts/TestEmptyPreLoopForDifferentMainLoop.java Changeset: fcf746de Author: Magnus Ihse Bursie Date: 2024-03-14 07:30:42 +0000 URL: https://git.openjdk.org/loom/commit/fcf746dede159905f7038d82d67806aa8afe0705 8328106: COMPARE_BUILD improvements Reviewed-by: erikj ! make/Images.gmk ! make/InitSupport.gmk ! make/autoconf/compare.sh.template ! make/scripts/compare.sh - make/scripts/compare_exceptions.sh.incl Changeset: 44aef386 Author: Magnus Ihse Bursie Date: 2024-03-14 07:30:51 +0000 URL: https://git.openjdk.org/loom/commit/44aef386238977a960093027d9784c667550aae4 8327045: Consolidate -fvisibility=hidden as a basic flag for all compilation Reviewed-by: erikj ! make/autoconf/flags-cflags.m4 ! make/autoconf/flags-ldflags.m4 ! make/common/TestFilesCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/common/modules/LibCommon.gmk ! make/hotspot/lib/CompileJvm.gmk Changeset: 481c866d Author: Matthias Baesken Date: 2024-03-14 08:01:39 +0000 URL: https://git.openjdk.org/loom/commit/481c866df87c693a90a1da20e131e5654b084ddd 8327468: Do not restart close if errno is EINTR [macOS/linux] Reviewed-by: dholmes, sspitsyn ! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c Changeset: 49ce85fa Author: Abhishek Kumar Date: 2024-03-14 09:07:32 +0000 URL: https://git.openjdk.org/loom/commit/49ce85fae9f06d05367c94615532f6ff87952c79 8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main Reviewed-by: prr, tr - test/jdk/javax/swing/JTree/4314199/bug4314199.html - test/jdk/javax/swing/JTree/4314199/bug4314199.java + test/jdk/javax/swing/JTree/bug4314199.java Changeset: 1281e18f Author: Aleksey Shipilev Date: 2024-03-14 10:26:49 +0000 URL: https://git.openjdk.org/loom/commit/1281e18f1447848d7eb5e3bde508ac002b4c390d 8325613: CTW: Stale method cleanup requires GC after Sweeper removal Reviewed-by: roland, chagedorn ! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java ! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java Changeset: 11a3673d Author: Alexander Zvegintsev Date: 2024-03-14 10:41:43 +0000 URL: https://git.openjdk.org/loom/commit/11a3673d42edbefef70228b4d14595aab11fdac4 8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows Reviewed-by: aivanov, honkar ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: a43c3cc3 Author: Tejesh R Date: 2024-03-14 10:50:06 +0000 URL: https://git.openjdk.org/loom/commit/a43c3cc3476f18c048809bcd08f81fc4288ca399 8327826: Convert javax/swing/border/Test4243289.java applet test to main Reviewed-by: aivanov, abhiscxk - test/jdk/javax/swing/border/Test4243289.html ! test/jdk/javax/swing/border/Test4243289.java Changeset: ad0f3294 Author: Tejesh R Date: 2024-03-14 10:54:41 +0000 URL: https://git.openjdk.org/loom/commit/ad0f329493a73020899640b0815e33ee6d3ea78d 8327787: Convert javax/swing/border/Test4129681.java applet test to main Reviewed-by: aivanov, abhiscxk - test/jdk/javax/swing/border/Test4129681.html ! test/jdk/javax/swing/border/Test4129681.java Changeset: 3b9255eb Author: Alexey Ivanov Date: 2024-03-14 10:57:30 +0000 URL: https://git.openjdk.org/loom/commit/3b9255eb663b4c90aa5cec89f0d9380ef8eba49e 8325851: Hide PassFailJFrame.Builder constructor Reviewed-by: honkar, prr ! test/jdk/java/awt/Frame/DefaultSizeTest.java ! test/jdk/java/awt/Frame/FrameRepackTest.java ! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_1.java ! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_2.java ! test/jdk/java/awt/LightweightComponent/LightweightCliprect.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_1.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_2.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_3.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_4.java ! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java ! test/jdk/java/awt/event/KeyEvent/AcceleratorTest/AcceleratorTest.java ! test/jdk/java/awt/geom/HitTest/PathHitTest.java ! test/jdk/java/awt/print/PageFormat/CustomPaper.java ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java ! test/jdk/javax/accessibility/JComboBox/TestJComboBoxScreenMagnifier.java ! test/jdk/javax/swing/JComboBox/ComboPopupBug.java ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java ! test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneArrowDirection.java ! test/jdk/javax/swing/JToolBar/bug4203039.java ! test/jdk/javax/swing/MultiMonitor/MultimonVImage.java ! test/jdk/sun/awt/PaletteTester.java Changeset: 1d34b74a Author: Hamlin Li Date: 2024-03-14 11:23:00 +0000 URL: https://git.openjdk.org/loom/commit/1d34b74a64fba8d0d58dcbccc416379a4c915738 8321021: RISC-V: C2 VectorUCastB2X 8321023: RISC-V: C2 VectorUCastS2X 8321024: RISC-V: C2 VectorUCastI2X Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad + test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastRVV.java ! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java Changeset: 6f8b0a33 Author: Long Yang Committer: Denghui Dong Date: 2024-03-14 11:25:06 +0000 URL: https://git.openjdk.org/loom/commit/6f8b0a33fa15f1dfc8b0c116375df0f90d9d8759 8327799: JFR view: the "Park Until" field of jdk.ThreadPark is invalid if the parking method is not absolute Reviewed-by: egahlin ! src/jdk.jfr/share/classes/jdk/jfr/internal/util/ValueFormatter.java Changeset: 954c50ed Author: Albert Mingkun Yang Date: 2024-03-14 11:44:24 +0000 URL: https://git.openjdk.org/loom/commit/954c50ed88f5daa13d6c7d3cb5910e813c30315c 8327997: G1: Move G1ScanClosureBase::reference_iteration_mode to subclass Reviewed-by: gli, tschatzl, sjohanss ! src/hotspot/share/gc/g1/g1OopClosures.hpp Changeset: c879627d Author: Dmitry Chuyko Date: 2024-03-14 12:38:48 +0000 URL: https://git.openjdk.org/loom/commit/c879627dbd7e9295d44f19ef237edb5de10805d5 8309271: A way to align already compiled methods with compiler directives Reviewed-by: apangin, sspitsyn, tholenstein ! src/hotspot/share/ci/ciEnv.cpp ! src/hotspot/share/code/codeCache.cpp ! src/hotspot/share/code/codeCache.hpp ! src/hotspot/share/compiler/compileBroker.cpp ! src/hotspot/share/compiler/compileTask.hpp ! src/hotspot/share/compiler/compilerDirectives.cpp ! src/hotspot/share/compiler/compilerDirectives.hpp ! src/hotspot/share/oops/method.hpp ! src/hotspot/share/oops/methodFlags.hpp ! src/hotspot/share/runtime/mutexLocker.cpp ! src/hotspot/share/services/diagnosticCommand.cpp ! src/hotspot/share/services/diagnosticCommand.hpp ! test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerDirectivesDCMDTest.java + test/hotspot/jtreg/serviceability/dcmd/compiler/DirectivesRefreshTest.java + test/hotspot/jtreg/serviceability/dcmd/compiler/refresh_control.txt Changeset: a232e8fb Author: Chad Rakoczy Committer: Aleksey Shipilev Date: 2024-03-14 13:26:03 +0000 URL: https://git.openjdk.org/loom/commit/a232e8fb4e6e9e2e9a5285bf01c93b8d1d995f04 8325621: Improve jspawnhelper version checks Reviewed-by: erikj, shade, rriggs, ihse ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! src/java.base/unix/native/jspawnhelper/jspawnhelper.c ! src/java.base/unix/native/libjava/ProcessImpl_md.c ! test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java Changeset: 792fc9d1 Author: Alexey Ivanov Date: 2024-03-14 14:01:33 +0000 URL: https://git.openjdk.org/loom/commit/792fc9d114977664da0b3bebf0f1d82360d375b6 8320079: The ArabicBox.java test has no control buttons Reviewed-by: prr, honkar, dmarkov + test/jdk/java/awt/font/TextLayout/ArabicBox.java Changeset: 51381bb1 Author: Guoxiong Li Date: 2024-03-14 15:01:44 +0000 URL: https://git.openjdk.org/loom/commit/51381bb13c80916d0a0c431f3c30ba11c9ad60d1 8328139: Prefer 'override' to 'virtual' in subclasses of 'GCInitLogger' Reviewed-by: kbarrett, jsjolen ! src/hotspot/share/gc/epsilon/epsilonInitLogger.hpp ! src/hotspot/share/gc/g1/g1InitLogger.hpp ! src/hotspot/share/gc/parallel/parallelInitLogger.hpp Changeset: 759cc675 Author: Tejesh R Date: 2024-03-14 15:40:22 +0000 URL: https://git.openjdk.org/loom/commit/759cc675915c551cc1d6899eedb95900752f2703 8327969: Convert javax/swing/border/Test6910490.java applet test to main Reviewed-by: dnguyen, honkar - test/jdk/javax/swing/border/Test6910490.html ! test/jdk/javax/swing/border/Test6910490.java Changeset: d25c452f Author: Alexander Zvegintsev Date: 2024-03-14 15:45:22 +0000 URL: https://git.openjdk.org/loom/commit/d25c452f0c4a2106a1fa06b56039f0f0b5d6e952 8327835: Convert java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest applet test to main Reviewed-by: aivanov, abhiscxk ! test/jdk/ProblemList.txt + test/jdk/java/awt/FileDialog/RegexpFilterTest.java - test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.html - test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.java Changeset: 0c3998d2 Author: Alexey Ivanov Date: 2024-03-14 15:46:37 +0000 URL: https://git.openjdk.org/loom/commit/0c3998d2c6dd735d356bfe26662c93d97364b2ad 8286759: TextComponentPrintable: consequent -> consecutive positions Reviewed-by: gli, prr ! src/java.desktop/share/classes/sun/swing/text/TextComponentPrintable.java Changeset: acfefc6c Author: Tejesh R Date: 2024-03-14 15:47:54 +0000 URL: https://git.openjdk.org/loom/commit/acfefc6c7aea6903bd575c2cb6edddbd88b112bf 8327876: Convert javax/swing/border/Test4252164.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/javax/swing/border/Test4252164.html ! test/jdk/javax/swing/border/Test4252164.java Changeset: debd5973 Author: Brian Burkhalter Date: 2024-03-14 15:50:43 +0000 URL: https://git.openjdk.org/loom/commit/debd59732de2b865bbe81710debcae237e3f135b 8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails Reviewed-by: alanb ! test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java Changeset: d4ec7831 Author: Tejesh R Date: 2024-03-14 15:54:42 +0000 URL: https://git.openjdk.org/loom/commit/d4ec783108828efd158c749f37e4220bb1df86fc 8327873: Convert javax/swing/border/Test4247606.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/javax/swing/border/Test4247606.html ! test/jdk/javax/swing/border/Test4247606.java Changeset: 7cc1965a Author: Alexander Zvegintsev Date: 2024-03-14 16:03:13 +0000 URL: https://git.openjdk.org/loom/commit/7cc1965a252347f37dca69859d5ecaf2b55020c6 8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main Reviewed-by: honkar, abhiscxk - test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.html ! test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.java Changeset: e6a8fdd8 Author: Doug Simon Date: 2024-03-14 16:11:29 +0000 URL: https://git.openjdk.org/loom/commit/e6a8fdd82c2b97f7ae74dfe8fbd3402718c9161c 8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal Reviewed-by: kevinw, never ! test/jdk/javax/management/remote/mandatory/loading/MissingClassTest.java Changeset: 2482a505 Author: Alex Menkov Date: 2024-03-14 18:03:14 +0000 URL: https://git.openjdk.org/loom/commit/2482a505e5c898cc6365aa4fb8ca3e8b758b3a97 8326898: NSK tests should listen on loopback addresses only Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004t.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/DummyTargetApplication.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/TargetApplicationWaitingAgents.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/SocketIOPipe.java Changeset: 87bd6cac Author: Phil Race Date: 2024-03-14 19:21:10 +0000 URL: https://git.openjdk.org/loom/commit/87bd6caca03745c21172c3b5e8b0d28724810352 8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program Reviewed-by: honkar, abhiscxk + test/jdk/java/awt/List/SetFontTest.java - test/jdk/java/awt/List/SetFontTest/SetFontTest.html - test/jdk/java/awt/List/SetFontTest/SetFontTest.java Changeset: df909e2f Author: Alexander Zvegintsev Date: 2024-03-14 21:42:00 +0000 URL: https://git.openjdk.org/loom/commit/df909e2f9c83d6de119ae20edf57e604644e0441 8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main Reviewed-by: honkar, aivanov + test/jdk/java/awt/Frame/GetBoundsResizeTest.java - test/jdk/java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java Changeset: 89fb0f83 Author: Alisen Chung Date: 2024-03-14 22:53:08 +0000 URL: https://git.openjdk.org/loom/commit/89fb0f837b7dbeed581f5db79d915cf405afda31 8327859: Remove applet usage from JColorChooser tests Test4319113 Reviewed-by: prr, tr - test/jdk/javax/swing/JColorChooser/Test4319113.html ! test/jdk/javax/swing/JColorChooser/Test4319113.java Changeset: 7c6fd337 Author: Alisen Chung Date: 2024-03-14 22:53:18 +0000 URL: https://git.openjdk.org/loom/commit/7c6fd337d00d4bdeaac724a6ea26fac3654846e0 8327857: Remove applet usage from JColorChooser tests Test4222508 Reviewed-by: prr, tr - test/jdk/javax/swing/JColorChooser/Test4222508.html ! test/jdk/javax/swing/JColorChooser/Test4222508.java Changeset: fab0edc9 Author: Alisen Chung Date: 2024-03-14 22:53:32 +0000 URL: https://git.openjdk.org/loom/commit/fab0edc9e636c69d7012e476e97661ddae993a03 8328121: Remove applet usage from JColorChooser tests Test4759306 Reviewed-by: azvegint - test/jdk/javax/swing/JColorChooser/Test4759306.html ! test/jdk/javax/swing/JColorChooser/Test4759306.java Changeset: be1dd275 Author: Alisen Chung Date: 2024-03-14 22:54:21 +0000 URL: https://git.openjdk.org/loom/commit/be1dd275a4b4fcae00e4c3c48b3e8e4b1d84ba2b 8328130: Remove applet usage from JColorChooser tests Test4759934 Reviewed-by: prr - test/jdk/javax/swing/JColorChooser/Test4759934.html ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: e8d1ba33 Author: Alisen Chung Date: 2024-03-15 00:34:37 +0000 URL: https://git.openjdk.org/loom/commit/e8d1ba33b48dc8e6b937258c3765b91426c5b6f1 8328228: Missing comma in copyright year for a few JColorChooser tests Reviewed-by: jpai ! test/jdk/javax/swing/JColorChooser/Test4222508.java ! test/jdk/javax/swing/JColorChooser/Test4319113.java ! test/jdk/javax/swing/JColorChooser/Test4759306.java ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: f6390e5f Author: Abhishek Kumar Date: 2024-03-15 04:14:53 +0000 URL: https://git.openjdk.org/loom/commit/f6390e5f801a3e25bda591e30e49db86519bf028 8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test Reviewed-by: honkar, tr - test/jdk/javax/swing/JTable/4222153/bug4222153.html - test/jdk/javax/swing/JTable/4222153/bug4222153.java + test/jdk/javax/swing/JTable/bug4222153.java Changeset: 09439374 Author: Phil Race Date: 2024-03-15 04:36:54 +0000 URL: https://git.openjdk.org/loom/commit/09439374edec8178fc2a0494bb96a8a24384c2a3 8328218: Delete test java/awt/Window/FindOwner/FindOwner.html Reviewed-by: psadhukhan - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.html - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.java Changeset: 605800e5 Author: Phil Race Date: 2024-03-15 05:33:33 +0000 URL: https://git.openjdk.org/loom/commit/605800e5abd244c57a421f3a511a79c531583471 8203867: Delete test java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html Reviewed-by: honkar, azvegint ! test/jdk/ProblemList.txt - test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html - test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.java Changeset: 06f4b7f5 Author: Prasanta Sadhukhan Date: 2024-03-15 05:44:11 +0000 URL: https://git.openjdk.org/loom/commit/06f4b7f54da03e57abfe8958e4354c1ecb7e3039 8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JSlider/4987336/bug4987336.html ! test/jdk/javax/swing/JSlider/4987336/bug4987336.java Changeset: 128e60a2 Author: Christoph Langer Date: 2024-03-15 06:41:53 +0000 URL: https://git.openjdk.org/loom/commit/128e60a29f1bd1e1fbe165ac382107070858ecc6 8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718 Reviewed-by: rgiulietti ! test/jdk/java/util/Formatter/Padding.java Changeset: d57bdd85 Author: Matthias Baesken Date: 2024-03-15 08:11:17 +0000 URL: https://git.openjdk.org/loom/commit/d57bdd85ab5e45a2ecfce0c022da067ac30bb80d 8328165: improve assert(idx < _maxlrg) failed: oob Reviewed-by: mdoerr, chagedorn ! src/hotspot/share/opto/chaitin.hpp Changeset: b8dfeafd Author: Alexander Zuev Date: 2024-03-15 09:00:45 +0000 URL: https://git.openjdk.org/loom/commit/b8dfeafdfd9ca024c92c9a73b59e6e71c0551985 8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test Reviewed-by: abhiscxk, honkar + test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.html - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.java Changeset: c05f8c72 Author: Alexander Zuev Date: 2024-03-15 09:13:32 +0000 URL: https://git.openjdk.org/loom/commit/c05f8c72239ed3f16ff0d13f4dba795731f9559f 8316388: Opensource five Swing component related regression tests Reviewed-by: aivanov + test/jdk/javax/swing/JDesktopPane/bug4132993.java + test/jdk/javax/swing/JDesktopPane/bug4773378.java + test/jdk/javax/swing/JEditorPane/bug4325606.java + test/jdk/javax/swing/JEditorPane/bug4330998.java + test/jdk/javax/swing/JEditorPane/bug4694598.java Changeset: 5249cc0a Author: Abhishek Kumar Date: 2024-03-15 10:49:20 +0000 URL: https://git.openjdk.org/loom/commit/5249cc0a79f05b71f4c31bb6b02775976eef77aa 8328087: Automate javax/swing/JTable/TAB/TAB.java applet test Reviewed-by: honkar, tr - test/jdk/javax/swing/JTable/TAB/TAB.html - test/jdk/javax/swing/JTable/TAB/TAB.java + test/jdk/javax/swing/JTable/Tab.java Changeset: 80ccc989 Author: Roman Kennke Date: 2024-03-15 11:08:21 +0000 URL: https://git.openjdk.org/loom/commit/80ccc989a892e4d9f4e2c9395a100cfabbdcda64 8328075: Shenandoah: Avoid forwarding when objects don't move in full-GC Reviewed-by: wkemper, shade, kdnilsen, ysr ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp Changeset: dde519dc Author: Jaikiran Pai Date: 2024-03-15 12:00:32 +0000 URL: https://git.openjdk.org/loom/commit/dde519dc2180742c119ac07221c2a149b9f06c18 8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap Reviewed-by: dfuchs, aph, msheppar ! test/jdk/java/util/HashMap/WhiteBoxResizeTest.java Changeset: 80b98c86 Author: Thomas Stuefe Date: 2024-03-15 12:25:22 +0000 URL: https://git.openjdk.org/loom/commit/80b98c86b82eb9ffd5aee67a92daa31c8b649cc6 8320503: Print warning if VM reaches MallocLimit during error reporting Reviewed-by: jsjolen ! src/hotspot/share/nmt/mallocTracker.cpp Changeset: bf990c8b Author: Jie Fu Date: 2024-03-15 12:40:26 +0000 URL: https://git.openjdk.org/loom/commit/bf990c8b32f1ce050450d94f4f8706e5a01aa3ec 8328269: NonFocusablePopupMenuTest.java should be marked as headful Reviewed-by: azvegint ! test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java Changeset: 90ab52e5 Author: Guoxiong Li Date: 2024-03-15 13:06:14 +0000 URL: https://git.openjdk.org/loom/commit/90ab52e598f74ed872fe404130d57f6596430727 8328166: Epsilon: 'EpsilonHeap::allocate_work' misuses the parameter 'size' as size in bytes Reviewed-by: shade, tschatzl ! src/hotspot/share/gc/epsilon/epsilonHeap.cpp Changeset: 42aec8c5 Author: Magnus Ihse Bursie Date: 2024-03-15 13:23:37 +0000 URL: https://git.openjdk.org/loom/commit/42aec8c5e72837400818d931855bade8acad8e9d 8328146: Set LIBCXX automatically Reviewed-by: erikj ! make/common/JdkNativeCompilation.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: bfba4894 Author: Magnus Ihse Bursie Date: 2024-03-15 14:36:57 +0000 URL: https://git.openjdk.org/loom/commit/bfba4894e14c9547735a6b4ae73ed423af09f0d4 8328157: Move C[XX]FLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: 71f9c4e7 Author: Afshin Zafari Date: 2024-03-15 14:52:15 +0000 URL: https://git.openjdk.org/loom/commit/71f9c4e7fd5818be6e79dead3caa02d738456ad6 8320534: fatal error for the NMTBenchmark test run for the mainline build Reviewed-by: stuefe, aboldtch ! test/micro/org/openjdk/bench/vm/runtime/NMTBenchmark.java Changeset: 044f4ed5 Author: Mandy Chung Date: 2024-03-15 16:48:24 +0000 URL: https://git.openjdk.org/loom/commit/044f4ed55dfce7f1aed9e10accf459b4af9b975e 8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException Reviewed-by: jpai, alanb ! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java + test/langtools/tools/jdeps/modules/InvalidModuleDescriptor.java Changeset: 65a84c26 Author: Jonathan Gibbons Date: 2024-03-15 17:26:04 +0000 URL: https://git.openjdk.org/loom/commit/65a84c2642822862fa186f290f8d6e83537bea06 8328006: refactor large anonymous inner class in HtmlDocletWriter Reviewed-by: hannesw ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java Changeset: 9bc1b065 Author: Alexander Zvegintsev Date: 2024-03-15 17:54:56 +0000 URL: https://git.openjdk.org/loom/commit/9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d 8328242: Add a log area to the PassFailJFrame Reviewed-by: prr, aivanov, honkar ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 0204aacb Author: Harshitha Onkar Date: 2024-03-15 18:56:35 +0000 URL: https://git.openjdk.org/loom/commit/0204aacb0305e94a7d6d5299a5ae835f3f71b030 8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main Reviewed-by: aivanov ! test/jdk/ProblemList.txt - test/jdk/java/awt/font/TextLayout/TestJustification.html ! test/jdk/java/awt/font/TextLayout/TestJustification.java Changeset: 07194195 Author: Ioi Lam Date: 2024-03-16 05:16:32 +0000 URL: https://git.openjdk.org/loom/commit/07194195cefc568048fa639b6f8534ce3718c8d2 8328236: module_entry in CDS map file has stale value Reviewed-by: ccheung, matsaave ! src/hotspot/share/cds/archiveBuilder.cpp ! test/hotspot/jtreg/runtime/cds/CDSMapReader.java Changeset: d32ce657 Author: Ioi Lam Date: 2024-03-17 05:57:36 +0000 URL: https://git.openjdk.org/loom/commit/d32ce65781c1d7815a69ceac720cdf3ae39caa9e 8327651: Rename DictionaryEntry members related to protection domain Reviewed-by: coleenp, dholmes ! src/hotspot/share/classfile/dictionary.cpp ! src/hotspot/share/classfile/dictionary.hpp ! src/hotspot/share/classfile/protectionDomainCache.cpp ! src/hotspot/share/classfile/protectionDomainCache.hpp ! src/hotspot/share/classfile/systemDictionary.cpp ! test/hotspot/jtreg/runtime/logging/ProtectionDomainVerificationTest.java Changeset: ece4124f Author: Prasanta Sadhukhan Date: 2024-03-18 06:59:00 +0000 URL: https://git.openjdk.org/loom/commit/ece4124f25f676da9bf2d1b7fd8e4394dd7d31af 8328247: Remove redundant dir for tests converted from applet to main Reviewed-by: tr, jdv = test/jdk/javax/swing/JFileChooser/FileFilterDescription.java = test/jdk/javax/swing/JFileChooser/bug6798062.java = test/jdk/javax/swing/JInternalFrame/bug6726866.java Changeset: 48717d63 Author: Jan Lahoda Date: 2024-03-18 08:25:06 +0000 URL: https://git.openjdk.org/loom/commit/48717d63cc58f693f0917e61eafd672cd6af02ed 8326333: jshell completion on arrays is incomplete Reviewed-by: vromero ! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java ! test/langtools/jdk/jshell/CompletionSuggestionTest.java Changeset: 3c70f26b Author: Guoxiong Li Date: 2024-03-18 08:34:03 +0000 URL: https://git.openjdk.org/loom/commit/3c70f26b2f3fa9bc143e2506af30f9b1daf20022 8328112: Remove CardTable::_guard_region Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp ! src/hotspot/share/gc/shared/vmStructs_gc.hpp Changeset: c342188f Author: Magnus Ihse Bursie Date: 2024-03-18 09:12:41 +0000 URL: https://git.openjdk.org/loom/commit/c342188fd978dd94e7788fb0fb0345fd8c0eaa9a 8328074: Add jcheck whitespace checking for assembly files Reviewed-by: erikj, sviswanathan ! .jcheck/conf ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_acos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_asin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan2_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cbrt_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cosh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_exp_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_expm1_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_hypot_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log10_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log1p_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_pow_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sinh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tanh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_acos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_asin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan2_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cbrt_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cosh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_exp_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_expm1_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_hypot_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log10_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log1p_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_pow_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sinh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tanh_linux_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_acos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_asin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan2_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cbrt_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cosh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_exp_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_expm1_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_hypot_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log10_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log1p_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_pow_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sinh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tanh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_acos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_asin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan2_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cbrt_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cosh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_exp_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_expm1_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_hypot_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log10_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log1p_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_pow_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sinh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tanh_windows_x86.S Changeset: 7baec662 Author: Guoxiong Li Date: 2024-03-18 11:27:27 +0000 URL: https://git.openjdk.org/loom/commit/7baec6622254fc21e315b974a213605a7605daac 8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size Reviewed-by: shade, tschatzl ! src/hotspot/share/gc/epsilon/epsilonHeap.cpp + test/hotspot/jtreg/gc/epsilon/TestEnoughUnusedSpace.java Changeset: 86f17447 Author: Abhishek Kumar Date: 2024-03-18 11:49:49 +0000 URL: https://git.openjdk.org/loom/commit/86f17447362483162a5983c270e0b530d8d99354 8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main Reviewed-by: azvegint, tr - test/jdk/javax/swing/JSlider/6587742/bug6587742.html - test/jdk/javax/swing/JSlider/6587742/bug6587742.java + test/jdk/javax/swing/JSlider/bug6587742.java Changeset: fb390d20 Author: Aggelos Biboudis Date: 2024-03-18 13:16:29 +0000 URL: https://git.openjdk.org/loom/commit/fb390d202c8bbbbb87ba48fd01387feb35a1b768 8327839: Crash with unboxing and widening primitive conversion in switch Reviewed-by: jlahoda ! src/java.base/share/classes/java/lang/runtime/SwitchBootstraps.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfComboTest.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitch.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.out Changeset: f3af9181 Author: Albert Mingkun Yang Date: 2024-03-18 13:58:15 +0000 URL: https://git.openjdk.org/loom/commit/f3af91815a662b195938b26962a8670a4a692220 8327945: Inline HasScavengableOops Reviewed-by: gli, aboldtch ! src/hotspot/share/gc/shared/scavengableNMethods.cpp Changeset: 9e98118f Author: Magnus Ihse Bursie Date: 2024-03-18 14:41:51 +0000 URL: https://git.openjdk.org/loom/commit/9e98118f289e98ca9f3be2a274e0ddf8822aaa7c 8328177: Move LDFLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.management/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: 7734466c Author: Coleen Phillimore Date: 2024-03-18 14:42:03 +0000 URL: https://git.openjdk.org/loom/commit/7734466c4627c51b2c24b4b4dbf6db4184607aa3 8325871: Move StringTable and SymbolTable rehashing calls Reviewed-by: eosterlund, aboldtch ! src/hotspot/share/classfile/stringTable.cpp ! src/hotspot/share/classfile/stringTable.hpp ! src/hotspot/share/classfile/symbolTable.cpp ! src/hotspot/share/classfile/symbolTable.hpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/safepoint.hpp ! src/hotspot/share/runtime/vmOperation.hpp ! src/hotspot/share/runtime/vmOperations.cpp ! src/hotspot/share/runtime/vmOperations.hpp ! src/hotspot/share/runtime/vmThread.cpp ! src/hotspot/share/utilities/concurrentHashTable.hpp ! src/hotspot/share/utilities/concurrentHashTable.inline.hpp ! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp Changeset: dec68d7e Author: Leonid Mesnik Date: 2024-03-18 14:45:36 +0000 URL: https://git.openjdk.org/loom/commit/dec68d7e36a9436468594416272c44a2afbece8d 8328234: Remove unused nativeUtils files Reviewed-by: dholmes - test/hotspot/jtreg/vmTestbase/nsk/share/NativeUtils.java - test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp Changeset: 569b05ad Author: Weijun Wang Date: 2024-03-18 15:36:28 +0000 URL: https://git.openjdk.org/loom/commit/569b05addf69698fc93026b4dca69bc6ca0920b6 8327818: Implement Kerberos debug with sun.security.util.Debug Reviewed-by: coffeys, ssahoo ! src/java.base/share/classes/sun/security/util/Debug.java ! src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/ServicePermission.java ! src/java.security.jgss/share/classes/sun/net/www/protocol/http/spnego/NegotiatorImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSCredentialImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSHeader.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSManagerImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSUtil.java ! src/java.security.jgss/share/classes/sun/security/jgss/ProviderList.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/CipherHelper.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5MechFactory.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/SubjectComber.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenInit.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenTarg.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoContext.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoToken.java ! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java ! src/java.security.jgss/share/classes/sun/security/krb5/Checksum.java ! src/java.security.jgss/share/classes/sun/security/krb5/Config.java ! src/java.security.jgss/share/classes/sun/security/krb5/Credentials.java ! src/java.security.jgss/share/classes/sun/security/krb5/EncryptionKey.java ! src/java.security.jgss/share/classes/sun/security/krb5/KdcComm.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbApReq.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReq.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReqBuilder.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbCred.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbKdcRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/SCDynamicStoreConfig.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/CredentialsUtil.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddresses.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCOptions.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KerberosTime.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/Krb5.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/NetClient.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/CCacheInputStream.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/CksumType.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/EType.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/crc32.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTab.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabEntry.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabInputStream.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/MemoryCache.java ! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c ! src/java.security.jgss/share/native/libj2gss/NativeUtil.c ! src/java.security.jgss/share/native/libj2gss/NativeUtil.h ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Kinit.java ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java ! src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ! test/jdk/sun/security/krb5/IPv6.java ! test/jdk/sun/security/krb5/auto/Cleaners.java ! test/jdk/sun/security/krb5/auto/KdcPolicy.java + test/jdk/sun/security/krb5/auto/LoginModuleDebug.java Changeset: 85fc47c8 Author: Roger Riggs Date: 2024-03-18 16:07:00 +0000 URL: https://git.openjdk.org/loom/commit/85fc47c81af81a595dc88e61454d8ba2d860f301 8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1 Reviewed-by: iris, stefank ! test/jdk/java/io/ObjectStreamClass/ObjectStreamClassCaching.java Changeset: fc0472ba Author: Harshitha Onkar Date: 2024-03-18 16:56:01 +0000 URL: https://git.openjdk.org/loom/commit/fc0472baf9bad298e853bf2ca3d10dc9415272cd 8328000: Convert /java/awt/im/8154816/bug8154816.java applet test to main Reviewed-by: tr, azvegint - test/jdk/java/awt/im/8154816/bug8154816.html - test/jdk/java/awt/im/8154816/bug8154816.java + test/jdk/java/awt/im/PinyinIMCapsTest.java Changeset: 9e32db26 Author: Jatin Bhateja Date: 2024-03-18 17:21:20 +0000 URL: https://git.openjdk.org/loom/commit/9e32db266e4c3cc9be273fa6b77112832a43ba4a 8328309: Remove malformed masked shift instruction selection patterns Reviewed-by: sviswanathan ! src/hotspot/cpu/x86/x86.ad Changeset: c901da48 Author: Kelvin Nilsen Committer: Y. Srinivas Ramakrishna Date: 2024-03-18 17:53:37 +0000 URL: https://git.openjdk.org/loom/commit/c901da48e30d53cb8e4e3c1f0584c5f2d3d095f1 8327098: GTest needs larger combination limit Reviewed-by: shade, phh ! src/hotspot/share/logging/logSelectionList.hpp Changeset: 3f2e849c Author: Alisen Chung Date: 2024-03-18 19:57:24 +0000 URL: https://git.openjdk.org/loom/commit/3f2e849c54c2a9c55e3b5c9f5a6d3478b83144e3 8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed." Reviewed-by: tr, aivanov, prr ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java Changeset: 2dd5fba3 Author: Jatin Bhateja Date: 2024-03-19 01:14:06 +0000 URL: https://git.openjdk.org/loom/commit/2dd5fba3bd37c577b8442b67a67dbcb22b9a530e 8319889: Vector API tests trigger VM crashes with -XX:+StressIncrementalInlining Reviewed-by: vlivanov, sviswanathan ! src/hotspot/share/opto/vectorIntrinsics.cpp Changeset: 9059727d Author: John Jiang Date: 2024-03-19 02:03:13 +0000 URL: https://git.openjdk.org/loom/commit/9059727df135dc90311bd476124f090b5766092b 8327182: Move serverAlias into the loop Reviewed-by: gli, mullan ! src/java.base/share/classes/sun/security/ssl/X509Authentication.java Changeset: 652fb3aa Author: Tejesh R Date: 2024-03-19 04:38:56 +0000 URL: https://git.openjdk.org/loom/commit/652fb3aa48fdfe09e827c2a06f76b3a69c711b74 8328154: Convert sun/java2d/loops/CopyAreaSpeed.java applet test to main Reviewed-by: kizune, abhiscxk - test/jdk/sun/java2d/loops/CopyAreaSpeed.html ! test/jdk/sun/java2d/loops/CopyAreaSpeed.java Changeset: ac5b6cb2 Author: Prasanta Sadhukhan Date: 2024-03-19 06:22:58 +0000 URL: https://git.openjdk.org/loom/commit/ac5b6cb2d42bdb8fb1a110ad33411b50cff4ea61 8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main Reviewed-by: abhiscxk, jdv - test/jdk/javax/swing/JSlider/6524424/bug6524424.html - test/jdk/javax/swing/JSlider/6524424/bug6524424.java + test/jdk/javax/swing/JSlider/bug6524424.java Changeset: 4ef591f7 Author: Julian Waters Date: 2024-03-19 06:27:50 +0000 URL: https://git.openjdk.org/loom/commit/4ef591f71f62ee6ea8a603ed7a3e568b348b2c16 8326964: Remove Eclipse Shared Workspaces Reviewed-by: erikj, ihse ! .gitignore ! doc/ide.html ! doc/ide.md ! make/Main.gmk ! make/ide/eclipse/CreateWorkspace.gmk Changeset: c0fc9563 Author: Daniel Jeli?ski Date: 2024-03-19 06:40:58 +0000 URL: https://git.openjdk.org/loom/commit/c0fc9563a707cb01db4baf3aebede5f6b3ea08d1 8328275: CodeCache::print_internals should not be called in PRODUCT code Reviewed-by: ihse, jwaters, dholmes ! src/hotspot/share/runtime/java.cpp Changeset: e1b0af29 Author: Roland Westrelin Date: 2024-03-19 07:56:53 +0000 URL: https://git.openjdk.org/loom/commit/e1b0af29e47b46879defce1fc44c30d4d50d0c31 8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed Reviewed-by: chagedorn, epeter ! src/hotspot/share/opto/loopnode.cpp + test/hotspot/jtreg/compiler/longcountedloops/TestInaccurateInnerLoopLimit.java Changeset: 053ff76e Author: Roland Westrelin Date: 2024-03-19 07:57:53 +0000 URL: https://git.openjdk.org/loom/commit/053ff76e14046f796f6e10a9cb2ede1f1ae22ed6 8308660: C2 compilation hits 'node must be dead' assert Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/ifnode.cpp + test/hotspot/jtreg/compiler/c2/TestFoldIfRemovesTopNode.java Changeset: 6eea5d67 Author: Serguei Spitsyn Date: 2024-03-19 08:27:55 +0000 URL: https://git.openjdk.org/loom/commit/6eea5d675566adca3fca88639008c6c0221450a4 8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is Reviewed-by: dholmes, alanb ! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/classfile/javaClasses.hpp ! src/hotspot/share/prims/jvmtiRawMonitor.cpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp + test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/InterruptRawMonitor.java + test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/libInterruptRawMonitor.cpp Changeset: c59c41aa Author: Per Minborg Date: 2024-03-19 08:46:51 +0000 URL: https://git.openjdk.org/loom/commit/c59c41aa6e28ab1dc59e6051f85e3e9ade251b07 8326941: Remove StringUTF16::isBigEndian Reviewed-by: rriggs ! src/java.base/share/classes/java/lang/StringUTF16.java ! src/java.base/share/native/libjava/String.c Changeset: 5b6b5144 Author: Jan Lahoda Date: 2024-03-19 09:35:25 +0000 URL: https://git.openjdk.org/loom/commit/5b6b514441fcbbaa210e2cad08ce2704fdf38191 8325362: Allow to create a simple in-memory input JavaFileObject Reviewed-by: jlaskey, darcy ! src/java.compiler/share/classes/javax/tools/SimpleJavaFileObject.java ! test/jdk/java/lang/template/StringTemplateTest.java ! test/langtools/jdk/javadoc/tool/api/basic/APITest.java ! test/langtools/tools/doclint/tool/RunTest.java ! test/langtools/tools/javac/6902720/Test.java ! test/langtools/tools/javac/7079713/TestCircularClassfile.java ! test/langtools/tools/javac/Diagnostics/8295024/T8295024.java ! test/langtools/tools/javac/MethodParameters/LegacyOutputTest/LegacyOutputTest.java ! test/langtools/tools/javac/api/6608214/T6608214.java ! test/langtools/tools/javac/api/6733837/T6733837.java ! test/langtools/tools/javac/api/6852595/T6852595.java ! test/langtools/tools/javac/api/TestSearchPaths.java ! test/langtools/tools/javac/api/taskListeners/TestTypeElement.java ! test/langtools/tools/javac/doclint/DocLintTest.java ! test/langtools/tools/javac/lambda/abort/Abort.java ! test/langtools/tools/javac/lambda/abort/CompletionFailure.java ! test/langtools/tools/javac/lexer/JavaLexerTest.java ! test/langtools/tools/javac/main/T8239544.java ! test/langtools/tools/javac/parser/StringFoldingPosTest.java ! test/langtools/tools/javac/patterns/InferenceUnitTest.java ! test/langtools/tools/javac/records/ElementFilterRecordComponentTest.java + test/langtools/tools/javac/toolsapi/TestSimpleJavaFileObject.java ! test/langtools/tools/lib/snippets/SnippetUtils.java Changeset: f1c69cca Author: Thomas Schatzl Date: 2024-03-19 10:31:47 +0000 URL: https://git.openjdk.org/loom/commit/f1c69ccadb83306d1bb4860ff460a253af99643c 8289822: G1: Make concurrent mark code owner of TAMSes Reviewed-by: ayang, iwalulya ! src/hotspot/share/gc/g1/g1CollectedHeap.cpp ! src/hotspot/share/gc/g1/g1CollectionSet.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp ! src/hotspot/share/gc/g1/g1HeapRegion.cpp ! src/hotspot/share/gc/g1/g1HeapRegion.hpp ! src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp ! src/hotspot/share/gc/g1/g1HeapVerifier.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp Changeset: c01095c0 Author: Abhishek Kumar Date: 2024-03-19 11:26:09 +0000 URL: https://git.openjdk.org/loom/commit/c01095c0c9d4de1995d079be3356468196d9a25e 8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main Reviewed-by: psadhukhan, tr - test/jdk/javax/swing/JSplitPane/8132123/bug8132123.html - test/jdk/javax/swing/JSplitPane/8132123/bug8132123.java + test/jdk/javax/swing/JSplitPane/bug8132123.java Changeset: db4842c9 Author: Guoxiong Li Date: 2024-03-19 13:38:28 +0000 URL: https://git.openjdk.org/loom/commit/db4842c9d9696af311762cb9c809952c55b34623 8328364: Remove redundant fields in 'BOTConstants' Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/parallel/objectStartArray.cpp ! src/hotspot/share/gc/parallel/objectStartArray.hpp ! src/hotspot/share/gc/parallel/objectStartArray.inline.hpp ! src/hotspot/share/gc/parallel/psOldGen.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp - src/hotspot/share/gc/shared/blockOffsetTable.cpp ! src/hotspot/share/gc/shared/blockOffsetTable.hpp ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp ! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp Changeset: 2094ff3c Author: Alexander Zuev Date: 2024-03-19 13:52:17 +0000 URL: https://git.openjdk.org/loom/commit/2094ff3c7ad829355bf13760d9a19b37649b3517 8328279: Convert java/awt/Cursor/CursorOverlappedPanelsTest test to main Reviewed-by: honkar, abhiscxk + test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest.java - test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.html - test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.java Changeset: 5f2a92d9 Author: Abhishek Kumar Date: 2024-03-19 15:06:42 +0000 URL: https://git.openjdk.org/loom/commit/5f2a92d954ce485d372c3cb3e5118556b1d076c3 8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main Reviewed-by: psadhukhan, tr - test/jdk/javax/swing/JSlider/6742358/bug6742358.html - test/jdk/javax/swing/JSlider/6742358/bug6742358.java + test/jdk/javax/swing/JSlider/bug6742358.java Changeset: f140eb4c Author: Pavel Rappo Date: 2024-03-19 15:23:00 +0000 URL: https://git.openjdk.org/loom/commit/f140eb4c3a47e1479d62fe1eef16bbbea92892bc 8297879: javadoc link to preview JEP 1000 has grouping character comma Reviewed-by: jjg, vromero ! src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java ! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java Changeset: 3b305d50 Author: Sonia Zaldana Calles Committer: Thomas Stuefe Date: 2024-03-19 15:35:25 +0000 URL: https://git.openjdk.org/loom/commit/3b305d502b84b7f1cfa378a9c274ef0b9ee52524 8313306: More sensible memory reservation logging Reviewed-by: dholmes, stuefe, coleenp ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/os/posix/signals_posix.cpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/runtime/os.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp + test/hotspot/jtreg/runtime/os/TestMemoryAllocationLogging.java Changeset: 13292168 Author: Mandy Chung Date: 2024-03-19 15:55:25 +0000 URL: https://git.openjdk.org/loom/commit/132921683bc9860ce2ba89729dcd989b10b89aa2 8328261: public lookup fails with IllegalAccessException when used while module system is being initialized Reviewed-by: rriggs, alanb ! src/java.base/share/classes/sun/invoke/util/VerifyAccess.java Changeset: 9214a62f Author: Eirik Bj?rsn?s Date: 2024-03-19 16:31:18 +0000 URL: https://git.openjdk.org/loom/commit/9214a62f26917162b3ff2144a1f3f9cde3b808fa 8328341: Remove deprecated per-thread compiler stats in sun.management Reviewed-by: kevinw - src/java.management/share/classes/sun/management/CompilerThreadStat.java ! src/java.management/share/classes/sun/management/HotspotCompilation.java ! src/java.management/share/classes/sun/management/HotspotCompilationMBean.java Changeset: 9ca4ae3d Author: Hamlin Li Date: 2024-03-19 17:23:07 +0000 URL: https://git.openjdk.org/loom/commit/9ca4ae3d3b746f1d75036d189ff98f02b73b948f 8328264: AArch64: remove UseNeon condition in CRC32 intrinsic Reviewed-by: aph ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp Changeset: 4f8f4865 Author: Harshitha Onkar Date: 2024-03-19 17:55:17 +0000 URL: https://git.openjdk.org/loom/commit/4f8f48654e500e875d14e6b4707ab654acc59176 8328012: Convert InputMethod (/java/awt/im) applet tests to main Reviewed-by: azvegint, tr - test/jdk/java/awt/im/8132503/bug8132503.html - test/jdk/java/awt/im/8132503/bug8132503.java - test/jdk/java/awt/im/8148984/bug8148984.html - test/jdk/java/awt/im/8148984/bug8148984.java + test/jdk/java/awt/im/PinyinIMCommaTest.java + test/jdk/java/awt/im/PinyinIMFullstopTest.java Changeset: 7231fd78 Author: Albert Mingkun Yang Date: 2024-03-19 18:48:16 +0000 URL: https://git.openjdk.org/loom/commit/7231fd78aada80946b680e10227a356714d5c34b 8328350: G1: Remove DO_DISCOVERED_AND_DISCOVERY Reviewed-by: tschatzl, gli ! src/hotspot/share/gc/g1/g1OopClosures.hpp ! src/hotspot/share/memory/iterator.hpp ! src/hotspot/share/oops/instanceRefKlass.hpp ! src/hotspot/share/oops/instanceRefKlass.inline.hpp Changeset: 269163d5 Author: Alexander Zvegintsev Date: 2024-03-20 03:18:26 +0000 URL: https://git.openjdk.org/loom/commit/269163d509ec3c80983f55c5b47f472fa76be26c 8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main Reviewed-by: honkar ! test/jdk/ProblemList.txt - test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.html ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: a68f5d73 Author: Tejesh R Date: 2024-03-20 05:59:22 +0000 URL: https://git.openjdk.org/loom/commit/a68f5d7331c2e6c4bc51eee95abcbabb5a19b484 8327879: Convert javax/swing/border/Test4760089.java applet test to main Reviewed-by: abhiscxk, prr - test/jdk/javax/swing/border/Test4760089.html ! test/jdk/javax/swing/border/Test4760089.java Changeset: eebcc218 Author: Goetz Lindenmaier Date: 2024-03-20 07:20:49 +0000 URL: https://git.openjdk.org/loom/commit/eebcc2181fe27f6aa10559233c7c58882a146f56 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap Reviewed-by: rriggs, mdoerr, sgehwolf ! test/jdk/java/lang/String/StringRepeat.java Changeset: 03c25b15 Author: Alexander Zuev Date: 2024-03-20 13:40:57 +0000 URL: https://git.openjdk.org/loom/commit/03c25b15eb73e594d1329be397cd34e206d2682b 8328367: Convert java/awt/Component/UpdatingBootTime test to main Reviewed-by: dnguyen, psadhukhan + test/jdk/java/awt/Component/UpdatingBootTime.java - test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.html - test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.java Changeset: e0373e01 Author: Alexander Zuev Date: 2024-03-20 13:46:02 +0000 URL: https://git.openjdk.org/loom/commit/e0373e01fece310d12859207cc5e233f68b7607f 8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main Reviewed-by: psadhukhan + test/jdk/java/awt/FileDialog/FileDialogForDirectories.java - test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.html - test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.java Changeset: 1b68c731 Author: Alexander Zuev Date: 2024-03-20 13:47:07 +0000 URL: https://git.openjdk.org/loom/commit/1b68c731f2461a2f26e6d967dd3f94e217b4d1f4 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main Reviewed-by: psadhukhan + test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.java Changeset: e5e7cd20 Author: Alexander Zuev Date: 2024-03-20 13:48:11 +0000 URL: https://git.openjdk.org/loom/commit/e5e7cd20eca0e5a5f0811d304a9659961dcf11c0 8328386: Convert java/awt/FileDialog/FileNameOverrideTest test to main Reviewed-by: azvegint + test/jdk/java/awt/FileDialog/FileNameOverrideTest.java - test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.html - test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.java Changeset: d3f3011d Author: Archie Cobbs Committer: Jaikiran Pai Date: 2024-03-20 15:01:30 +0000 URL: https://git.openjdk.org/loom/commit/d3f3011d56267360d65841da3550eca79cf1575b 7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream Reviewed-by: jpai ! src/java.base/share/classes/java/util/zip/GZIPInputStream.java + test/jdk/java/util/zip/GZIP/GZIPInputStreamAvailable.java Changeset: 4e83f4cf Author: Damon Nguyen Date: 2024-03-20 16:25:41 +0000 URL: https://git.openjdk.org/loom/commit/4e83f4cfc779e39cca0070b5729a508aeaa74654 8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main Reviewed-by: azvegint, honkar ! test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java Changeset: a112fc8b Author: Harshitha Onkar Date: 2024-03-20 18:08:04 +0000 URL: https://git.openjdk.org/loom/commit/a112fc8bac8ddee87c8555b156519a2785d3223b 8328225: Convert ImageDecoratedDnD.html applet test to main Reviewed-by: dnguyen, aivanov - test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.html ! test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.java Changeset: 96530bcc Author: Robert Toyonaga Committer: Erik Gahlin Date: 2024-03-20 19:42:56 +0000 URL: https://git.openjdk.org/loom/commit/96530bcc07514c3eda40fd6ffa74f197fe541dea 8326521: JFR: CompilerPhase event test fails on windows 32 bit Reviewed-by: egahlin ! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java Changeset: fbeac98c Author: Harshitha Onkar Date: 2024-03-20 19:49:23 +0000 URL: https://git.openjdk.org/loom/commit/fbeac98c84078a566c572abeba07c49e94bbf26b 8328379: Convert URLDragTest.html applet test to main Reviewed-by: abhiscxk, psadhukhan + test/jdk/java/awt/dnd/URLDragTest.java - test/jdk/java/awt/dnd/URLDragTest/URLDragTest.html - test/jdk/java/awt/dnd/URLDragTest/URLDragTest.java Changeset: 000f4d8d Author: Daniel D. Daugherty Date: 2024-03-20 19:59:13 +0000 URL: https://git.openjdk.org/loom/commit/000f4d8d156a48939fd29f8b4dd84b3dfd7d9d95 8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT Reviewed-by: rkennke, dholmes ! src/hotspot/share/runtime/globals.hpp ! test/jtreg-ext/requires/VMProps.java Changeset: d32746ef Author: Weijun Wang Date: 2024-03-20 21:25:41 +0000 URL: https://git.openjdk.org/loom/commit/d32746ef4a0ce6fec558274244321991be141698 8296244: Alternate implementation of user-based authorization Subject APIs that doesn?t depend on Security Manager APIs Reviewed-by: mullan ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/javax/security/auth/Subject.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! test/jdk/javax/management/monitor/ThreadPoolAccTest.java ! test/jdk/javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java ! test/jdk/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java ! test/jdk/javax/management/remote/mandatory/passwordAccessFile/PasswordAccessFileTest.java ! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIAltAuthTest.java ! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIPasswdAuthTest.java ! test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java ! test/jdk/javax/management/security/AuthorizationTest.java + test/jdk/javax/security/auth/Subject/CallAsWithScopedValue.java + test/jdk/javax/security/auth/Subject/Compat.java ! test/jdk/javax/security/auth/Subject/CurrentSubject.java ! test/jdk/javax/security/auth/Subject/FromACC.java + test/jdk/javax/security/auth/Subject/UnsupportedSV.java ! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java Changeset: dea94f44 Author: Phil Race Date: 2024-03-20 23:17:08 +0000 URL: https://git.openjdk.org/loom/commit/dea94f4445b9389339cf7ca0eef688ca56c17814 8328300: Convert PrintDialogsTest.java from Applet to main program Reviewed-by: psadhukhan, dnguyen - test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.html ! test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java Changeset: 481473ef Author: Tejesh R Date: 2024-03-21 05:27:10 +0000 URL: https://git.openjdk.org/loom/commit/481473efce9f51a497e26002c6da52b0ddc9ea8f 8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main Reviewed-by: abhiscxk, prr - test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.html ! test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.java Changeset: 65d9f119 Author: Abhishek Kumar Date: 2024-03-21 07:30:48 +0000 URL: https://git.openjdk.org/loom/commit/65d9f119c401c26c9a6436f5c9a513f91bb8c753 8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main Reviewed-by: honkar, tr ! test/jdk/ProblemList.txt - test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.html - test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.java + test/jdk/javax/swing/JTabbedPane/bug4666224.java Changeset: a5a2eca1 Author: Aggelos Biboudis Date: 2024-03-21 08:02:54 +0000 URL: https://git.openjdk.org/loom/commit/a5a2eca155bf5d9a1f01d0f3f21bd19dd0a7bd4d 8327683: Crash with primitive type pattern and generic expression in instanceof Reviewed-by: vromero ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithRecordPatterns.java + test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithTopLevelPatterns.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfTypeComparisonOp.java Changeset: 93d1700f Author: Matthias Baesken Date: 2024-03-21 08:16:50 +0000 URL: https://git.openjdk.org/loom/commit/93d1700f23d42cb35b6028c5d7d029c035711acf 8328589: unify os::breakpoint among posix platforms Reviewed-by: lucy, asteiner, dholmes ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/os/posix/os_posix.cpp Changeset: 684678f9 Author: Sidraya Jayagond Committer: Amit Kumar Date: 2024-03-21 08:51:10 +0000 URL: https://git.openjdk.org/loom/commit/684678f9e83ed0a76541a31356894d170fd421db 8328633: s390x: Improve vectorization of Match.sqrt() on floats Reviewed-by: amitkumar, mdoerr ! src/hotspot/cpu/s390/s390.ad Changeset: 9f5ad433 Author: Renjith Kannath Pariyangad Committer: Tejesh R Date: 2024-03-21 10:29:19 +0000 URL: https://git.openjdk.org/loom/commit/9f5ad43358a4e209b4cd1c91bcc86b997f371548 8320675: PrinterJob/SecurityDialogTest.java hangs Co-authored-by: Alexey Ivanov Reviewed-by: aivanov, tr ! test/jdk/java/awt/print/PrinterJob/SecurityDialogTest.java Changeset: 68170ae2 Author: Prasanta Sadhukhan Date: 2024-03-21 11:25:27 +0000 URL: https://git.openjdk.org/loom/commit/68170ae22233462e8925c75c4737be7f0ba9353d 8328238: Convert few closed manual applet tests to main Reviewed-by: tr, aivanov, prr + test/jdk/javax/swing/JFrame/bug4419914.java + test/jdk/javax/swing/text/PaintTest.java + test/jdk/javax/swing/text/bug4148489.java + test/jdk/javax/swing/text/html/StyleSheet/bug4803145.java Changeset: 70067901 Author: Magnus Ihse Bursie Date: 2024-03-21 11:33:36 +0000 URL: https://git.openjdk.org/loom/commit/700679011e5e9191f5170209454d35cc82953362 8328628: JDK-8328157 incorrectly sets -MT on all compilers in jdk.jpackage Reviewed-by: erikj, jwaters ! make/modules/jdk.jpackage/Lib.gmk Changeset: c434b79c Author: Thomas Stuefe Date: 2024-03-21 12:13:10 +0000 URL: https://git.openjdk.org/loom/commit/c434b79cff33e08e4518e92ddddae996dffefe29 8327169: serviceability/dcmd/vm/SystemMapTest.java and SystemDumpMapTest.java may fail after JDK-8326586 Reviewed-by: jsjolen, mbaesken ! src/hotspot/share/nmt/memMapPrinter.cpp Changeset: ac2f8e5a Author: Jorn Vernee Date: 2024-03-21 12:34:38 +0000 URL: https://git.openjdk.org/loom/commit/ac2f8e5af8c88cd13038b113f82bb7c17a38aa40 8327994: Update code gen in CallGeneratorHelper Reviewed-by: mcimadamore ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/libTestDowncallStack.c ! test/jdk/java/foreign/libTestUpcall.c ! test/jdk/java/foreign/libTestUpcallStack.c ! test/jdk/java/foreign/libVarArgs.c ! test/jdk/java/foreign/shared.h Changeset: bb3e84bd Author: Aleksey Shipilev Date: 2024-03-21 12:36:14 +0000 URL: https://git.openjdk.org/loom/commit/bb3e84bd1fd8217fcb319de8a0716e44359e3423 8328592: hprof tests fail with -XX:-CompactStrings Reviewed-by: phh, lmesnik, amenkov ! test/lib/jdk/test/lib/hprof/model/JavaObject.java ! test/lib/jdk/test/lib/hprof/model/JavaValueArray.java Changeset: 700d2b91 Author: Alexander Zvegintsev Date: 2024-03-21 13:06:16 +0000 URL: https://git.openjdk.org/loom/commit/700d2b91defd421a2818f53830c24f70d11ba4f6 8328401: Convert java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html applet test to automated Reviewed-by: abhiscxk, prr - test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html ! test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.java Changeset: 43080173 Author: Alexander Zvegintsev Date: 2024-03-21 13:19:22 +0000 URL: https://git.openjdk.org/loom/commit/43080173e88c8f53cd54c9096c79f3144007fd97 8328631: Convert java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java applet test to manual Reviewed-by: prr - test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.html ! test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java Changeset: e41bc42d Author: Richard Reingruber Date: 2024-03-21 14:09:42 +0000 URL: https://git.openjdk.org/loom/commit/e41bc42deb22615c9b93ee639d04e9ed2bd57f64 8327990: [macosx-aarch64] Various tests fail with -XX:+AssertWXAtThreadSync Reviewed-by: dholmes, stuefe, mdoerr, tholenstein, aph ! src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp ! src/hotspot/share/jfr/jni/jfrJniMethod.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp ! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp ! src/hotspot/share/jfr/support/jfrIntrinsics.cpp ! src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/prims/jvmtiExtensions.cpp Changeset: 725d87bb Author: Prasanta Sadhukhan Date: 2024-03-21 14:46:20 +0000 URL: https://git.openjdk.org/loom/commit/725d87bbc2abae2ca856d91668f0a494f93fca1c 8328570: Convert closed JViewport manual applet tests to main Reviewed-by: abhiscxk, kizune + test/jdk/javax/swing/JViewport/bug4137282.java + test/jdk/javax/swing/JViewport/bug4217252.java + test/jdk/javax/swing/JViewport/bug4237176.java + test/jdk/javax/swing/JViewport/bug4243479.java + test/jdk/javax/swing/JViewport/bug4750421.java Changeset: 75195aab Author: Harshitha Onkar Date: 2024-03-21 15:30:22 +0000 URL: https://git.openjdk.org/loom/commit/75195aab497a2d23548128e03f6887283dcaa7e1 8328299: Convert DnDFileGroupDescriptor.html applet test to main Reviewed-by: psadhukhan, tr ! test/jdk/ProblemList.txt - test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html ! test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java Changeset: 581b1e29 Author: Alexander Zvegintsev Date: 2024-03-21 15:31:42 +0000 URL: https://git.openjdk.org/loom/commit/581b1e29aebd425bade14d2ee46704a16187df5b 8328402: Implement pausing functionality for the PassFailJFrame Reviewed-by: aivanov, prr ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 16ed1913 Author: Albert Mingkun Yang Date: 2024-03-21 15:47:55 +0000 URL: https://git.openjdk.org/loom/commit/16ed191329b517766313761c8f3450b4a8285658 8328101: Parallel: Obsolete ParallelOldDeadWoodLimiterMean and ParallelOldDeadWoodLimiterStdDev Reviewed-by: tschatzl, iwalulya, sjohanss ! src/hotspot/share/gc/parallel/parallelArguments.cpp ! src/hotspot/share/gc/parallel/parallel_globals.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp ! src/hotspot/share/gc/shared/gc_globals.hpp ! src/hotspot/share/runtime/arguments.cpp Changeset: 1496b5de Author: Alexey Ivanov Date: 2024-03-21 16:02:17 +0000 URL: https://git.openjdk.org/loom/commit/1496b5de9004c6a9e43ead5f6e9e88362028a7cc 8327924: Simplify TrayIconScalingTest.java Reviewed-by: honkar, prr ! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java Changeset: e66788c1 Author: Alexey Ivanov Date: 2024-03-21 16:03:30 +0000 URL: https://git.openjdk.org/loom/commit/e66788c16563d343f6cccd2807a251ccc6f9b64a 8325179: Race in BasicDirectoryModel.validateFileCache 8238169: BasicDirectoryModel getDirectories and DoChangeContents.run can deadlock Reviewed-by: prr, tr, aturbanov, serb ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Changeset: ef2bd572 Author: Damon Nguyen Date: 2024-03-21 16:12:47 +0000 URL: https://git.openjdk.org/loom/commit/ef2bd5721316f208a458fecfffa02ec2c0ea7fe0 8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main Reviewed-by: abhiscxk, psadhukhan, aivanov - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.html - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java - test/jdk/javax/swing/JCheckBox/8032667/bug8032667_image_diff.java + test/jdk/javax/swing/JCheckBox/bug8032667.java Changeset: cc5cda55 Author: Damon Nguyen Date: 2024-03-21 16:33:39 +0000 URL: https://git.openjdk.org/loom/commit/cc5cda558736ffeae2a4611d87dfe280b9a4eac3 8328005: Convert java/awt/im/JTextFieldTest.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/java/awt/im/JTextFieldTest.html ! test/jdk/java/awt/im/JTextFieldTest.java Changeset: e81374e0 Author: Phil Race Date: 2024-03-21 17:47:19 +0000 URL: https://git.openjdk.org/loom/commit/e81374e0501a8201dac701824d2e29f2cedfcdff 8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet Reviewed-by: azvegint, abhiscxk ! test/jdk/java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java Changeset: fa823bd2 Author: Phil Race Date: 2024-03-21 17:48:23 +0000 URL: https://git.openjdk.org/loom/commit/fa823bd21c6676c67c42275efb59868200409b38 8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi Reviewed-by: abhiscxk, psadhukhan ! test/jdk/javax/swing/JSplitPane/4885629/bug4885629.java Changeset: ba05c6d0 Author: Damon Nguyen Date: 2024-03-21 17:55:23 +0000 URL: https://git.openjdk.org/loom/commit/ba05c6d0b6955a0c5110b75e709e2206961f9fec 8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main Reviewed-by: azvegint, aivanov + test/jdk/java/awt/image/multiresolution/MultiDisplayTest.java - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.html - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java From duke at openjdk.org Fri Mar 22 14:07:12 2024 From: duke at openjdk.org (duke) Date: Fri, 22 Mar 2024 14:07:12 GMT Subject: git: openjdk/loom: fibers: 165 new changesets Message-ID: <2e3983ea-499d-456f-93f3-05c9b74e4346@openjdk.org> Changeset: cc9a8aba Author: Magnus Ihse Bursie Date: 2024-03-13 08:09:22 +0000 URL: https://git.openjdk.org/loom/commit/cc9a8aba67f4e240c8de2d1ae15d1b80bfa446a0 8327460: Compile tests with the same visibility rules as product code Reviewed-by: erikj, jvernee, dholmes, alanb ! make/common/TestFilesCompilation.gmk ! make/test/JtregNativeJdk.gmk ! src/jdk.jpackage/macosx/native/applauncher/MacLauncher.cpp ! test/hotspot/jtreg/gc/shenandoah/compiler/libLinkToNativeRBP.c ! test/hotspot/jtreg/runtime/ErrorHandling/TestDwarf.java ! test/hotspot/jtreg/runtime/ErrorHandling/libTestDwarfHelper.h ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/arraystructs/libArrayStructs.c ! test/jdk/java/foreign/capturecallstate/libCaptureCallState.c ! test/jdk/java/foreign/critical/libCritical.c ! test/jdk/java/foreign/dontrelease/libDontRelease.c ! test/jdk/java/foreign/libAddressDereference.c ! test/jdk/java/foreign/libIntrinsics.c ! test/jdk/java/foreign/libLibraryLookup.c ! test/jdk/java/foreign/libLookupTest.c ! test/jdk/java/foreign/libNull.c ! test/jdk/java/foreign/libSafeAccess.c ! test/jdk/java/foreign/libTestUpcallHighArity.c ! test/jdk/java/foreign/libTestUpcallStructScope.c ! test/jdk/java/foreign/loaderLookup/lookup/libFoo.c ! test/jdk/java/foreign/nested/libNested.c ! test/jdk/java/foreign/normalize/libNormalize.c ! test/jdk/java/foreign/passheapsegment/libPassHeapSegment.c ! test/jdk/java/foreign/shared.h ! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp ! test/jdk/java/foreign/stackwalk/libReentrantUpcalls.c ! test/jdk/java/foreign/stackwalk/libStackWalk.c ! test/jdk/java/foreign/upcalldeopt/libUpcallDeopt.c ! test/jdk/java/foreign/virtual/libVirtual.c ! test/jdk/java/lang/Thread/jni/AttachCurrentThread/libImplicitAttach.c ! test/jdk/tools/launcher/exeJliLaunchTest.c ! test/lib/jdk/test/lib/thread/libVThreadPinner.c + test/lib/native/export.h ! test/micro/org/openjdk/bench/java/lang/foreign/libCallOverhead.c ! test/micro/org/openjdk/bench/java/lang/foreign/libCriticalCalls.c ! test/micro/org/openjdk/bench/java/lang/foreign/libPtr.c ! test/micro/org/openjdk/bench/java/lang/foreign/libQSort.c ! test/micro/org/openjdk/bench/java/lang/foreign/libUpcalls.c ! test/micro/org/openjdk/bench/java/lang/foreign/points/support/libPoint.c Changeset: 07acc0bb Author: Roberto Casta?eda Lozano Date: 2024-03-13 08:14:36 +0000 URL: https://git.openjdk.org/loom/commit/07acc0bbad2cd5b37013d17785ca466429966a0d 8326385: [aarch64] C2: lightweight locking nodes kill the box register without specifying this effect Reviewed-by: aboldtch, dlong ! src/hotspot/cpu/aarch64/aarch64.ad Changeset: 107cb536 Author: Magnus Ihse Bursie Date: 2024-03-13 08:42:12 +0000 URL: https://git.openjdk.org/loom/commit/107cb536e75509ad63b245d20772eb2c3f73d595 8327701: Remove the xlc toolchain Reviewed-by: jwaters, erikj ! doc/building.html ! doc/building.md ! make/autoconf/build-performance.m4 ! make/autoconf/flags-cflags.m4 ! make/autoconf/flags-ldflags.m4 ! make/autoconf/flags.m4 ! make/autoconf/spec.gmk.template ! make/autoconf/toolchain.m4 ! make/common/modules/LauncherCommon.gmk ! make/common/modules/LibCommon.gmk ! make/common/native/Link.gmk ! make/common/native/Paths.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/share/utilities/debug.hpp ! src/hotspot/share/utilities/globalDefinitions_xlc.hpp Changeset: 0ae4fa71 Author: Joachim Kern Committer: Martin Doerr Date: 2024-03-13 10:12:57 +0000 URL: https://git.openjdk.org/loom/commit/0ae4fa71e425316a695cfd7e14835effd0cf23b9 8327210: AIX: Delete obsolete parameter Use64KPagesThreshold Reviewed-by: gli, stuefe, mdoerr ! src/hotspot/os/aix/globals_aix.hpp ! src/hotspot/os/aix/os_aix.cpp ! test/hotspot/gtest/runtime/test_os.cpp Changeset: 49d80089 Author: Ivan Walulya Date: 2024-03-13 10:15:11 +0000 URL: https://git.openjdk.org/loom/commit/49d8008947534898e2ba36e2d81d87d6ae4b4c02 8327452: G1: Improve scalability of Merge Log Buffers Reviewed-by: kbarrett, tschatzl ! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp ! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp ! src/hotspot/share/gc/g1/g1Policy.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp Changeset: da4dd7c0 Author: Daniel Fuchs Date: 2024-03-13 11:22:40 +0000 URL: https://git.openjdk.org/loom/commit/da4dd7c008da4be54ee5f58d1ac19f440fd2a74e 8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs Reviewed-by: jpai, djelinski, gli ! test/jdk/java/net/httpclient/ManyRequests.java Changeset: a4a51963 Author: Abhishek Kumar Date: 2024-03-13 11:40:38 +0000 URL: https://git.openjdk.org/loom/commit/a4a5196351a3c8ce45e2e36d27842194cbfcc5ff 8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main Reviewed-by: prr, tr - test/jdk/javax/swing/JToolTip/4644444/bug4644444.html - test/jdk/javax/swing/JToolTip/4644444/bug4644444.java + test/jdk/javax/swing/JToolTip/bug4644444.java Changeset: 7d8561d5 Author: Christian Hagedorn Date: 2024-03-13 13:58:47 +0000 URL: https://git.openjdk.org/loom/commit/7d8561d56bf064e388417530b9b71755e4ac3f76 8327109: Refactor data graph cloning used in create_new_if_for_predicate() into separate class Reviewed-by: epeter, thartmann ! src/hotspot/share/opto/loopPredicate.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/loopopts.cpp ! src/hotspot/share/opto/node.hpp ! src/hotspot/share/opto/replacednodes.cpp Changeset: 7e05a703 Author: Matias Saavedra Silva Date: 2024-03-13 14:00:59 +0000 URL: https://git.openjdk.org/loom/commit/7e05a70301796288cb3bcc6be8fb619b6ce600bc 8251330: Reorder CDS archived heap to speed up relocation Reviewed-by: iklam, ccheung ! src/hotspot/share/cds/archiveHeapLoader.cpp ! src/hotspot/share/cds/archiveHeapWriter.cpp ! src/hotspot/share/cds/archiveHeapWriter.hpp ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/cds/filemap.hpp ! src/hotspot/share/cds/heapShared.cpp ! src/hotspot/share/cds/heapShared.hpp ! src/hotspot/share/cds/metaspaceShared.cpp ! src/hotspot/share/cds/metaspaceShared.hpp Changeset: 4d644674 Author: Magnus Ihse Bursie Date: 2024-03-13 14:17:30 +0000 URL: https://git.openjdk.org/loom/commit/4d644674442e491b477bdbb5469a58aa9151d573 8328079: JDK-8326583 broke ccache compilation Reviewed-by: erikj, jwaters ! make/common/NativeCompilation.gmk Changeset: 03532450 Author: Hannes Walln?fer Date: 2024-03-13 15:13:35 +0000 URL: https://git.openjdk.org/loom/commit/035324503f5e04b53d99573a664fd1367b7ccf30 8325874: Improve checkbox-based interface in summary pages Reviewed-by: prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/NewAPIListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SummaryListWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Table.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! test/langtools/jdk/javadoc/doclet/testNewApiList/TestNewApiList.java ! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java Changeset: 0db62311 Author: Fredrik Bredberg Committer: Coleen Phillimore Date: 2024-03-13 15:15:03 +0000 URL: https://git.openjdk.org/loom/commit/0db62311980cd045e5a9e2c030b653aacf104825 8314508: Improve how relativized pointers are printed by frame::describe Reviewed-by: coleenp, pchilanomate ! src/hotspot/share/runtime/frame.cpp Changeset: be344e44 Author: Thomas Stuefe Date: 2024-03-13 15:31:05 +0000 URL: https://git.openjdk.org/loom/commit/be344e442b26c6c4c9cc66a0074e6e42379e1155 8327475: Add analysis code for JDK-8327169 Reviewed-by: mbaesken ! src/hotspot/share/nmt/memMapPrinter.cpp Changeset: 35b00e64 Author: Chen Liang Committer: Pavel Rappo Date: 2024-03-13 16:45:15 +0000 URL: https://git.openjdk.org/loom/commit/35b00e640b7b3f29796433aee86838ae46167419 8327824: Type annotation placed on incorrect array nesting levels Reviewed-by: prappo ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java ! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java + test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/DeepArrays.java Changeset: 5cae7d20 Author: Matias Saavedra Silva Date: 2024-03-13 16:54:53 +0000 URL: https://git.openjdk.org/loom/commit/5cae7d20adf9828e05d3cd2823c6b95ee1ab6db4 8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading Reviewed-by: coleenp, dholmes ! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java Changeset: eb45d5bd Author: vamsi-parasa Committer: Sandhya Viswanathan Date: 2024-03-13 18:34:34 +0000 URL: https://git.openjdk.org/loom/commit/eb45d5bd644771887fc31a7abc2851c7dd37b3f4 8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation Reviewed-by: jbhateja, sviswanathan ! src/hotspot/cpu/x86/vm_version_x86.cpp Changeset: 8f9899b2 Author: Daniel Jeli?ski Date: 2024-03-13 19:09:52 +0000 URL: https://git.openjdk.org/loom/commit/8f9899b23ee46ad986bc719d3e2eec722d8d6bf8 8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode Reviewed-by: valeriep ! src/java.base/share/classes/sun/security/ec/ECKeyPairGenerator.java ! src/java.base/share/classes/sun/security/util/ECUtil.java ! src/java.base/share/classes/sun/security/util/KeyUtil.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11ECKeyFactory.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11KeyStore.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11PSSSignature.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java ! test/jdk/sun/security/pkcs11/Signature/SigInteropPSS2.java ! test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java ! test/jdk/sun/security/tools/keytool/fakegen/java.base/sun/security/ec/ECKeyPairGenerator.java Changeset: 7f6b7ebb Author: Naoto Sato Date: 2024-03-13 20:27:28 +0000 URL: https://git.openjdk.org/loom/commit/7f6b7ebbcc49d8023e669568c38cd301bb795983 8327242: Document supported CLDR versions in the javadoc Reviewed-by: joehw, iris, jlu ! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java Changeset: 1ad3ebcf Author: Christoph Langer Date: 2024-03-13 21:09:00 +0000 URL: https://git.openjdk.org/loom/commit/1ad3ebcf11834ec1d119ee95c858d98fb7bc6e68 8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185 Reviewed-by: aivanov, prr ! src/java.desktop/share/classes/java/awt/GraphicsEnvironment.java ! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java ! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java ! src/java.desktop/windows/native/libawt/windows/Devices.cpp ! src/java.desktop/windows/native/libawt/windows/Devices.h + src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsEnv.cpp ! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java Changeset: 2edf4081 Author: Phil Race Date: 2024-03-13 23:47:45 +0000 URL: https://git.openjdk.org/loom/commit/2edf4081af727c197c0f158beb4b392bb4e70318 8328004: Minor updates to TrayIcon test DisposeInActionEventTest.java Reviewed-by: azvegint + test/jdk/java/awt/TrayIcon/DisposeInActionEventTest.java - test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java Changeset: 7858138a Author: Prasanta Sadhukhan Date: 2024-03-14 02:32:15 +0000 URL: https://git.openjdk.org/loom/commit/7858138ad212bb4dec0b30e7235b72fe74cdb960 8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JOptionPane/4174551/bug4174551.html - test/jdk/javax/swing/JOptionPane/4174551/bug4174551.java + test/jdk/javax/swing/JOptionPane/bug4174551.java Changeset: 092a7343 Author: Prasanta Sadhukhan Date: 2024-03-14 02:38:48 +0000 URL: https://git.openjdk.org/loom/commit/092a7343a45297e481f9facb3420b2e91af5699d 8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JOptionPane/8024926/bug8024926.html - test/jdk/javax/swing/JOptionPane/8024926/bug8024926.java + test/jdk/javax/swing/JOptionPane/bug8024926.java Changeset: 628e7702 Author: Prasanta Sadhukhan Date: 2024-03-14 02:50:32 +0000 URL: https://git.openjdk.org/loom/commit/628e7702746ed4cc899d9727432b64c701533eb3 8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.html - test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.java + test/jdk/javax/swing/JPopupMenu/bug7160604.java Changeset: 98e4b753 Author: Prasanta Sadhukhan Date: 2024-03-14 02:51:37 +0000 URL: https://git.openjdk.org/loom/commit/98e4b753e8d7fbbf651c866901734d4f6a7d1680 8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JScrollBar/8039464/Test8039464.html - test/jdk/javax/swing/JScrollBar/8039464/Test8039464.java + test/jdk/javax/swing/JScrollBar/Test8039464.java Changeset: 357c912b Author: Guoxiong Li Date: 2024-03-14 03:24:50 +0000 URL: https://git.openjdk.org/loom/commit/357c912be51aadf7cc23eb4c2bc4279eac8b2b4b 8325897: Parallel: Remove PSYoungGen::is_maximal_no_gc Reviewed-by: ayang ! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp ! src/hotspot/share/gc/parallel/psYoungGen.hpp Changeset: 7502dc99 Author: Tejesh R Date: 2024-03-14 05:10:42 +0000 URL: https://git.openjdk.org/loom/commit/7502dc99bf23109ef16fb99de25b09bab51e4978 8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main Reviewed-by: azvegint, prr - test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.html - test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.java + test/jdk/javax/swing/text/GlyphView/htmlUnderliningTest.java Changeset: 6f2676dc Author: Yude Lin Committer: Denghui Dong Date: 2024-03-14 06:20:49 +0000 URL: https://git.openjdk.org/loom/commit/6f2676dc5f09d350c359f906b07f6f6d0d17f030 8328064: Remove obsolete comments in constantPool and metadataFactory Reviewed-by: coleenp ! src/hotspot/share/memory/metadataFactory.hpp ! src/hotspot/share/oops/constantPool.cpp Changeset: cff0747d Author: Aggelos Biboudis Date: 2024-03-14 07:01:32 +0000 URL: https://git.openjdk.org/loom/commit/cff0747d7f62efc3dafcd259ef2b15cd13bafbeb 8326204: yield statements doesn't allow cast expressions with more than 1 type arguments Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/langtools/tools/javac/T8326204a.java + test/langtools/tools/javac/T8326204b.java + test/langtools/tools/javac/T8326204b.out Changeset: fadc4b19 Author: Emanuel Peter Date: 2024-03-14 07:12:16 +0000 URL: https://git.openjdk.org/loom/commit/fadc4b197e927cfa1814fe6cb65ee04b3bd4b0c2 8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert Reviewed-by: kvn, chagedorn, roland ! src/hotspot/share/opto/loopTransform.cpp + test/hotspot/jtreg/compiler/loopopts/TestEmptyPreLoopForDifferentMainLoop.java Changeset: fcf746de Author: Magnus Ihse Bursie Date: 2024-03-14 07:30:42 +0000 URL: https://git.openjdk.org/loom/commit/fcf746dede159905f7038d82d67806aa8afe0705 8328106: COMPARE_BUILD improvements Reviewed-by: erikj ! make/Images.gmk ! make/InitSupport.gmk ! make/autoconf/compare.sh.template ! make/scripts/compare.sh - make/scripts/compare_exceptions.sh.incl Changeset: 44aef386 Author: Magnus Ihse Bursie Date: 2024-03-14 07:30:51 +0000 URL: https://git.openjdk.org/loom/commit/44aef386238977a960093027d9784c667550aae4 8327045: Consolidate -fvisibility=hidden as a basic flag for all compilation Reviewed-by: erikj ! make/autoconf/flags-cflags.m4 ! make/autoconf/flags-ldflags.m4 ! make/common/TestFilesCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/common/modules/LibCommon.gmk ! make/hotspot/lib/CompileJvm.gmk Changeset: 481c866d Author: Matthias Baesken Date: 2024-03-14 08:01:39 +0000 URL: https://git.openjdk.org/loom/commit/481c866df87c693a90a1da20e131e5654b084ddd 8327468: Do not restart close if errno is EINTR [macOS/linux] Reviewed-by: dholmes, sspitsyn ! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c ! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c Changeset: 49ce85fa Author: Abhishek Kumar Date: 2024-03-14 09:07:32 +0000 URL: https://git.openjdk.org/loom/commit/49ce85fae9f06d05367c94615532f6ff87952c79 8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main Reviewed-by: prr, tr - test/jdk/javax/swing/JTree/4314199/bug4314199.html - test/jdk/javax/swing/JTree/4314199/bug4314199.java + test/jdk/javax/swing/JTree/bug4314199.java Changeset: 1281e18f Author: Aleksey Shipilev Date: 2024-03-14 10:26:49 +0000 URL: https://git.openjdk.org/loom/commit/1281e18f1447848d7eb5e3bde508ac002b4c390d 8325613: CTW: Stale method cleanup requires GC after Sweeper removal Reviewed-by: roland, chagedorn ! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java ! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java Changeset: 11a3673d Author: Alexander Zvegintsev Date: 2024-03-14 10:41:43 +0000 URL: https://git.openjdk.org/loom/commit/11a3673d42edbefef70228b4d14595aab11fdac4 8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows Reviewed-by: aivanov, honkar ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: a43c3cc3 Author: Tejesh R Date: 2024-03-14 10:50:06 +0000 URL: https://git.openjdk.org/loom/commit/a43c3cc3476f18c048809bcd08f81fc4288ca399 8327826: Convert javax/swing/border/Test4243289.java applet test to main Reviewed-by: aivanov, abhiscxk - test/jdk/javax/swing/border/Test4243289.html ! test/jdk/javax/swing/border/Test4243289.java Changeset: ad0f3294 Author: Tejesh R Date: 2024-03-14 10:54:41 +0000 URL: https://git.openjdk.org/loom/commit/ad0f329493a73020899640b0815e33ee6d3ea78d 8327787: Convert javax/swing/border/Test4129681.java applet test to main Reviewed-by: aivanov, abhiscxk - test/jdk/javax/swing/border/Test4129681.html ! test/jdk/javax/swing/border/Test4129681.java Changeset: 3b9255eb Author: Alexey Ivanov Date: 2024-03-14 10:57:30 +0000 URL: https://git.openjdk.org/loom/commit/3b9255eb663b4c90aa5cec89f0d9380ef8eba49e 8325851: Hide PassFailJFrame.Builder constructor Reviewed-by: honkar, prr ! test/jdk/java/awt/Frame/DefaultSizeTest.java ! test/jdk/java/awt/Frame/FrameRepackTest.java ! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_1.java ! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_2.java ! test/jdk/java/awt/LightweightComponent/LightweightCliprect.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_1.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_2.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_3.java ! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_4.java ! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java ! test/jdk/java/awt/event/KeyEvent/AcceleratorTest/AcceleratorTest.java ! test/jdk/java/awt/geom/HitTest/PathHitTest.java ! test/jdk/java/awt/print/PageFormat/CustomPaper.java ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java ! test/jdk/javax/accessibility/JComboBox/TestJComboBoxScreenMagnifier.java ! test/jdk/javax/swing/JComboBox/ComboPopupBug.java ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java ! test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneArrowDirection.java ! test/jdk/javax/swing/JToolBar/bug4203039.java ! test/jdk/javax/swing/MultiMonitor/MultimonVImage.java ! test/jdk/sun/awt/PaletteTester.java Changeset: 1d34b74a Author: Hamlin Li Date: 2024-03-14 11:23:00 +0000 URL: https://git.openjdk.org/loom/commit/1d34b74a64fba8d0d58dcbccc416379a4c915738 8321021: RISC-V: C2 VectorUCastB2X 8321023: RISC-V: C2 VectorUCastS2X 8321024: RISC-V: C2 VectorUCastI2X Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv_v.ad + test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastRVV.java ! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java Changeset: 6f8b0a33 Author: Long Yang Committer: Denghui Dong Date: 2024-03-14 11:25:06 +0000 URL: https://git.openjdk.org/loom/commit/6f8b0a33fa15f1dfc8b0c116375df0f90d9d8759 8327799: JFR view: the "Park Until" field of jdk.ThreadPark is invalid if the parking method is not absolute Reviewed-by: egahlin ! src/jdk.jfr/share/classes/jdk/jfr/internal/util/ValueFormatter.java Changeset: 954c50ed Author: Albert Mingkun Yang Date: 2024-03-14 11:44:24 +0000 URL: https://git.openjdk.org/loom/commit/954c50ed88f5daa13d6c7d3cb5910e813c30315c 8327997: G1: Move G1ScanClosureBase::reference_iteration_mode to subclass Reviewed-by: gli, tschatzl, sjohanss ! src/hotspot/share/gc/g1/g1OopClosures.hpp Changeset: c879627d Author: Dmitry Chuyko Date: 2024-03-14 12:38:48 +0000 URL: https://git.openjdk.org/loom/commit/c879627dbd7e9295d44f19ef237edb5de10805d5 8309271: A way to align already compiled methods with compiler directives Reviewed-by: apangin, sspitsyn, tholenstein ! src/hotspot/share/ci/ciEnv.cpp ! src/hotspot/share/code/codeCache.cpp ! src/hotspot/share/code/codeCache.hpp ! src/hotspot/share/compiler/compileBroker.cpp ! src/hotspot/share/compiler/compileTask.hpp ! src/hotspot/share/compiler/compilerDirectives.cpp ! src/hotspot/share/compiler/compilerDirectives.hpp ! src/hotspot/share/oops/method.hpp ! src/hotspot/share/oops/methodFlags.hpp ! src/hotspot/share/runtime/mutexLocker.cpp ! src/hotspot/share/services/diagnosticCommand.cpp ! src/hotspot/share/services/diagnosticCommand.hpp ! test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerDirectivesDCMDTest.java + test/hotspot/jtreg/serviceability/dcmd/compiler/DirectivesRefreshTest.java + test/hotspot/jtreg/serviceability/dcmd/compiler/refresh_control.txt Changeset: a232e8fb Author: Chad Rakoczy Committer: Aleksey Shipilev Date: 2024-03-14 13:26:03 +0000 URL: https://git.openjdk.org/loom/commit/a232e8fb4e6e9e2e9a5285bf01c93b8d1d995f04 8325621: Improve jspawnhelper version checks Reviewed-by: erikj, shade, rriggs, ihse ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! src/java.base/unix/native/jspawnhelper/jspawnhelper.c ! src/java.base/unix/native/libjava/ProcessImpl_md.c ! test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java Changeset: 792fc9d1 Author: Alexey Ivanov Date: 2024-03-14 14:01:33 +0000 URL: https://git.openjdk.org/loom/commit/792fc9d114977664da0b3bebf0f1d82360d375b6 8320079: The ArabicBox.java test has no control buttons Reviewed-by: prr, honkar, dmarkov + test/jdk/java/awt/font/TextLayout/ArabicBox.java Changeset: 51381bb1 Author: Guoxiong Li Date: 2024-03-14 15:01:44 +0000 URL: https://git.openjdk.org/loom/commit/51381bb13c80916d0a0c431f3c30ba11c9ad60d1 8328139: Prefer 'override' to 'virtual' in subclasses of 'GCInitLogger' Reviewed-by: kbarrett, jsjolen ! src/hotspot/share/gc/epsilon/epsilonInitLogger.hpp ! src/hotspot/share/gc/g1/g1InitLogger.hpp ! src/hotspot/share/gc/parallel/parallelInitLogger.hpp Changeset: 759cc675 Author: Tejesh R Date: 2024-03-14 15:40:22 +0000 URL: https://git.openjdk.org/loom/commit/759cc675915c551cc1d6899eedb95900752f2703 8327969: Convert javax/swing/border/Test6910490.java applet test to main Reviewed-by: dnguyen, honkar - test/jdk/javax/swing/border/Test6910490.html ! test/jdk/javax/swing/border/Test6910490.java Changeset: d25c452f Author: Alexander Zvegintsev Date: 2024-03-14 15:45:22 +0000 URL: https://git.openjdk.org/loom/commit/d25c452f0c4a2106a1fa06b56039f0f0b5d6e952 8327835: Convert java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest applet test to main Reviewed-by: aivanov, abhiscxk ! test/jdk/ProblemList.txt + test/jdk/java/awt/FileDialog/RegexpFilterTest.java - test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.html - test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.java Changeset: 0c3998d2 Author: Alexey Ivanov Date: 2024-03-14 15:46:37 +0000 URL: https://git.openjdk.org/loom/commit/0c3998d2c6dd735d356bfe26662c93d97364b2ad 8286759: TextComponentPrintable: consequent -> consecutive positions Reviewed-by: gli, prr ! src/java.desktop/share/classes/sun/swing/text/TextComponentPrintable.java Changeset: acfefc6c Author: Tejesh R Date: 2024-03-14 15:47:54 +0000 URL: https://git.openjdk.org/loom/commit/acfefc6c7aea6903bd575c2cb6edddbd88b112bf 8327876: Convert javax/swing/border/Test4252164.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/javax/swing/border/Test4252164.html ! test/jdk/javax/swing/border/Test4252164.java Changeset: debd5973 Author: Brian Burkhalter Date: 2024-03-14 15:50:43 +0000 URL: https://git.openjdk.org/loom/commit/debd59732de2b865bbe81710debcae237e3f135b 8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails Reviewed-by: alanb ! test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java Changeset: d4ec7831 Author: Tejesh R Date: 2024-03-14 15:54:42 +0000 URL: https://git.openjdk.org/loom/commit/d4ec783108828efd158c749f37e4220bb1df86fc 8327873: Convert javax/swing/border/Test4247606.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/javax/swing/border/Test4247606.html ! test/jdk/javax/swing/border/Test4247606.java Changeset: 7cc1965a Author: Alexander Zvegintsev Date: 2024-03-14 16:03:13 +0000 URL: https://git.openjdk.org/loom/commit/7cc1965a252347f37dca69859d5ecaf2b55020c6 8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main Reviewed-by: honkar, abhiscxk - test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.html ! test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.java Changeset: e6a8fdd8 Author: Doug Simon Date: 2024-03-14 16:11:29 +0000 URL: https://git.openjdk.org/loom/commit/e6a8fdd82c2b97f7ae74dfe8fbd3402718c9161c 8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal Reviewed-by: kevinw, never ! test/jdk/javax/management/remote/mandatory/loading/MissingClassTest.java Changeset: 2482a505 Author: Alex Menkov Date: 2024-03-14 18:03:14 +0000 URL: https://git.openjdk.org/loom/commit/2482a505e5c898cc6365aa4fb8ca3e8b758b3a97 8326898: NSK tests should listen on loopback addresses only Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004t.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/DummyTargetApplication.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/TargetApplicationWaitingAgents.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/SocketIOPipe.java Changeset: 87bd6cac Author: Phil Race Date: 2024-03-14 19:21:10 +0000 URL: https://git.openjdk.org/loom/commit/87bd6caca03745c21172c3b5e8b0d28724810352 8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program Reviewed-by: honkar, abhiscxk + test/jdk/java/awt/List/SetFontTest.java - test/jdk/java/awt/List/SetFontTest/SetFontTest.html - test/jdk/java/awt/List/SetFontTest/SetFontTest.java Changeset: df909e2f Author: Alexander Zvegintsev Date: 2024-03-14 21:42:00 +0000 URL: https://git.openjdk.org/loom/commit/df909e2f9c83d6de119ae20edf57e604644e0441 8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main Reviewed-by: honkar, aivanov + test/jdk/java/awt/Frame/GetBoundsResizeTest.java - test/jdk/java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java Changeset: 89fb0f83 Author: Alisen Chung Date: 2024-03-14 22:53:08 +0000 URL: https://git.openjdk.org/loom/commit/89fb0f837b7dbeed581f5db79d915cf405afda31 8327859: Remove applet usage from JColorChooser tests Test4319113 Reviewed-by: prr, tr - test/jdk/javax/swing/JColorChooser/Test4319113.html ! test/jdk/javax/swing/JColorChooser/Test4319113.java Changeset: 7c6fd337 Author: Alisen Chung Date: 2024-03-14 22:53:18 +0000 URL: https://git.openjdk.org/loom/commit/7c6fd337d00d4bdeaac724a6ea26fac3654846e0 8327857: Remove applet usage from JColorChooser tests Test4222508 Reviewed-by: prr, tr - test/jdk/javax/swing/JColorChooser/Test4222508.html ! test/jdk/javax/swing/JColorChooser/Test4222508.java Changeset: fab0edc9 Author: Alisen Chung Date: 2024-03-14 22:53:32 +0000 URL: https://git.openjdk.org/loom/commit/fab0edc9e636c69d7012e476e97661ddae993a03 8328121: Remove applet usage from JColorChooser tests Test4759306 Reviewed-by: azvegint - test/jdk/javax/swing/JColorChooser/Test4759306.html ! test/jdk/javax/swing/JColorChooser/Test4759306.java Changeset: be1dd275 Author: Alisen Chung Date: 2024-03-14 22:54:21 +0000 URL: https://git.openjdk.org/loom/commit/be1dd275a4b4fcae00e4c3c48b3e8e4b1d84ba2b 8328130: Remove applet usage from JColorChooser tests Test4759934 Reviewed-by: prr - test/jdk/javax/swing/JColorChooser/Test4759934.html ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: e8d1ba33 Author: Alisen Chung Date: 2024-03-15 00:34:37 +0000 URL: https://git.openjdk.org/loom/commit/e8d1ba33b48dc8e6b937258c3765b91426c5b6f1 8328228: Missing comma in copyright year for a few JColorChooser tests Reviewed-by: jpai ! test/jdk/javax/swing/JColorChooser/Test4222508.java ! test/jdk/javax/swing/JColorChooser/Test4319113.java ! test/jdk/javax/swing/JColorChooser/Test4759306.java ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: f6390e5f Author: Abhishek Kumar Date: 2024-03-15 04:14:53 +0000 URL: https://git.openjdk.org/loom/commit/f6390e5f801a3e25bda591e30e49db86519bf028 8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test Reviewed-by: honkar, tr - test/jdk/javax/swing/JTable/4222153/bug4222153.html - test/jdk/javax/swing/JTable/4222153/bug4222153.java + test/jdk/javax/swing/JTable/bug4222153.java Changeset: 09439374 Author: Phil Race Date: 2024-03-15 04:36:54 +0000 URL: https://git.openjdk.org/loom/commit/09439374edec8178fc2a0494bb96a8a24384c2a3 8328218: Delete test java/awt/Window/FindOwner/FindOwner.html Reviewed-by: psadhukhan - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.html - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.java Changeset: 605800e5 Author: Phil Race Date: 2024-03-15 05:33:33 +0000 URL: https://git.openjdk.org/loom/commit/605800e5abd244c57a421f3a511a79c531583471 8203867: Delete test java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html Reviewed-by: honkar, azvegint ! test/jdk/ProblemList.txt - test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html - test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.java Changeset: 06f4b7f5 Author: Prasanta Sadhukhan Date: 2024-03-15 05:44:11 +0000 URL: https://git.openjdk.org/loom/commit/06f4b7f54da03e57abfe8958e4354c1ecb7e3039 8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main Reviewed-by: prr - test/jdk/javax/swing/JSlider/4987336/bug4987336.html ! test/jdk/javax/swing/JSlider/4987336/bug4987336.java Changeset: 128e60a2 Author: Christoph Langer Date: 2024-03-15 06:41:53 +0000 URL: https://git.openjdk.org/loom/commit/128e60a29f1bd1e1fbe165ac382107070858ecc6 8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718 Reviewed-by: rgiulietti ! test/jdk/java/util/Formatter/Padding.java Changeset: d57bdd85 Author: Matthias Baesken Date: 2024-03-15 08:11:17 +0000 URL: https://git.openjdk.org/loom/commit/d57bdd85ab5e45a2ecfce0c022da067ac30bb80d 8328165: improve assert(idx < _maxlrg) failed: oob Reviewed-by: mdoerr, chagedorn ! src/hotspot/share/opto/chaitin.hpp Changeset: b8dfeafd Author: Alexander Zuev Date: 2024-03-15 09:00:45 +0000 URL: https://git.openjdk.org/loom/commit/b8dfeafdfd9ca024c92c9a73b59e6e71c0551985 8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test Reviewed-by: abhiscxk, honkar + test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.html - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.java Changeset: c05f8c72 Author: Alexander Zuev Date: 2024-03-15 09:13:32 +0000 URL: https://git.openjdk.org/loom/commit/c05f8c72239ed3f16ff0d13f4dba795731f9559f 8316388: Opensource five Swing component related regression tests Reviewed-by: aivanov + test/jdk/javax/swing/JDesktopPane/bug4132993.java + test/jdk/javax/swing/JDesktopPane/bug4773378.java + test/jdk/javax/swing/JEditorPane/bug4325606.java + test/jdk/javax/swing/JEditorPane/bug4330998.java + test/jdk/javax/swing/JEditorPane/bug4694598.java Changeset: 5249cc0a Author: Abhishek Kumar Date: 2024-03-15 10:49:20 +0000 URL: https://git.openjdk.org/loom/commit/5249cc0a79f05b71f4c31bb6b02775976eef77aa 8328087: Automate javax/swing/JTable/TAB/TAB.java applet test Reviewed-by: honkar, tr - test/jdk/javax/swing/JTable/TAB/TAB.html - test/jdk/javax/swing/JTable/TAB/TAB.java + test/jdk/javax/swing/JTable/Tab.java Changeset: 80ccc989 Author: Roman Kennke Date: 2024-03-15 11:08:21 +0000 URL: https://git.openjdk.org/loom/commit/80ccc989a892e4d9f4e2c9395a100cfabbdcda64 8328075: Shenandoah: Avoid forwarding when objects don't move in full-GC Reviewed-by: wkemper, shade, kdnilsen, ysr ! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp Changeset: dde519dc Author: Jaikiran Pai Date: 2024-03-15 12:00:32 +0000 URL: https://git.openjdk.org/loom/commit/dde519dc2180742c119ac07221c2a149b9f06c18 8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap Reviewed-by: dfuchs, aph, msheppar ! test/jdk/java/util/HashMap/WhiteBoxResizeTest.java Changeset: 80b98c86 Author: Thomas Stuefe Date: 2024-03-15 12:25:22 +0000 URL: https://git.openjdk.org/loom/commit/80b98c86b82eb9ffd5aee67a92daa31c8b649cc6 8320503: Print warning if VM reaches MallocLimit during error reporting Reviewed-by: jsjolen ! src/hotspot/share/nmt/mallocTracker.cpp Changeset: bf990c8b Author: Jie Fu Date: 2024-03-15 12:40:26 +0000 URL: https://git.openjdk.org/loom/commit/bf990c8b32f1ce050450d94f4f8706e5a01aa3ec 8328269: NonFocusablePopupMenuTest.java should be marked as headful Reviewed-by: azvegint ! test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java Changeset: 90ab52e5 Author: Guoxiong Li Date: 2024-03-15 13:06:14 +0000 URL: https://git.openjdk.org/loom/commit/90ab52e598f74ed872fe404130d57f6596430727 8328166: Epsilon: 'EpsilonHeap::allocate_work' misuses the parameter 'size' as size in bytes Reviewed-by: shade, tschatzl ! src/hotspot/share/gc/epsilon/epsilonHeap.cpp Changeset: 42aec8c5 Author: Magnus Ihse Bursie Date: 2024-03-15 13:23:37 +0000 URL: https://git.openjdk.org/loom/commit/42aec8c5e72837400818d931855bade8acad8e9d 8328146: Set LIBCXX automatically Reviewed-by: erikj ! make/common/JdkNativeCompilation.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: bfba4894 Author: Magnus Ihse Bursie Date: 2024-03-15 14:36:57 +0000 URL: https://git.openjdk.org/loom/commit/bfba4894e14c9547735a6b4ae73ed423af09f0d4 8328157: Move C[XX]FLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: 71f9c4e7 Author: Afshin Zafari Date: 2024-03-15 14:52:15 +0000 URL: https://git.openjdk.org/loom/commit/71f9c4e7fd5818be6e79dead3caa02d738456ad6 8320534: fatal error for the NMTBenchmark test run for the mainline build Reviewed-by: stuefe, aboldtch ! test/micro/org/openjdk/bench/vm/runtime/NMTBenchmark.java Changeset: 044f4ed5 Author: Mandy Chung Date: 2024-03-15 16:48:24 +0000 URL: https://git.openjdk.org/loom/commit/044f4ed55dfce7f1aed9e10accf459b4af9b975e 8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException Reviewed-by: jpai, alanb ! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java + test/langtools/tools/jdeps/modules/InvalidModuleDescriptor.java Changeset: 65a84c26 Author: Jonathan Gibbons Date: 2024-03-15 17:26:04 +0000 URL: https://git.openjdk.org/loom/commit/65a84c2642822862fa186f290f8d6e83537bea06 8328006: refactor large anonymous inner class in HtmlDocletWriter Reviewed-by: hannesw ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java Changeset: 9bc1b065 Author: Alexander Zvegintsev Date: 2024-03-15 17:54:56 +0000 URL: https://git.openjdk.org/loom/commit/9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d 8328242: Add a log area to the PassFailJFrame Reviewed-by: prr, aivanov, honkar ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 0204aacb Author: Harshitha Onkar Date: 2024-03-15 18:56:35 +0000 URL: https://git.openjdk.org/loom/commit/0204aacb0305e94a7d6d5299a5ae835f3f71b030 8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main Reviewed-by: aivanov ! test/jdk/ProblemList.txt - test/jdk/java/awt/font/TextLayout/TestJustification.html ! test/jdk/java/awt/font/TextLayout/TestJustification.java Changeset: 07194195 Author: Ioi Lam Date: 2024-03-16 05:16:32 +0000 URL: https://git.openjdk.org/loom/commit/07194195cefc568048fa639b6f8534ce3718c8d2 8328236: module_entry in CDS map file has stale value Reviewed-by: ccheung, matsaave ! src/hotspot/share/cds/archiveBuilder.cpp ! test/hotspot/jtreg/runtime/cds/CDSMapReader.java Changeset: d32ce657 Author: Ioi Lam Date: 2024-03-17 05:57:36 +0000 URL: https://git.openjdk.org/loom/commit/d32ce65781c1d7815a69ceac720cdf3ae39caa9e 8327651: Rename DictionaryEntry members related to protection domain Reviewed-by: coleenp, dholmes ! src/hotspot/share/classfile/dictionary.cpp ! src/hotspot/share/classfile/dictionary.hpp ! src/hotspot/share/classfile/protectionDomainCache.cpp ! src/hotspot/share/classfile/protectionDomainCache.hpp ! src/hotspot/share/classfile/systemDictionary.cpp ! test/hotspot/jtreg/runtime/logging/ProtectionDomainVerificationTest.java Changeset: ece4124f Author: Prasanta Sadhukhan Date: 2024-03-18 06:59:00 +0000 URL: https://git.openjdk.org/loom/commit/ece4124f25f676da9bf2d1b7fd8e4394dd7d31af 8328247: Remove redundant dir for tests converted from applet to main Reviewed-by: tr, jdv = test/jdk/javax/swing/JFileChooser/FileFilterDescription.java = test/jdk/javax/swing/JFileChooser/bug6798062.java = test/jdk/javax/swing/JInternalFrame/bug6726866.java Changeset: 48717d63 Author: Jan Lahoda Date: 2024-03-18 08:25:06 +0000 URL: https://git.openjdk.org/loom/commit/48717d63cc58f693f0917e61eafd672cd6af02ed 8326333: jshell completion on arrays is incomplete Reviewed-by: vromero ! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java ! test/langtools/jdk/jshell/CompletionSuggestionTest.java Changeset: 3c70f26b Author: Guoxiong Li Date: 2024-03-18 08:34:03 +0000 URL: https://git.openjdk.org/loom/commit/3c70f26b2f3fa9bc143e2506af30f9b1daf20022 8328112: Remove CardTable::_guard_region Reviewed-by: tschatzl, ayang ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp ! src/hotspot/share/gc/shared/vmStructs_gc.hpp Changeset: c342188f Author: Magnus Ihse Bursie Date: 2024-03-18 09:12:41 +0000 URL: https://git.openjdk.org/loom/commit/c342188fd978dd94e7788fb0fb0345fd8c0eaa9a 8328074: Add jcheck whitespace checking for assembly files Reviewed-by: erikj, sviswanathan ! .jcheck/conf ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_acos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_asin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan2_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cbrt_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cosh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_exp_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_expm1_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_hypot_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log10_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log1p_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_pow_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sinh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tanh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_acos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_asin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan2_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cbrt_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cos_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cosh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_exp_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_expm1_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_hypot_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log10_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log1p_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_pow_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sin_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sinh_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tan_linux_x86.S ! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tanh_linux_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_acos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_asin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan2_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cbrt_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cosh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_exp_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_expm1_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_hypot_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log10_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log1p_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_pow_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sinh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tanh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_acos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_asin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan2_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cbrt_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cos_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cosh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_exp_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_expm1_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_hypot_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log10_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log1p_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_pow_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sin_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sinh_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tan_windows_x86.S ! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tanh_windows_x86.S Changeset: 7baec662 Author: Guoxiong Li Date: 2024-03-18 11:27:27 +0000 URL: https://git.openjdk.org/loom/commit/7baec6622254fc21e315b974a213605a7605daac 8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size Reviewed-by: shade, tschatzl ! src/hotspot/share/gc/epsilon/epsilonHeap.cpp + test/hotspot/jtreg/gc/epsilon/TestEnoughUnusedSpace.java Changeset: 86f17447 Author: Abhishek Kumar Date: 2024-03-18 11:49:49 +0000 URL: https://git.openjdk.org/loom/commit/86f17447362483162a5983c270e0b530d8d99354 8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main Reviewed-by: azvegint, tr - test/jdk/javax/swing/JSlider/6587742/bug6587742.html - test/jdk/javax/swing/JSlider/6587742/bug6587742.java + test/jdk/javax/swing/JSlider/bug6587742.java Changeset: fb390d20 Author: Aggelos Biboudis Date: 2024-03-18 13:16:29 +0000 URL: https://git.openjdk.org/loom/commit/fb390d202c8bbbbb87ba48fd01387feb35a1b768 8327839: Crash with unboxing and widening primitive conversion in switch Reviewed-by: jlahoda ! src/java.base/share/classes/java/lang/runtime/SwitchBootstraps.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfComboTest.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitch.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.java ! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.out Changeset: f3af9181 Author: Albert Mingkun Yang Date: 2024-03-18 13:58:15 +0000 URL: https://git.openjdk.org/loom/commit/f3af91815a662b195938b26962a8670a4a692220 8327945: Inline HasScavengableOops Reviewed-by: gli, aboldtch ! src/hotspot/share/gc/shared/scavengableNMethods.cpp Changeset: 9e98118f Author: Magnus Ihse Bursie Date: 2024-03-18 14:41:51 +0000 URL: https://git.openjdk.org/loom/commit/9e98118f289e98ca9f3be2a274e0ddf8822aaa7c 8328177: Move LDFLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk Reviewed-by: erikj ! make/Hsdis.gmk ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/hotspot/lib/CompileJvm.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jpackage/Lib.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.management/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: 7734466c Author: Coleen Phillimore Date: 2024-03-18 14:42:03 +0000 URL: https://git.openjdk.org/loom/commit/7734466c4627c51b2c24b4b4dbf6db4184607aa3 8325871: Move StringTable and SymbolTable rehashing calls Reviewed-by: eosterlund, aboldtch ! src/hotspot/share/classfile/stringTable.cpp ! src/hotspot/share/classfile/stringTable.hpp ! src/hotspot/share/classfile/symbolTable.cpp ! src/hotspot/share/classfile/symbolTable.hpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/safepoint.hpp ! src/hotspot/share/runtime/vmOperation.hpp ! src/hotspot/share/runtime/vmOperations.cpp ! src/hotspot/share/runtime/vmOperations.hpp ! src/hotspot/share/runtime/vmThread.cpp ! src/hotspot/share/utilities/concurrentHashTable.hpp ! src/hotspot/share/utilities/concurrentHashTable.inline.hpp ! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp Changeset: dec68d7e Author: Leonid Mesnik Date: 2024-03-18 14:45:36 +0000 URL: https://git.openjdk.org/loom/commit/dec68d7e36a9436468594416272c44a2afbece8d 8328234: Remove unused nativeUtils files Reviewed-by: dholmes - test/hotspot/jtreg/vmTestbase/nsk/share/NativeUtils.java - test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp Changeset: 569b05ad Author: Weijun Wang Date: 2024-03-18 15:36:28 +0000 URL: https://git.openjdk.org/loom/commit/569b05addf69698fc93026b4dca69bc6ca0920b6 8327818: Implement Kerberos debug with sun.security.util.Debug Reviewed-by: coffeys, ssahoo ! src/java.base/share/classes/sun/security/util/Debug.java ! src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/ServicePermission.java ! src/java.security.jgss/share/classes/sun/net/www/protocol/http/spnego/NegotiatorImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSCredentialImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSHeader.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSManagerImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/GSSUtil.java ! src/java.security.jgss/share/classes/sun/security/jgss/ProviderList.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/CipherHelper.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5MechFactory.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/SubjectComber.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenInit.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenTarg.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoContext.java ! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoToken.java ! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java ! src/java.security.jgss/share/classes/sun/security/krb5/Checksum.java ! src/java.security.jgss/share/classes/sun/security/krb5/Config.java ! src/java.security.jgss/share/classes/sun/security/krb5/Credentials.java ! src/java.security.jgss/share/classes/sun/security/krb5/EncryptionKey.java ! src/java.security.jgss/share/classes/sun/security/krb5/KdcComm.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbApReq.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReq.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReqBuilder.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbCred.java ! src/java.security.jgss/share/classes/sun/security/krb5/KrbKdcRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/SCDynamicStoreConfig.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/CredentialsUtil.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddresses.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCOptions.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCRep.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KerberosTime.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/Krb5.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/NetClient.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/CCacheInputStream.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/CksumType.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/EType.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/crc32.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTab.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabEntry.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabInputStream.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/MemoryCache.java ! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c ! src/java.security.jgss/share/native/libj2gss/NativeUtil.c ! src/java.security.jgss/share/native/libj2gss/NativeUtil.h ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Kinit.java ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java ! src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ! test/jdk/sun/security/krb5/IPv6.java ! test/jdk/sun/security/krb5/auto/Cleaners.java ! test/jdk/sun/security/krb5/auto/KdcPolicy.java + test/jdk/sun/security/krb5/auto/LoginModuleDebug.java Changeset: 85fc47c8 Author: Roger Riggs Date: 2024-03-18 16:07:00 +0000 URL: https://git.openjdk.org/loom/commit/85fc47c81af81a595dc88e61454d8ba2d860f301 8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1 Reviewed-by: iris, stefank ! test/jdk/java/io/ObjectStreamClass/ObjectStreamClassCaching.java Changeset: fc0472ba Author: Harshitha Onkar Date: 2024-03-18 16:56:01 +0000 URL: https://git.openjdk.org/loom/commit/fc0472baf9bad298e853bf2ca3d10dc9415272cd 8328000: Convert /java/awt/im/8154816/bug8154816.java applet test to main Reviewed-by: tr, azvegint - test/jdk/java/awt/im/8154816/bug8154816.html - test/jdk/java/awt/im/8154816/bug8154816.java + test/jdk/java/awt/im/PinyinIMCapsTest.java Changeset: 9e32db26 Author: Jatin Bhateja Date: 2024-03-18 17:21:20 +0000 URL: https://git.openjdk.org/loom/commit/9e32db266e4c3cc9be273fa6b77112832a43ba4a 8328309: Remove malformed masked shift instruction selection patterns Reviewed-by: sviswanathan ! src/hotspot/cpu/x86/x86.ad Changeset: c901da48 Author: Kelvin Nilsen Committer: Y. Srinivas Ramakrishna Date: 2024-03-18 17:53:37 +0000 URL: https://git.openjdk.org/loom/commit/c901da48e30d53cb8e4e3c1f0584c5f2d3d095f1 8327098: GTest needs larger combination limit Reviewed-by: shade, phh ! src/hotspot/share/logging/logSelectionList.hpp Changeset: 3f2e849c Author: Alisen Chung Date: 2024-03-18 19:57:24 +0000 URL: https://git.openjdk.org/loom/commit/3f2e849c54c2a9c55e3b5c9f5a6d3478b83144e3 8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed." Reviewed-by: tr, aivanov, prr ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java Changeset: 2dd5fba3 Author: Jatin Bhateja Date: 2024-03-19 01:14:06 +0000 URL: https://git.openjdk.org/loom/commit/2dd5fba3bd37c577b8442b67a67dbcb22b9a530e 8319889: Vector API tests trigger VM crashes with -XX:+StressIncrementalInlining Reviewed-by: vlivanov, sviswanathan ! src/hotspot/share/opto/vectorIntrinsics.cpp Changeset: 9059727d Author: John Jiang Date: 2024-03-19 02:03:13 +0000 URL: https://git.openjdk.org/loom/commit/9059727df135dc90311bd476124f090b5766092b 8327182: Move serverAlias into the loop Reviewed-by: gli, mullan ! src/java.base/share/classes/sun/security/ssl/X509Authentication.java Changeset: 652fb3aa Author: Tejesh R Date: 2024-03-19 04:38:56 +0000 URL: https://git.openjdk.org/loom/commit/652fb3aa48fdfe09e827c2a06f76b3a69c711b74 8328154: Convert sun/java2d/loops/CopyAreaSpeed.java applet test to main Reviewed-by: kizune, abhiscxk - test/jdk/sun/java2d/loops/CopyAreaSpeed.html ! test/jdk/sun/java2d/loops/CopyAreaSpeed.java Changeset: ac5b6cb2 Author: Prasanta Sadhukhan Date: 2024-03-19 06:22:58 +0000 URL: https://git.openjdk.org/loom/commit/ac5b6cb2d42bdb8fb1a110ad33411b50cff4ea61 8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main Reviewed-by: abhiscxk, jdv - test/jdk/javax/swing/JSlider/6524424/bug6524424.html - test/jdk/javax/swing/JSlider/6524424/bug6524424.java + test/jdk/javax/swing/JSlider/bug6524424.java Changeset: 4ef591f7 Author: Julian Waters Date: 2024-03-19 06:27:50 +0000 URL: https://git.openjdk.org/loom/commit/4ef591f71f62ee6ea8a603ed7a3e568b348b2c16 8326964: Remove Eclipse Shared Workspaces Reviewed-by: erikj, ihse ! .gitignore ! doc/ide.html ! doc/ide.md ! make/Main.gmk ! make/ide/eclipse/CreateWorkspace.gmk Changeset: c0fc9563 Author: Daniel Jeli?ski Date: 2024-03-19 06:40:58 +0000 URL: https://git.openjdk.org/loom/commit/c0fc9563a707cb01db4baf3aebede5f6b3ea08d1 8328275: CodeCache::print_internals should not be called in PRODUCT code Reviewed-by: ihse, jwaters, dholmes ! src/hotspot/share/runtime/java.cpp Changeset: e1b0af29 Author: Roland Westrelin Date: 2024-03-19 07:56:53 +0000 URL: https://git.openjdk.org/loom/commit/e1b0af29e47b46879defce1fc44c30d4d50d0c31 8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed Reviewed-by: chagedorn, epeter ! src/hotspot/share/opto/loopnode.cpp + test/hotspot/jtreg/compiler/longcountedloops/TestInaccurateInnerLoopLimit.java Changeset: 053ff76e Author: Roland Westrelin Date: 2024-03-19 07:57:53 +0000 URL: https://git.openjdk.org/loom/commit/053ff76e14046f796f6e10a9cb2ede1f1ae22ed6 8308660: C2 compilation hits 'node must be dead' assert Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/ifnode.cpp + test/hotspot/jtreg/compiler/c2/TestFoldIfRemovesTopNode.java Changeset: 6eea5d67 Author: Serguei Spitsyn Date: 2024-03-19 08:27:55 +0000 URL: https://git.openjdk.org/loom/commit/6eea5d675566adca3fca88639008c6c0221450a4 8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is Reviewed-by: dholmes, alanb ! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/classfile/javaClasses.hpp ! src/hotspot/share/prims/jvmtiRawMonitor.cpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp + test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/InterruptRawMonitor.java + test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/libInterruptRawMonitor.cpp Changeset: c59c41aa Author: Per Minborg Date: 2024-03-19 08:46:51 +0000 URL: https://git.openjdk.org/loom/commit/c59c41aa6e28ab1dc59e6051f85e3e9ade251b07 8326941: Remove StringUTF16::isBigEndian Reviewed-by: rriggs ! src/java.base/share/classes/java/lang/StringUTF16.java ! src/java.base/share/native/libjava/String.c Changeset: 5b6b5144 Author: Jan Lahoda Date: 2024-03-19 09:35:25 +0000 URL: https://git.openjdk.org/loom/commit/5b6b514441fcbbaa210e2cad08ce2704fdf38191 8325362: Allow to create a simple in-memory input JavaFileObject Reviewed-by: jlaskey, darcy ! src/java.compiler/share/classes/javax/tools/SimpleJavaFileObject.java ! test/jdk/java/lang/template/StringTemplateTest.java ! test/langtools/jdk/javadoc/tool/api/basic/APITest.java ! test/langtools/tools/doclint/tool/RunTest.java ! test/langtools/tools/javac/6902720/Test.java ! test/langtools/tools/javac/7079713/TestCircularClassfile.java ! test/langtools/tools/javac/Diagnostics/8295024/T8295024.java ! test/langtools/tools/javac/MethodParameters/LegacyOutputTest/LegacyOutputTest.java ! test/langtools/tools/javac/api/6608214/T6608214.java ! test/langtools/tools/javac/api/6733837/T6733837.java ! test/langtools/tools/javac/api/6852595/T6852595.java ! test/langtools/tools/javac/api/TestSearchPaths.java ! test/langtools/tools/javac/api/taskListeners/TestTypeElement.java ! test/langtools/tools/javac/doclint/DocLintTest.java ! test/langtools/tools/javac/lambda/abort/Abort.java ! test/langtools/tools/javac/lambda/abort/CompletionFailure.java ! test/langtools/tools/javac/lexer/JavaLexerTest.java ! test/langtools/tools/javac/main/T8239544.java ! test/langtools/tools/javac/parser/StringFoldingPosTest.java ! test/langtools/tools/javac/patterns/InferenceUnitTest.java ! test/langtools/tools/javac/records/ElementFilterRecordComponentTest.java + test/langtools/tools/javac/toolsapi/TestSimpleJavaFileObject.java ! test/langtools/tools/lib/snippets/SnippetUtils.java Changeset: f1c69cca Author: Thomas Schatzl Date: 2024-03-19 10:31:47 +0000 URL: https://git.openjdk.org/loom/commit/f1c69ccadb83306d1bb4860ff460a253af99643c 8289822: G1: Make concurrent mark code owner of TAMSes Reviewed-by: ayang, iwalulya ! src/hotspot/share/gc/g1/g1CollectedHeap.cpp ! src/hotspot/share/gc/g1/g1CollectionSet.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp ! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp ! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp ! src/hotspot/share/gc/g1/g1HeapRegion.cpp ! src/hotspot/share/gc/g1/g1HeapRegion.hpp ! src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp ! src/hotspot/share/gc/g1/g1HeapVerifier.cpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp ! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp ! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp Changeset: c01095c0 Author: Abhishek Kumar Date: 2024-03-19 11:26:09 +0000 URL: https://git.openjdk.org/loom/commit/c01095c0c9d4de1995d079be3356468196d9a25e 8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main Reviewed-by: psadhukhan, tr - test/jdk/javax/swing/JSplitPane/8132123/bug8132123.html - test/jdk/javax/swing/JSplitPane/8132123/bug8132123.java + test/jdk/javax/swing/JSplitPane/bug8132123.java Changeset: db4842c9 Author: Guoxiong Li Date: 2024-03-19 13:38:28 +0000 URL: https://git.openjdk.org/loom/commit/db4842c9d9696af311762cb9c809952c55b34623 8328364: Remove redundant fields in 'BOTConstants' Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/parallel/objectStartArray.cpp ! src/hotspot/share/gc/parallel/objectStartArray.hpp ! src/hotspot/share/gc/parallel/objectStartArray.inline.hpp ! src/hotspot/share/gc/parallel/psOldGen.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp - src/hotspot/share/gc/shared/blockOffsetTable.cpp ! src/hotspot/share/gc/shared/blockOffsetTable.hpp ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp ! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp Changeset: 2094ff3c Author: Alexander Zuev Date: 2024-03-19 13:52:17 +0000 URL: https://git.openjdk.org/loom/commit/2094ff3c7ad829355bf13760d9a19b37649b3517 8328279: Convert java/awt/Cursor/CursorOverlappedPanelsTest test to main Reviewed-by: honkar, abhiscxk + test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest.java - test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.html - test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.java Changeset: 5f2a92d9 Author: Abhishek Kumar Date: 2024-03-19 15:06:42 +0000 URL: https://git.openjdk.org/loom/commit/5f2a92d954ce485d372c3cb3e5118556b1d076c3 8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main Reviewed-by: psadhukhan, tr - test/jdk/javax/swing/JSlider/6742358/bug6742358.html - test/jdk/javax/swing/JSlider/6742358/bug6742358.java + test/jdk/javax/swing/JSlider/bug6742358.java Changeset: f140eb4c Author: Pavel Rappo Date: 2024-03-19 15:23:00 +0000 URL: https://git.openjdk.org/loom/commit/f140eb4c3a47e1479d62fe1eef16bbbea92892bc 8297879: javadoc link to preview JEP 1000 has grouping character comma Reviewed-by: jjg, vromero ! src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java ! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java Changeset: 3b305d50 Author: Sonia Zaldana Calles Committer: Thomas Stuefe Date: 2024-03-19 15:35:25 +0000 URL: https://git.openjdk.org/loom/commit/3b305d502b84b7f1cfa378a9c274ef0b9ee52524 8313306: More sensible memory reservation logging Reviewed-by: dholmes, stuefe, coleenp ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/os/posix/signals_posix.cpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/runtime/os.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp + test/hotspot/jtreg/runtime/os/TestMemoryAllocationLogging.java Changeset: 13292168 Author: Mandy Chung Date: 2024-03-19 15:55:25 +0000 URL: https://git.openjdk.org/loom/commit/132921683bc9860ce2ba89729dcd989b10b89aa2 8328261: public lookup fails with IllegalAccessException when used while module system is being initialized Reviewed-by: rriggs, alanb ! src/java.base/share/classes/sun/invoke/util/VerifyAccess.java Changeset: 9214a62f Author: Eirik Bj?rsn?s Date: 2024-03-19 16:31:18 +0000 URL: https://git.openjdk.org/loom/commit/9214a62f26917162b3ff2144a1f3f9cde3b808fa 8328341: Remove deprecated per-thread compiler stats in sun.management Reviewed-by: kevinw - src/java.management/share/classes/sun/management/CompilerThreadStat.java ! src/java.management/share/classes/sun/management/HotspotCompilation.java ! src/java.management/share/classes/sun/management/HotspotCompilationMBean.java Changeset: 9ca4ae3d Author: Hamlin Li Date: 2024-03-19 17:23:07 +0000 URL: https://git.openjdk.org/loom/commit/9ca4ae3d3b746f1d75036d189ff98f02b73b948f 8328264: AArch64: remove UseNeon condition in CRC32 intrinsic Reviewed-by: aph ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp Changeset: 4f8f4865 Author: Harshitha Onkar Date: 2024-03-19 17:55:17 +0000 URL: https://git.openjdk.org/loom/commit/4f8f48654e500e875d14e6b4707ab654acc59176 8328012: Convert InputMethod (/java/awt/im) applet tests to main Reviewed-by: azvegint, tr - test/jdk/java/awt/im/8132503/bug8132503.html - test/jdk/java/awt/im/8132503/bug8132503.java - test/jdk/java/awt/im/8148984/bug8148984.html - test/jdk/java/awt/im/8148984/bug8148984.java + test/jdk/java/awt/im/PinyinIMCommaTest.java + test/jdk/java/awt/im/PinyinIMFullstopTest.java Changeset: 7231fd78 Author: Albert Mingkun Yang Date: 2024-03-19 18:48:16 +0000 URL: https://git.openjdk.org/loom/commit/7231fd78aada80946b680e10227a356714d5c34b 8328350: G1: Remove DO_DISCOVERED_AND_DISCOVERY Reviewed-by: tschatzl, gli ! src/hotspot/share/gc/g1/g1OopClosures.hpp ! src/hotspot/share/memory/iterator.hpp ! src/hotspot/share/oops/instanceRefKlass.hpp ! src/hotspot/share/oops/instanceRefKlass.inline.hpp Changeset: 269163d5 Author: Alexander Zvegintsev Date: 2024-03-20 03:18:26 +0000 URL: https://git.openjdk.org/loom/commit/269163d509ec3c80983f55c5b47f472fa76be26c 8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main Reviewed-by: honkar ! test/jdk/ProblemList.txt - test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.html ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: a68f5d73 Author: Tejesh R Date: 2024-03-20 05:59:22 +0000 URL: https://git.openjdk.org/loom/commit/a68f5d7331c2e6c4bc51eee95abcbabb5a19b484 8327879: Convert javax/swing/border/Test4760089.java applet test to main Reviewed-by: abhiscxk, prr - test/jdk/javax/swing/border/Test4760089.html ! test/jdk/javax/swing/border/Test4760089.java Changeset: eebcc218 Author: Goetz Lindenmaier Date: 2024-03-20 07:20:49 +0000 URL: https://git.openjdk.org/loom/commit/eebcc2181fe27f6aa10559233c7c58882a146f56 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap Reviewed-by: rriggs, mdoerr, sgehwolf ! test/jdk/java/lang/String/StringRepeat.java Changeset: 03c25b15 Author: Alexander Zuev Date: 2024-03-20 13:40:57 +0000 URL: https://git.openjdk.org/loom/commit/03c25b15eb73e594d1329be397cd34e206d2682b 8328367: Convert java/awt/Component/UpdatingBootTime test to main Reviewed-by: dnguyen, psadhukhan + test/jdk/java/awt/Component/UpdatingBootTime.java - test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.html - test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.java Changeset: e0373e01 Author: Alexander Zuev Date: 2024-03-20 13:46:02 +0000 URL: https://git.openjdk.org/loom/commit/e0373e01fece310d12859207cc5e233f68b7607f 8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main Reviewed-by: psadhukhan + test/jdk/java/awt/FileDialog/FileDialogForDirectories.java - test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.html - test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.java Changeset: 1b68c731 Author: Alexander Zuev Date: 2024-03-20 13:47:07 +0000 URL: https://git.openjdk.org/loom/commit/1b68c731f2461a2f26e6d967dd3f94e217b4d1f4 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main Reviewed-by: psadhukhan + test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.java Changeset: e5e7cd20 Author: Alexander Zuev Date: 2024-03-20 13:48:11 +0000 URL: https://git.openjdk.org/loom/commit/e5e7cd20eca0e5a5f0811d304a9659961dcf11c0 8328386: Convert java/awt/FileDialog/FileNameOverrideTest test to main Reviewed-by: azvegint + test/jdk/java/awt/FileDialog/FileNameOverrideTest.java - test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.html - test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.java Changeset: d3f3011d Author: Archie Cobbs Committer: Jaikiran Pai Date: 2024-03-20 15:01:30 +0000 URL: https://git.openjdk.org/loom/commit/d3f3011d56267360d65841da3550eca79cf1575b 7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream Reviewed-by: jpai ! src/java.base/share/classes/java/util/zip/GZIPInputStream.java + test/jdk/java/util/zip/GZIP/GZIPInputStreamAvailable.java Changeset: 4e83f4cf Author: Damon Nguyen Date: 2024-03-20 16:25:41 +0000 URL: https://git.openjdk.org/loom/commit/4e83f4cfc779e39cca0070b5729a508aeaa74654 8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main Reviewed-by: azvegint, honkar ! test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java Changeset: a112fc8b Author: Harshitha Onkar Date: 2024-03-20 18:08:04 +0000 URL: https://git.openjdk.org/loom/commit/a112fc8bac8ddee87c8555b156519a2785d3223b 8328225: Convert ImageDecoratedDnD.html applet test to main Reviewed-by: dnguyen, aivanov - test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.html ! test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.java Changeset: 96530bcc Author: Robert Toyonaga Committer: Erik Gahlin Date: 2024-03-20 19:42:56 +0000 URL: https://git.openjdk.org/loom/commit/96530bcc07514c3eda40fd6ffa74f197fe541dea 8326521: JFR: CompilerPhase event test fails on windows 32 bit Reviewed-by: egahlin ! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java Changeset: fbeac98c Author: Harshitha Onkar Date: 2024-03-20 19:49:23 +0000 URL: https://git.openjdk.org/loom/commit/fbeac98c84078a566c572abeba07c49e94bbf26b 8328379: Convert URLDragTest.html applet test to main Reviewed-by: abhiscxk, psadhukhan + test/jdk/java/awt/dnd/URLDragTest.java - test/jdk/java/awt/dnd/URLDragTest/URLDragTest.html - test/jdk/java/awt/dnd/URLDragTest/URLDragTest.java Changeset: 000f4d8d Author: Daniel D. Daugherty Date: 2024-03-20 19:59:13 +0000 URL: https://git.openjdk.org/loom/commit/000f4d8d156a48939fd29f8b4dd84b3dfd7d9d95 8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT Reviewed-by: rkennke, dholmes ! src/hotspot/share/runtime/globals.hpp ! test/jtreg-ext/requires/VMProps.java Changeset: d32746ef Author: Weijun Wang Date: 2024-03-20 21:25:41 +0000 URL: https://git.openjdk.org/loom/commit/d32746ef4a0ce6fec558274244321991be141698 8296244: Alternate implementation of user-based authorization Subject APIs that doesn?t depend on Security Manager APIs Reviewed-by: mullan ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/javax/security/auth/Subject.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! test/jdk/javax/management/monitor/ThreadPoolAccTest.java ! test/jdk/javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java ! test/jdk/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java ! test/jdk/javax/management/remote/mandatory/passwordAccessFile/PasswordAccessFileTest.java ! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIAltAuthTest.java ! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIPasswdAuthTest.java ! test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java ! test/jdk/javax/management/security/AuthorizationTest.java + test/jdk/javax/security/auth/Subject/CallAsWithScopedValue.java + test/jdk/javax/security/auth/Subject/Compat.java ! test/jdk/javax/security/auth/Subject/CurrentSubject.java ! test/jdk/javax/security/auth/Subject/FromACC.java + test/jdk/javax/security/auth/Subject/UnsupportedSV.java ! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java Changeset: dea94f44 Author: Phil Race Date: 2024-03-20 23:17:08 +0000 URL: https://git.openjdk.org/loom/commit/dea94f4445b9389339cf7ca0eef688ca56c17814 8328300: Convert PrintDialogsTest.java from Applet to main program Reviewed-by: psadhukhan, dnguyen - test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.html ! test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java Changeset: 481473ef Author: Tejesh R Date: 2024-03-21 05:27:10 +0000 URL: https://git.openjdk.org/loom/commit/481473efce9f51a497e26002c6da52b0ddc9ea8f 8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main Reviewed-by: abhiscxk, prr - test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.html ! test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.java Changeset: 65d9f119 Author: Abhishek Kumar Date: 2024-03-21 07:30:48 +0000 URL: https://git.openjdk.org/loom/commit/65d9f119c401c26c9a6436f5c9a513f91bb8c753 8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main Reviewed-by: honkar, tr ! test/jdk/ProblemList.txt - test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.html - test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.java + test/jdk/javax/swing/JTabbedPane/bug4666224.java Changeset: a5a2eca1 Author: Aggelos Biboudis Date: 2024-03-21 08:02:54 +0000 URL: https://git.openjdk.org/loom/commit/a5a2eca155bf5d9a1f01d0f3f21bd19dd0a7bd4d 8327683: Crash with primitive type pattern and generic expression in instanceof Reviewed-by: vromero ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithRecordPatterns.java + test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithTopLevelPatterns.java ! test/langtools/tools/javac/patterns/PrimitiveInstanceOfTypeComparisonOp.java Changeset: 93d1700f Author: Matthias Baesken Date: 2024-03-21 08:16:50 +0000 URL: https://git.openjdk.org/loom/commit/93d1700f23d42cb35b6028c5d7d029c035711acf 8328589: unify os::breakpoint among posix platforms Reviewed-by: lucy, asteiner, dholmes ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/os/posix/os_posix.cpp Changeset: 684678f9 Author: Sidraya Jayagond Committer: Amit Kumar Date: 2024-03-21 08:51:10 +0000 URL: https://git.openjdk.org/loom/commit/684678f9e83ed0a76541a31356894d170fd421db 8328633: s390x: Improve vectorization of Match.sqrt() on floats Reviewed-by: amitkumar, mdoerr ! src/hotspot/cpu/s390/s390.ad Changeset: 9f5ad433 Author: Renjith Kannath Pariyangad Committer: Tejesh R Date: 2024-03-21 10:29:19 +0000 URL: https://git.openjdk.org/loom/commit/9f5ad43358a4e209b4cd1c91bcc86b997f371548 8320675: PrinterJob/SecurityDialogTest.java hangs Co-authored-by: Alexey Ivanov Reviewed-by: aivanov, tr ! test/jdk/java/awt/print/PrinterJob/SecurityDialogTest.java Changeset: 68170ae2 Author: Prasanta Sadhukhan Date: 2024-03-21 11:25:27 +0000 URL: https://git.openjdk.org/loom/commit/68170ae22233462e8925c75c4737be7f0ba9353d 8328238: Convert few closed manual applet tests to main Reviewed-by: tr, aivanov, prr + test/jdk/javax/swing/JFrame/bug4419914.java + test/jdk/javax/swing/text/PaintTest.java + test/jdk/javax/swing/text/bug4148489.java + test/jdk/javax/swing/text/html/StyleSheet/bug4803145.java Changeset: 70067901 Author: Magnus Ihse Bursie Date: 2024-03-21 11:33:36 +0000 URL: https://git.openjdk.org/loom/commit/700679011e5e9191f5170209454d35cc82953362 8328628: JDK-8328157 incorrectly sets -MT on all compilers in jdk.jpackage Reviewed-by: erikj, jwaters ! make/modules/jdk.jpackage/Lib.gmk Changeset: c434b79c Author: Thomas Stuefe Date: 2024-03-21 12:13:10 +0000 URL: https://git.openjdk.org/loom/commit/c434b79cff33e08e4518e92ddddae996dffefe29 8327169: serviceability/dcmd/vm/SystemMapTest.java and SystemDumpMapTest.java may fail after JDK-8326586 Reviewed-by: jsjolen, mbaesken ! src/hotspot/share/nmt/memMapPrinter.cpp Changeset: ac2f8e5a Author: Jorn Vernee Date: 2024-03-21 12:34:38 +0000 URL: https://git.openjdk.org/loom/commit/ac2f8e5af8c88cd13038b113f82bb7c17a38aa40 8327994: Update code gen in CallGeneratorHelper Reviewed-by: mcimadamore ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/libTestDowncallStack.c ! test/jdk/java/foreign/libTestUpcall.c ! test/jdk/java/foreign/libTestUpcallStack.c ! test/jdk/java/foreign/libVarArgs.c ! test/jdk/java/foreign/shared.h Changeset: bb3e84bd Author: Aleksey Shipilev Date: 2024-03-21 12:36:14 +0000 URL: https://git.openjdk.org/loom/commit/bb3e84bd1fd8217fcb319de8a0716e44359e3423 8328592: hprof tests fail with -XX:-CompactStrings Reviewed-by: phh, lmesnik, amenkov ! test/lib/jdk/test/lib/hprof/model/JavaObject.java ! test/lib/jdk/test/lib/hprof/model/JavaValueArray.java Changeset: 700d2b91 Author: Alexander Zvegintsev Date: 2024-03-21 13:06:16 +0000 URL: https://git.openjdk.org/loom/commit/700d2b91defd421a2818f53830c24f70d11ba4f6 8328401: Convert java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html applet test to automated Reviewed-by: abhiscxk, prr - test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html ! test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.java Changeset: 43080173 Author: Alexander Zvegintsev Date: 2024-03-21 13:19:22 +0000 URL: https://git.openjdk.org/loom/commit/43080173e88c8f53cd54c9096c79f3144007fd97 8328631: Convert java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java applet test to manual Reviewed-by: prr - test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.html ! test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java Changeset: e41bc42d Author: Richard Reingruber Date: 2024-03-21 14:09:42 +0000 URL: https://git.openjdk.org/loom/commit/e41bc42deb22615c9b93ee639d04e9ed2bd57f64 8327990: [macosx-aarch64] Various tests fail with -XX:+AssertWXAtThreadSync Reviewed-by: dholmes, stuefe, mdoerr, tholenstein, aph ! src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp ! src/hotspot/share/jfr/jni/jfrJniMethod.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp ! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp ! src/hotspot/share/jfr/support/jfrIntrinsics.cpp ! src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/prims/jvmtiExtensions.cpp Changeset: 725d87bb Author: Prasanta Sadhukhan Date: 2024-03-21 14:46:20 +0000 URL: https://git.openjdk.org/loom/commit/725d87bbc2abae2ca856d91668f0a494f93fca1c 8328570: Convert closed JViewport manual applet tests to main Reviewed-by: abhiscxk, kizune + test/jdk/javax/swing/JViewport/bug4137282.java + test/jdk/javax/swing/JViewport/bug4217252.java + test/jdk/javax/swing/JViewport/bug4237176.java + test/jdk/javax/swing/JViewport/bug4243479.java + test/jdk/javax/swing/JViewport/bug4750421.java Changeset: 75195aab Author: Harshitha Onkar Date: 2024-03-21 15:30:22 +0000 URL: https://git.openjdk.org/loom/commit/75195aab497a2d23548128e03f6887283dcaa7e1 8328299: Convert DnDFileGroupDescriptor.html applet test to main Reviewed-by: psadhukhan, tr ! test/jdk/ProblemList.txt - test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html ! test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java Changeset: 581b1e29 Author: Alexander Zvegintsev Date: 2024-03-21 15:31:42 +0000 URL: https://git.openjdk.org/loom/commit/581b1e29aebd425bade14d2ee46704a16187df5b 8328402: Implement pausing functionality for the PassFailJFrame Reviewed-by: aivanov, prr ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 16ed1913 Author: Albert Mingkun Yang Date: 2024-03-21 15:47:55 +0000 URL: https://git.openjdk.org/loom/commit/16ed191329b517766313761c8f3450b4a8285658 8328101: Parallel: Obsolete ParallelOldDeadWoodLimiterMean and ParallelOldDeadWoodLimiterStdDev Reviewed-by: tschatzl, iwalulya, sjohanss ! src/hotspot/share/gc/parallel/parallelArguments.cpp ! src/hotspot/share/gc/parallel/parallel_globals.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.cpp ! src/hotspot/share/gc/parallel/psParallelCompact.hpp ! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp ! src/hotspot/share/gc/shared/gc_globals.hpp ! src/hotspot/share/runtime/arguments.cpp Changeset: 1496b5de Author: Alexey Ivanov Date: 2024-03-21 16:02:17 +0000 URL: https://git.openjdk.org/loom/commit/1496b5de9004c6a9e43ead5f6e9e88362028a7cc 8327924: Simplify TrayIconScalingTest.java Reviewed-by: honkar, prr ! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java Changeset: e66788c1 Author: Alexey Ivanov Date: 2024-03-21 16:03:30 +0000 URL: https://git.openjdk.org/loom/commit/e66788c16563d343f6cccd2807a251ccc6f9b64a 8325179: Race in BasicDirectoryModel.validateFileCache 8238169: BasicDirectoryModel getDirectories and DoChangeContents.run can deadlock Reviewed-by: prr, tr, aturbanov, serb ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Changeset: ef2bd572 Author: Damon Nguyen Date: 2024-03-21 16:12:47 +0000 URL: https://git.openjdk.org/loom/commit/ef2bd5721316f208a458fecfffa02ec2c0ea7fe0 8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main Reviewed-by: abhiscxk, psadhukhan, aivanov - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.html - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java - test/jdk/javax/swing/JCheckBox/8032667/bug8032667_image_diff.java + test/jdk/javax/swing/JCheckBox/bug8032667.java Changeset: cc5cda55 Author: Damon Nguyen Date: 2024-03-21 16:33:39 +0000 URL: https://git.openjdk.org/loom/commit/cc5cda558736ffeae2a4611d87dfe280b9a4eac3 8328005: Convert java/awt/im/JTextFieldTest.java applet test to main Reviewed-by: prr, abhiscxk - test/jdk/java/awt/im/JTextFieldTest.html ! test/jdk/java/awt/im/JTextFieldTest.java Changeset: e81374e0 Author: Phil Race Date: 2024-03-21 17:47:19 +0000 URL: https://git.openjdk.org/loom/commit/e81374e0501a8201dac701824d2e29f2cedfcdff 8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet Reviewed-by: azvegint, abhiscxk ! test/jdk/java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java Changeset: fa823bd2 Author: Phil Race Date: 2024-03-21 17:48:23 +0000 URL: https://git.openjdk.org/loom/commit/fa823bd21c6676c67c42275efb59868200409b38 8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi Reviewed-by: abhiscxk, psadhukhan ! test/jdk/javax/swing/JSplitPane/4885629/bug4885629.java Changeset: ba05c6d0 Author: Damon Nguyen Date: 2024-03-21 17:55:23 +0000 URL: https://git.openjdk.org/loom/commit/ba05c6d0b6955a0c5110b75e709e2206961f9fec 8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main Reviewed-by: azvegint, aivanov + test/jdk/java/awt/image/multiresolution/MultiDisplayTest.java - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.html - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java Changeset: 6fb9ea62 Author: Patricio Chilano Mateo Date: 2024-03-22 09:37:55 +0000 URL: https://git.openjdk.org/loom/commit/6fb9ea6275e3cebef2815f77c7d6f7c7116aad95 Merge branch 'master' into fibers ! .jcheck/conf ! src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/classfile/javaClasses.hpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/runtime/frame.cpp ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/services/diagnosticCommand.cpp ! src/hotspot/share/services/diagnosticCommand.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java ! .jcheck/conf ! src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/classfile/javaClasses.hpp ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/runtime/frame.cpp ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/services/diagnosticCommand.cpp ! src/hotspot/share/services/diagnosticCommand.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp ! src/java.base/share/classes/java/lang/System.java ! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java From cedomir.segulja at gmail.com Mon Mar 25 17:04:19 2024 From: cedomir.segulja at gmail.com (Cedomir Segulja) Date: Mon, 25 Mar 2024 13:04:19 -0400 Subject: Virtual threads deadlock with next-in-line lock release Message-ID: Hi folks, We (Faire ) have recently started using virtual threads. Due to pinning, we've run into some deadlocks, but were able to proceed, with some code changes (our pinning was rooted in static class initialization). I am writing here to share our write up on this topic . I think for most part, for people here it will be yet another post on deadlocks :), but the part that might be interesting - I haven't seen that being discussed yet - is the part about lock release being done in virtual-thread-unaware manner, leading to difficult to analyze deadlock situations. Cheers, Cedo -------------- next part -------------- An HTML attachment was scrubbed... URL: From duke at openjdk.org Fri Mar 29 20:46:31 2024 From: duke at openjdk.org (duke) Date: Fri, 29 Mar 2024 20:46:31 GMT Subject: git: openjdk/loom: master: 104 new changesets Message-ID: Changeset: ab28045d Author: Viktor Klang Date: 2024-03-21 19:20:01 +0000 URL: https://git.openjdk.org/loom/commit/ab28045d7785d948b2bce685f06043e8217961f4 8328316: Finisher cannot emit if stream is sequential and integrator returned false Reviewed-by: psandoz ! src/java.base/share/classes/java/util/stream/GathererOp.java + test/jdk/java/util/stream/GathererShortCircuitTest.java Changeset: ab183e43 Author: Phil Race Date: 2024-03-21 20:07:58 +0000 URL: https://git.openjdk.org/loom/commit/ab183e437c18b445e9c022a4d74de818d4ccecbe 8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main Reviewed-by: abhiscxk, azvegint - test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.html ! test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java Changeset: 4210e507 Author: Alexey Bakhtin Date: 2024-03-21 22:28:02 +0000 URL: https://git.openjdk.org/loom/commit/4210e507a0e65de00fab50e0584aa82cd7b3bf27 8320362: Load anchor certificates from Keychain keystore Reviewed-by: weijun, mullan ! src/java.base/macosx/classes/apple/security/AppleProvider.java ! src/java.base/macosx/classes/apple/security/KeychainStore.java ! src/java.base/macosx/native/libosxsecurity/KeystoreImpl.m ! test/jdk/TEST.groups ! test/jdk/java/security/KeyStore/CheckMacOSKeyChainTrust.java + test/jdk/security/infra/javax/net/ssl/HttpsURLConnectionTest.java Changeset: 771f6a2f Author: Leonid Mesnik Date: 2024-03-21 22:35:25 +0000 URL: https://git.openjdk.org/loom/commit/771f6a2f8e236e224b0e33b89f664c4bfc49e595 8327704: Update nsk/jdi tests to use driver instead of othervm Reviewed-by: sspitsyn, cjplummer ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter001/addSourceNameFilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/events/events001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/listennosuspend/listennosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/lineNumber_s002/lineNumber_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourceName_s002/sourceName_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcePath_s002/sourcePath_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss002/allLineLocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi002/locationsOfLine_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue001/returnValue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue002/returnValue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue003/returnValue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue004/returnValue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects004/referringObjects004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss004/allLineLocations_ss004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availableStrata002/availableStrata002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum002/defaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum003/defaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum004/defaultStratum004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances002/instances002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances003/instances003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances005/instances005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi004/locationsOfLine_ssi004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourceNames003/sourceNames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcePaths003/sourcePaths003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues001/getArgumentValues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues002/getArgumentValues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues003/getArgumentValues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent003/stepEvent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent004/stepEvent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn003/forceEarlyReturn003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn004/forceEarlyReturn004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn005/forceEarlyReturn005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn008/forceEarlyReturn008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn009/forceEarlyReturn009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn013/forceEarlyReturn013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn014/forceEarlyReturn014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn015/forceEarlyReturn015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames001/ownedMonitorsAndFrames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames002/ownedMonitorsAndFrames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/ownedMonitorsAndFrames004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames005/ownedMonitorsAndFrames005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames006/ownedMonitorsAndFrames006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames007/ownedMonitorsAndFrames007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames009/ownedMonitorsAndFrames009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status003/status003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status004/status004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status005/status005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status006/status006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status007/status007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status008/status008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts001/instancecounts001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts004/instancecounts004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum002/setDefaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum003/setDefaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassExclusionFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ClassName.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ReferenceType.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/InstanceFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/OwnedMonitorsDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/SerialExecutionDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/StressTestTemplate.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/TestDebuggerType1.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ThreadFilterTest.java Changeset: f7f291c5 Author: Phil Race Date: 2024-03-21 22:48:06 +0000 URL: https://git.openjdk.org/loom/commit/f7f291c5d4d2d01dab3ccda7518ebc13f6bd58f6 8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program Reviewed-by: honkar - test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.html ! test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.java Changeset: 46809b39 Author: Archie Cobbs Committer: Vicente Romero Date: 2024-03-21 22:54:15 +0000 URL: https://git.openjdk.org/loom/commit/46809b396ca76210f7939c8edf5a8263c29d3ddb 8324736: Invalid end positions for EMPTY_STATEMENT Reviewed-by: vromero ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/langtools/tools/javac/parser/ReversedSourcePositions.java Changeset: 0efd9dc0 Author: Harshitha Onkar Date: 2024-03-21 23:06:33 +0000 URL: https://git.openjdk.org/loom/commit/0efd9dc09b969846f79fb8ca16ddf565117d52b6 8328398: Convert java/awt/im/4490692/bug4490692.html applet test to main Reviewed-by: achung, azvegint - test/jdk/java/awt/im/4490692/bug4490692.html - test/jdk/java/awt/im/4490692/bug4490692.java + test/jdk/java/awt/im/bug4490692.java Changeset: 4d36c4ad Author: Serguei Spitsyn Date: 2024-03-22 00:30:07 +0000 URL: https://git.openjdk.org/loom/commit/4d36c4adcc47630ddc7149c48c06dc8a93c1be5c 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake Reviewed-by: pchilanomate, lmesnik ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/runtime/escapeBarrier.cpp Changeset: da009214 Author: Koichi Sakata Date: 2024-03-22 00:56:33 +0000 URL: https://git.openjdk.org/loom/commit/da009214f19f73965495b8462c9dcff5db8ae7ae 8320404: Double whitespace in SubTypeCheckNode::dump_spec output Reviewed-by: chagedorn, thartmann ! src/hotspot/share/opto/subtypenode.cpp Changeset: 177b8a24 Author: Tejesh R Date: 2024-03-22 03:21:35 +0000 URL: https://git.openjdk.org/loom/commit/177b8a241c11782b302607c0068b15b38112e67c 8327840: Automate javax/swing/border/Test4129681.java Reviewed-by: abhiscxk, prr ! test/jdk/javax/swing/border/Test4129681.java Changeset: 256d48b1 Author: Abhishek Kumar Date: 2024-03-22 03:40:33 +0000 URL: https://git.openjdk.org/loom/commit/256d48b19694e86bb26d67ed56de8ac94a31f4ff 8327980: Convert javax/swing/JToggleButton/4128979/bug4128979.java applet test to main Reviewed-by: honkar, tr - test/jdk/javax/swing/JToggleButton/4128979/bug4128979.html - test/jdk/javax/swing/JToggleButton/4128979/bug4128979.java + test/jdk/javax/swing/JToggleButton/bug4128979.java Changeset: 9bc741d0 Author: Christian Stein Date: 2024-03-22 05:29:20 +0000 URL: https://git.openjdk.org/loom/commit/9bc741d04f0c2e731f67ac21144812a55d0ea03d 8328339: Static import prevents source launcher from finding class with main method Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/MemoryContext.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/ProgramDescriptor.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/SourceLauncher.java ! test/langtools/tools/javac/launcher/SourceLauncherTest.java Changeset: d44aaa37 Author: Prasadrao Koppula Committer: Sean Coffey Date: 2024-03-22 07:02:37 +0000 URL: https://git.openjdk.org/loom/commit/d44aaa37f98dd383aebbec097427feb1f1c29b74 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message Reviewed-by: djelinski, coffeys, jjiang, ascarpino ! src/java.base/share/classes/sun/security/ssl/ServerHello.java + test/jdk/javax/net/ssl/TLSv13/EngineOutOfSeqCCS.java Changeset: 940d1965 Author: Matthias Baesken Date: 2024-03-22 07:09:37 +0000 URL: https://git.openjdk.org/loom/commit/940d1965f831a9f7e4f1ce34e381c038827c7ca2 8328604: remove on_aix() function Reviewed-by: clanger, stuefe ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp Changeset: e669d14d Author: Guoxiong Li Date: 2024-03-22 08:43:45 +0000 URL: https://git.openjdk.org/loom/commit/e669d14d4789f0047e8ef2112798f92ed28b31ca 8328671: Mark `allocate_new_tlab` and `unsafe_max_tlab_alloc` of `CollectedHeap` as `pure virtual` Reviewed-by: stefank, tschatzl ! src/hotspot/share/gc/shared/collectedHeap.cpp ! src/hotspot/share/gc/shared/collectedHeap.hpp Changeset: b334a8e5 Author: Joachim Kern Committer: Martin Doerr Date: 2024-03-22 09:27:09 +0000 URL: https://git.openjdk.org/loom/commit/b334a8e5fc2c05e9e64402ca8185f3ab5140b3a7 8328272: [AIX] Use flag kind "diagnostic" for platform specific flags Reviewed-by: mdoerr, stuefe ! src/hotspot/os/aix/globals_aix.hpp Changeset: 38e3cda4 Author: Abhishek Kumar Date: 2024-03-22 09:46:08 +0000 URL: https://git.openjdk.org/loom/commit/38e3cda4420ef921cc6e43cb18338ec18c12011f 8328670: Automate and open source few closed manual applet test Reviewed-by: psadhukhan, tr + test/jdk/javax/swing/JInternalFrame/Ctrli.java + test/jdk/javax/swing/JMenuItem/JActionCommandTest.java Changeset: cd534f81 Author: Prasanta Sadhukhan Date: 2024-03-22 10:25:13 +0000 URL: https://git.openjdk.org/loom/commit/cd534f8197341fbe3b3811f5be43c88090e16366 8328673: Convert closed text/html/CSS manual applet test to main Reviewed-by: abhiscxk, aivanov + test/jdk/javax/swing/text/html/CSS/bug4271058.java + test/jdk/javax/swing/text/html/CSS/bug4286458.java Changeset: d379afbc Author: Doug Simon Date: 2024-03-22 10:57:20 +0000 URL: https://git.openjdk.org/loom/commit/d379afbc11b82d72506ee71a2b36b04cf20f48ae 8328312: runtime/stack/Stack0*.java fails intermittently on libgraal Reviewed-by: lmesnik, dholmes ! test/hotspot/jtreg/runtime/stack/Stack011.java ! test/hotspot/jtreg/runtime/stack/Stack012.java Changeset: 528efe20 Author: Abhishek Kumar Date: 2024-03-22 11:10:33 +0000 URL: https://git.openjdk.org/loom/commit/528efe206d5ee3775b01f3b90600ca3cab6c96f0 8328484: Convert and Opensource few JFileChooser applet test to main Reviewed-by: psadhukhan, tr + test/jdk/javax/swing/JFileChooser/EnterEmptyDirectory.java + test/jdk/javax/swing/JFileChooser/FileSelectionTests.java + test/jdk/javax/swing/JFileChooser/ShowHiddenFiles.java Changeset: e06b568c Author: Albert Mingkun Yang Date: 2024-03-22 12:08:56 +0000 URL: https://git.openjdk.org/loom/commit/e06b568c3c645dc9bb3d3e601e5429bb6a9b31f1 8328602: Parallel: Incorrect assertion in fill_dense_prefix_end Reviewed-by: gli, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: 638708ca Author: Alexander Zvegintsev Date: 2024-03-22 13:13:13 +0000 URL: https://git.openjdk.org/loom/commit/638708cad8228f62caf633015973403164675560 8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization Reviewed-by: kizune ! test/jdk/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.java ! test/jdk/java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java Changeset: e80619a0 Author: Magnus Ihse Bursie Date: 2024-03-22 14:12:26 +0000 URL: https://git.openjdk.org/loom/commit/e80619a032c16d16de6e063e7650b60bc317ee7e 8328680: Introduce JDK_LIB, and clean up module native compilation Reviewed-by: erikj, jwaters ! make/autoconf/libraries.m4 ! make/autoconf/spec.gmk.template ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Launcher.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.scripting/Launcher.gmk ! make/modules/java.security.jgss/Launcher.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.compiler/Launcher.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Launcher.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.httpserver/Launcher.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jartool/Launcher.gmk ! make/modules/jdk.javadoc/Launcher.gmk ! make/modules/jdk.jcmd/Launcher.gmk ! make/modules/jdk.jconsole/Launcher.gmk ! make/modules/jdk.jdeps/Launcher.gmk ! make/modules/jdk.jdi/Launcher.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jfr/Launcher.gmk ! make/modules/jdk.jlink/Launcher.gmk ! make/modules/jdk.jpackage/Launcher.gmk ! make/modules/jdk.jshell/Launcher.gmk ! make/modules/jdk.jstatd/Launcher.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.management/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: f207aa94 Author: Aleksey Shipilev Date: 2024-03-22 14:12:37 +0000 URL: https://git.openjdk.org/loom/commit/f207aa94f9296932276c2952252b263efc793b3f 8326960: GHA: RISC-V sysroot cannot be debootstrapped due to ongoing Debian t64 transition Reviewed-by: fyang, erikj ! .github/workflows/build-cross-compile.yml Changeset: 709410d8 Author: Maurizio Cimadamore Date: 2024-03-22 15:09:27 +0000 URL: https://git.openjdk.org/loom/commit/709410d8a4ca176c52d9c0abf80ed59eeb6bdaf3 8328679: Improve comment for UNSAFE_ENTRY_SCOPED in unsafe.cpp Reviewed-by: jvernee, dholmes ! src/hotspot/share/prims/unsafe.cpp Changeset: 13cf0707 Author: Martin Balao Date: 2024-03-22 15:28:05 +0000 URL: https://git.openjdk.org/loom/commit/13cf0707f903609c9bda99a9bf7511f494f9feae 8328556: Do not extract large CKO_SECRET_KEY keys from the NSS Software Token Reviewed-by: djelinski ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c + test/jdk/sun/security/pkcs11/Mac/TestLargeSecretKeys.java Changeset: 739957ca Author: Alexander Zuev Date: 2024-03-22 15:40:38 +0000 URL: https://git.openjdk.org/loom/commit/739957ca1e3b9ac9131a68990178e92691744157 8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main Reviewed-by: azvegint + test/jdk/java/awt/FileDialog/FileDialogOpenDirTest.java - test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.html - test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.java Changeset: b7a51dd0 Author: Alexander Zuev Date: 2024-03-22 15:52:52 +0000 URL: https://git.openjdk.org/loom/commit/b7a51dd0e8d56a9673b2c802d69019c23d43cb76 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main Reviewed-by: psadhukhan, azvegint + test/jdk/java/awt/FileDialog/FileDialogForPackages.java - test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.html - test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.java Changeset: ce7ebaa6 Author: Jesper Wilhelmsson Date: 2024-03-22 16:00:52 +0000 URL: https://git.openjdk.org/loom/commit/ce7ebaa606f96fdfee66d300b56022d9903b5ae3 8328812: Update and move siphash license Reviewed-by: lfoltan = src/java.base/share/legal/siphash.md Changeset: 4d932d61 Author: Nizar Benalla Committer: Justin Lu Date: 2024-03-22 16:11:30 +0000 URL: https://git.openjdk.org/loom/commit/4d932d615c78f45516a4f136398e7610546065a6 8326853: Missing `@since` tags for Charset related methods added in Java 10 Reviewed-by: jlu, naoto ! src/java.base/share/classes/java/nio/channels/Channels.java ! src/java.base/share/classes/java/util/Formatter.java Changeset: 23ebd9c3 Author: Phil Race Date: 2024-03-22 17:17:06 +0000 URL: https://git.openjdk.org/loom/commit/23ebd9c3c69d09e6afe672d00b43da2ccc493480 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java Reviewed-by: aivanov + test/jdk/java/awt/Dialog/JaWSTest.java Changeset: c7bbf849 Author: Harshitha Onkar Date: 2024-03-22 17:31:10 +0000 URL: https://git.openjdk.org/loom/commit/c7bbf849290b39b8e89290234d70d8333df24710 8328190: Convert AWTPanelSmoothWheel.html applet test to main Reviewed-by: azvegint, abhiscxk, aivanov + test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java - test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.html - test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.java Changeset: 4324e3be Author: Zhengyu Gu Date: 2024-03-22 19:21:13 +0000 URL: https://git.openjdk.org/loom/commit/4324e3be9ea8233b3625440330b9e8a269672f85 8328612: AdaptiveSizePolicySpaceOverheadTester::is_exceeded() print max_eden_size twice Reviewed-by: ayang ! src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp Changeset: f33a8445 Author: Calvin Cheung Date: 2024-03-22 20:15:13 +0000 URL: https://git.openjdk.org/loom/commit/f33a8445ebfc3089e91688383db26b91e582658c 8325536: JVM crash during CDS archive creation with -XX:+AllowArchivingWithJavaAgent Reviewed-by: iklam, matsaave ! src/hotspot/share/cds/archiveBuilder.cpp ! src/hotspot/share/classfile/klassFactory.cpp + test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/AppWithBMH.java ! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java ! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/SimpleAgent.java Changeset: c013fa18 Author: Sergey Bylokhov Date: 2024-03-22 21:03:57 +0000 URL: https://git.openjdk.org/loom/commit/c013fa18119bbd2e355d5c0d13cd8c172892800a 8328194: Add a test to check default rendering engine Reviewed-by: prr, tr + test/jdk/sun/java2d/marlin/DefaultRenderingEngine.java Changeset: 476421ef Author: Damon Nguyen Date: 2024-03-22 23:09:12 +0000 URL: https://git.openjdk.org/loom/commit/476421efe574eca6ba92aaa7fc86dfca99fdd7b2 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main Reviewed-by: honkar, psadhukhan - test/jdk/java/awt/print/Dialog/PrintApplet.html - test/jdk/java/awt/print/Dialog/PrintApplet.java + test/jdk/java/awt/print/Dialog/PrintModalDialog.java Changeset: bc739639 Author: Alex Menkov Date: 2024-03-22 23:30:54 +0000 URL: https://git.openjdk.org/loom/commit/bc73963974a824d77d54b8b0edbf8f05262b721c 8328303: 3 JDI tests timed out with UT enabled Reviewed-by: cjplummer, sspitsyn, dcubed ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java Changeset: c7b9dc46 Author: Gui Cao Committer: Fei Yang Date: 2024-03-25 01:18:50 +0000 URL: https://git.openjdk.org/loom/commit/c7b9dc463a7e0347fc2e2ce5578e8fb39ea0b733 8328404: RISC-V: Fix potential crash in C2_MacroAssembler::arrays_equals Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv.ad Changeset: 9f920b9b Author: Jasmine Karthikeyan Committer: Emanuel Peter Date: 2024-03-25 06:23:11 +0000 URL: https://git.openjdk.org/loom/commit/9f920b9bbf8a64e2c2db085cf3da30db37c0d1bc 8324655: Identify integer minimum and maximum patterns created with if statements Reviewed-by: epeter, qamai ! src/hotspot/share/opto/addnode.cpp ! src/hotspot/share/opto/addnode.hpp ! src/hotspot/share/opto/movenode.cpp ! src/hotspot/share/opto/movenode.hpp + test/hotspot/jtreg/compiler/c2/irTests/TestIfMinMax.java ! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java + test/micro/org/openjdk/bench/vm/compiler/IfMinMax.java Changeset: acc4a828 Author: Kim Barrett Date: 2024-03-25 07:07:47 +0000 URL: https://git.openjdk.org/loom/commit/acc4a828184bd2838a5c0b572f404aa1edaf59e2 8328862: Remove unused GrowableArrayFilterIterator Reviewed-by: dholmes ! src/hotspot/share/utilities/growableArray.hpp Changeset: cf9b5a71 Author: Matthias Baesken Date: 2024-03-25 08:33:31 +0000 URL: https://git.openjdk.org/loom/commit/cf9b5a71bd66a51147d0dbf9ecf4038101a1e191 8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly Reviewed-by: clanger, lucy ! src/hotspot/os/aix/os_aix.cpp Changeset: 19a0151a Author: Raffaello Giulietti Date: 2024-03-25 08:47:14 +0000 URL: https://git.openjdk.org/loom/commit/19a0151a529ca69b3bef1ca821d9292018efbb7c 8328700: Unused import and variable should be deleted in regex package Reviewed-by: redestad, rriggs, bpb, naoto, iris ! src/java.base/share/classes/java/util/regex/CharPredicates.java ! src/java.base/share/classes/java/util/regex/Pattern.java Changeset: b235682a Author: Matthias Baesken Date: 2024-03-25 09:21:04 +0000 URL: https://git.openjdk.org/loom/commit/b235682a18653ab16f2d9b03b1e55698a91273b7 8328709: AIX os::get_summary_cpu_info support Power 10 Reviewed-by: lucy, jkern ! src/hotspot/os/aix/os_aix.cpp Changeset: 93579c29 Author: Per Minborg Date: 2024-03-25 09:37:24 +0000 URL: https://git.openjdk.org/loom/commit/93579c29e3ba60a8bc16d712e7ffc733f324a223 8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment Reviewed-by: mcimadamore ! src/java.base/share/classes/jdk/internal/foreign/AbstractMemorySegmentImpl.java ! test/jdk/java/foreign/TestMismatch.java Changeset: f67ec19e Author: Prasanta Sadhukhan Date: 2024-03-25 10:11:43 +0000 URL: https://git.openjdk.org/loom/commit/f67ec19e236e3b4d2d4d4993a7d64b8de052d241 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only Reviewed-by: prr ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java Changeset: 29ba4b7d Author: Aleksey Shipilev Date: 2024-03-25 11:45:51 +0000 URL: https://git.openjdk.org/loom/commit/29ba4b7d1e62a834c1693fe6ad383c19467afc81 8328705: GHA: Cross-compilation jobs do not require build JDK Reviewed-by: erikj, ihse ! .github/workflows/build-cross-compile.yml ! .github/workflows/main.yml Changeset: 0c1b254b Author: Daniel Lund?n Committer: Tobias Hartmann Date: 2024-03-25 12:04:44 +0000 URL: https://git.openjdk.org/loom/commit/0c1b254be9ddd3883313f80b61229eacf09aa862 8326438: C2: assert(ld->in(1)->Opcode() == Op_LoadN) failed: Assumption invalid: input to DecodeN is not LoadN Reviewed-by: kvn, rcastanedalo, thartmann ! src/hotspot/share/opto/graphKit.cpp Changeset: cb2a6713 Author: Roland Westrelin Date: 2024-03-25 12:55:08 +0000 URL: https://git.openjdk.org/loom/commit/cb2a6713596548d76c03912709656172b0bbcc76 8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks Reviewed-by: kvn, chagedorn ! src/hotspot/share/opto/loopnode.cpp ! src/hotspot/share/opto/loopnode.hpp + test/hotspot/jtreg/compiler/rangechecks/TestLargeScaleInLongRCOverflow.java Changeset: 142c311e Author: Zhengyu Gu Date: 2024-03-25 13:04:07 +0000 URL: https://git.openjdk.org/loom/commit/142c311e3b9bd3f00edaa6ba7bcbc9fc285ee9b9 8328744: Parallel: Parallel GC throws OOM before heap is fully expanded Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/parallel/psScavenge.cpp Changeset: af15c68f Author: Roland Westrelin Date: 2024-03-25 13:45:16 +0000 URL: https://git.openjdk.org/loom/commit/af15c68f3ccb72537b0a60d942f12d600f13ebb6 8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled" Reviewed-by: chagedorn, thartmann ! src/hotspot/share/opto/domgraph.cpp + test/hotspot/jtreg/compiler/loopopts/TestPartialPeelingAtSingleInputRegion.java Changeset: 26b2ec48 Author: Magnus Ihse Bursie Date: 2024-03-25 15:04:38 +0000 URL: https://git.openjdk.org/loom/commit/26b2ec4847df4b41cbb7a7dd86d78bd3451e3e51 8328824: Clean up java.base native compilation Reviewed-by: erikj ! make/Main.gmk ! make/common/JdkNativeCompilation.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.base/Copy.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk Changeset: a1fbbffb Author: Damon Nguyen Date: 2024-03-25 16:00:14 +0000 URL: https://git.openjdk.org/loom/commit/a1fbbffb5e0d7e41a9c3041b7e64382780e86f50 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main Reviewed-by: honkar, tr ! test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java - test/jdk/javax/swing/JColorChooser/8065098/bug8065098.html ! test/jdk/javax/swing/JColorChooser/8065098/bug8065098.java Changeset: 70a15c73 Author: Rajan Halade Date: 2024-03-25 16:31:42 +0000 URL: https://git.openjdk.org/loom/commit/70a15c73638f45b9ed629abc0ea2d86a324bf624 8328825: Google CAInterop test failures Reviewed-by: shade ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 907e30ff Author: Christoph Langer Date: 2024-03-25 16:31:52 +0000 URL: https://git.openjdk.org/loom/commit/907e30ff00abd6cd4935987810d282f46ec07704 8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket Reviewed-by: dfuchs, aefimov ! src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java ! src/java.naming/share/classes/module-info.java ! test/jdk/com/sun/jndi/ldap/LdapSSLHandshakeFailureTest.java Changeset: 78d1b904 Author: Alisen Chung Date: 2024-03-25 17:02:48 +0000 URL: https://git.openjdk.org/loom/commit/78d1b9046830198cd61c505f04f245a430878a5b 8328380: Remove applet usage from JColorChooser tests Test6348456 Reviewed-by: honkar - test/jdk/javax/swing/JColorChooser/Test6348456.html ! test/jdk/javax/swing/JColorChooser/Test6348456.java Changeset: c7cf6020 Author: Alexander Zuev Date: 2024-03-25 17:17:33 +0000 URL: https://git.openjdk.org/loom/commit/c7cf6020782525eb17ff3013195a81d711a4fce1 8328385: Convert java/awt/FileDialog/FileDialogReturnTest test to main Reviewed-by: achung, prr + test/jdk/java/awt/FileDialog/FileDialogReturnTest.java - test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.html - test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.java Changeset: 447436e1 Author: Aleksey Shipilev Date: 2024-03-25 18:15:45 +0000 URL: https://git.openjdk.org/loom/commit/447436e18c754424a62af5135fb3a8973564091d 8328948: GHA: Restoring sysroot from cache skips the build after JDK-8326960 Reviewed-by: clanger, ihse ! .github/workflows/build-cross-compile.yml Changeset: fb8f2a0a Author: Alexander Zvegintsev Date: 2024-03-25 18:59:28 +0000 URL: https://git.openjdk.org/loom/commit/fb8f2a0a929ebe7f65c69741712b89bbb403ade9 8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main Reviewed-by: tr, prr - test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.html ! test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java Changeset: 27ac39a2 Author: Damon Nguyen Date: 2024-03-25 21:24:44 +0000 URL: https://git.openjdk.org/loom/commit/27ac39a2bc8250bfae859568cb0ee0963900aafa 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main Reviewed-by: psadhukhan, prr - test/jdk/java/awt/print/PageFormat/SetOrient.html ! test/jdk/java/awt/print/PageFormat/SetOrient.java Changeset: 4047a362 Author: Damon Nguyen Date: 2024-03-25 23:51:31 +0000 URL: https://git.openjdk.org/loom/commit/4047a3623a44d86df2b82565f33ce739a882802d 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Reviewed-by: prr, honkar + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java Changeset: 7560dbb9 Author: Alexander Zuev Date: 2024-03-26 01:02:20 +0000 URL: https://git.openjdk.org/loom/commit/7560dbb9258f651a221bc8350816845735929fd9 8316324: Opensource five miscellaneous Swing tests Reviewed-by: prr + test/jdk/javax/swing/InputVerifier/bug4774166.java + test/jdk/javax/swing/JButton/DefaultButtonLeak.java + test/jdk/javax/swing/JButton/bug4385611.java + test/jdk/javax/swing/JComponent/bug4706883.java + test/jdk/javax/swing/plaf/motif/bug4150591.java Changeset: 5f7432f7 Author: Serguei Spitsyn Date: 2024-03-26 02:21:47 +0000 URL: https://git.openjdk.org/loom/commit/5f7432f7b1ca52941b717fd35a929c91fbdd276d 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake Reviewed-by: lmesnik, pchilanomate ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp Changeset: 5d19d155 Author: Koichi Sakata Date: 2024-03-26 04:17:42 +0000 URL: https://git.openjdk.org/loom/commit/5d19d15517f08e13dc4b2025bf289091e47fa55b 8325186: JVMTI VirtualThreadGetThreadStateClosure class is no longer used and should be removed Reviewed-by: lmesnik, sspitsyn ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp Changeset: 44549b60 Author: Jie Fu Date: 2024-03-26 06:01:06 +0000 URL: https://git.openjdk.org/loom/commit/44549b605a7aad1e3143a4058ef6504a7c04167a 8329012: IGV: Update required JDK version in README.md Reviewed-by: rcastanedalo ! src/utils/IdealGraphVisualizer/README.md Changeset: 9d441e3e Author: Leo Korinth Date: 2024-03-26 09:06:39 +0000 URL: https://git.openjdk.org/loom/commit/9d441e3e56e733d64dbadde6854761e4545c1c70 8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed" Reviewed-by: tschatzl, kbarrett ! test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java Changeset: 7b1f2c80 Author: Magnus Ihse Bursie Date: 2024-03-26 09:35:32 +0000 URL: https://git.openjdk.org/loom/commit/7b1f2c801fee6366ee37e873cda29c1ae7ad7e74 8327493: Update minimum Xcode version in docs Reviewed-by: clanger ! doc/building.html ! doc/building.md Changeset: b9c76ded Author: Matthias Baesken Date: 2024-03-26 10:00:56 +0000 URL: https://git.openjdk.org/loom/commit/b9c76dedf4aa2248a5e561a535c9e3e181f7836a 8329074: AIX build fails after JDK-8328824 Reviewed-by: clanger, goetz ! make/modules/java.base/lib/CoreLibraries.gmk Changeset: cc1800fa Author: Elif Aslan Committer: Aleksey Shipilev Date: 2024-03-26 11:47:53 +0000 URL: https://git.openjdk.org/loom/commit/cc1800fa4de3c1369efd46f5ca967ea82763f5d5 8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac Reviewed-by: gli, shade, rriggs ! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java Changeset: 472fcb6e Author: Guoxiong Li Date: 2024-03-26 13:11:28 +0000 URL: https://git.openjdk.org/loom/commit/472fcb6e6e5fce4d5166a73894d1e7e4bd91bc58 8328508: Unify the signatures of the methods address_for_index() and index_for() in BOT implementations Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp ! src/hotspot/share/gc/serial/vmStructs_serial.hpp ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp Changeset: da8a095a Author: Guoxiong Li Date: 2024-03-26 14:34:52 +0000 URL: https://git.openjdk.org/loom/commit/da8a095a19c90e7ee2b45fab9b533a1092887023 8328928: Serial: Use IsGCActiveMark instead of AutoModifyRestore in SerialHeap::do_collection Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/serial/serialHeap.cpp Changeset: 153410f4 Author: Matthias Baesken Date: 2024-03-26 16:24:05 +0000 URL: https://git.openjdk.org/loom/commit/153410f480c372604e5825bfcd3a63f137e6a013 8328930: [AIX] remove pase related coding Reviewed-by: clanger, lucy ! src/hotspot/os/aix/attachListener_aix.cpp - src/hotspot/os/aix/libo4.cpp - src/hotspot/os/aix/libo4.hpp ! src/hotspot/os/aix/libodm_aix.hpp ! src/hotspot/os/aix/libperfstat_aix.hpp ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp ! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c Changeset: 89e0889a Author: Doug Simon Date: 2024-03-26 17:36:18 +0000 URL: https://git.openjdk.org/loom/commit/89e0889ab3beb96103ee381d9a54614e49e6d9d7 8328858: More runtime/stack tests fail intermittently on libgraal Reviewed-by: dholmes, never ! test/hotspot/jtreg/runtime/stack/Stack003.java ! test/hotspot/jtreg/runtime/stack/Stack004.java ! test/hotspot/jtreg/runtime/stack/Stack005.java ! test/hotspot/jtreg/runtime/stack/Stack006.java ! test/hotspot/jtreg/runtime/stack/Stack007.java ! test/hotspot/jtreg/runtime/stack/Stack008.java ! test/hotspot/jtreg/runtime/stack/Stack009.java ! test/hotspot/jtreg/runtime/stack/Stack010.java ! test/hotspot/jtreg/runtime/stack/Stack013.java ! test/hotspot/jtreg/runtime/stack/Stack014.java ! test/hotspot/jtreg/runtime/stack/Stack015.java ! test/hotspot/jtreg/runtime/stack/Stack016.java Changeset: db01fcd6 Author: Damon Nguyen Date: 2024-03-26 19:00:44 +0000 URL: https://git.openjdk.org/loom/commit/db01fcd6d8c24b01a1f23c71b2917ff396b0686f 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main Reviewed-by: prr, tr + test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java Changeset: 2725405a Author: Daniel Fuchs Date: 2024-03-26 20:04:30 +0000 URL: https://git.openjdk.org/loom/commit/2725405ac9d93761e26812d010d315a48f86071c 8327991: Improve HttpClient documentation with regard to reclaiming resources Reviewed-by: michaelm, jpai ! src/java.net.http/share/classes/java/net/http/HttpClient.java ! src/java.net.http/share/classes/java/net/http/HttpResponse.java ! src/java.net.http/share/classes/java/net/http/package-info.java Changeset: 8fc9097b Author: Alex Menkov Date: 2024-03-26 23:54:28 +0000 URL: https://git.openjdk.org/loom/commit/8fc9097b3720314ef7efaf1f3ac31898c8d6ca19 8315575: Retransform of record class with record component annotation fails with CFE Reviewed-by: sspitsyn, coleenp ! src/hotspot/share/classfile/classFileParser.cpp ! src/hotspot/share/oops/recordComponent.cpp ! src/hotspot/share/oops/recordComponent.hpp ! src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp + test/jdk/java/lang/instrument/RetransformRecordAnnotation.java Changeset: 9e566d76 Author: Thomas Stuefe Date: 2024-03-27 08:36:40 +0000 URL: https://git.openjdk.org/loom/commit/9e566d76d1d8acca27d8f69fffcbeb0b49b060ba 8327971: Multiple ASAN errors reported for metaspace 8327988: When running ASAN, disable dangerous NMT test Reviewed-by: jsjolen, rkennke ! src/hotspot/share/memory/metaspace/metachunk.cpp ! src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp ! src/hotspot/share/nmt/mallocTracker.cpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/utilities/macros.hpp ! test/hotspot/gtest/metaspace/test_virtualspacenode.cpp ! test/hotspot/gtest/nmt/test_nmt_buffer_overflow_detection.cpp ! test/hotspot/gtest/nmt/test_nmt_cornercases.cpp ! test/hotspot/gtest/nmt/test_nmt_locationprinting.cpp Changeset: 4dfcc6df Author: Aggelos Biboudis Date: 2024-03-27 09:38:25 +0000 URL: https://git.openjdk.org/loom/commit/4dfcc6df173d91b9b0b73d1ac3008e7cbb283871 8329115: Crash involving return from inner switch Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java + test/langtools/tools/javac/patterns/T8329115.java + test/langtools/tools/javac/patterns/T8329115.out Changeset: 788d2bc4 Author: Albert Mingkun Yang Date: 2024-03-27 10:29:00 +0000 URL: https://git.openjdk.org/loom/commit/788d2bc40c0340ae5d157c84ce9c101a25464785 8329169: Parallel: Remove unused local variable in MutableSpace::print_on Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/mutableSpace.cpp Changeset: 37a5a083 Author: Magnus Ihse Bursie Date: 2024-03-27 10:30:58 +0000 URL: https://git.openjdk.org/loom/commit/37a5a08378fa686cda97357a0ad2632c359c98b9 8329102: Clean up jdk.jpackage native compilation Reviewed-by: erikj ! make/common/JdkNativeCompilation.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: d0a26503 Author: Hannes Walln?fer Date: 2024-03-27 12:20:55 +0000 URL: https://git.openjdk.org/loom/commit/d0a265039a36292d87b249af0e8977982e5acc7b 8324774: Add DejaVu web fonts 8327385: Add JavaDoc option to exclude web fonts from generated documentation Reviewed-by: ihse, jjg ! make/CompileInterimLangtools.gmk ! make/modules/jdk.javadoc/Java.gmk ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/dejavu.css ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseOptions.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java + src/jdk.javadoc/share/legal/dejavufonts.md ! test/langtools/jdk/javadoc/doclet/checkLibraryVersions/CheckLibraryVersions.java + test/langtools/jdk/javadoc/doclet/testFonts/TestFonts.java ! test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java ! test/langtools/jdk/javadoc/testJavadocTester/TestJavadocTester.java ! test/langtools/jdk/javadoc/tool/CheckManPageOptions.java ! test/langtools/jdk/javadoc/tool/api/basic/APITest.java Changeset: d292aabf Author: Magnus Ihse Bursie Date: 2024-03-27 14:44:40 +0000 URL: https://git.openjdk.org/loom/commit/d292aabf05edf41e14eca1976142f63c7b54779e 8329086: Clean up java.desktop native compilation Reviewed-by: erikj ! make/autoconf/lib-bundled.m4 ! make/autoconf/spec.gmk.template ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.prefs/Lib.gmk Changeset: 614db2ea Author: Aleksey Shipilev Date: 2024-03-27 14:44:50 +0000 URL: https://git.openjdk.org/loom/commit/614db2ea9e10346475eef34629eab54878aa482d 8328638: Fallback option for POST-only OCSP requests Reviewed-by: mullan, rhalade ! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java ! test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 05854fd7 Author: Roland Westrelin Date: 2024-03-27 16:14:18 +0000 URL: https://git.openjdk.org/loom/commit/05854fd704cba6ebd73007d9547a064891d49587 8329163: C2: possible overflow in PhaseIdealLoop::extract_long_range_checks() Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/loopnode.cpp Changeset: 892b8bb6 Author: Doug Simon Date: 2024-03-27 17:47:38 +0000 URL: https://git.openjdk.org/loom/commit/892b8bb6d1725119e4c9ada8f2617c15f8af674e 8329189: runtime/stack/Stack016.java fails on libgraal Reviewed-by: never ! test/hotspot/jtreg/runtime/stack/Stack016.java Changeset: cc5b9c63 Author: Alisen Chung Date: 2024-03-27 19:18:52 +0000 URL: https://git.openjdk.org/loom/commit/cc5b9c63cbc1743e22f80dce51d803e267c60317 8328227: Remove applet usage from JColorChooser tests Test4887836 Reviewed-by: honkar, prr - test/jdk/javax/swing/JColorChooser/Test4887836.html ! test/jdk/javax/swing/JColorChooser/Test4887836.java Changeset: e3588bba Author: Alisen Chung Date: 2024-03-27 19:19:51 +0000 URL: https://git.openjdk.org/loom/commit/e3588bba0451d7d505b0e22d014842110677041b 8328819: Remove applet usage from JFileChooser tests bug6698013 Reviewed-by: honkar, tr, dnguyen - test/jdk/javax/swing/JFileChooser/6698013/bug6698013.html ! test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java Changeset: 0cb0b5db Author: Justin Lu Date: 2024-03-27 21:13:28 +0000 URL: https://git.openjdk.org/loom/commit/0cb0b5db2ac0f9b5a8fe40c5be5f7b12124fe402 8327875: ChoiceFormat should advise throwing UnsupportedOperationException for unused methods Reviewed-by: naoto ! src/java.base/share/classes/java/text/ChoiceFormat.java Changeset: 3eb1d05d Author: Vladimir Kozlov Date: 2024-03-27 21:56:53 +0000 URL: https://git.openjdk.org/loom/commit/3eb1d05d853e92949bf239ac4b88436a4fe0997d 8328986: Deprecate UseRTM* flags for removal Co-authored-by: Roman Kennke Reviewed-by: vlivanov, sviswanathan, dholmes ! src/hotspot/cpu/x86/globals_x86.hpp ! src/hotspot/share/runtime/arguments.cpp ! src/java.base/share/man/java.1 ! test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Changeset: 4fa77a2a Author: Guoxiong Li Date: 2024-03-28 04:03:16 +0000 URL: https://git.openjdk.org/loom/commit/4fa77a2ad47a1a7c4064462c5c36e7710ec72549 8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t* Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp Changeset: d580bcf9 Author: Magnus Ihse Bursie Date: 2024-03-28 06:23:35 +0000 URL: https://git.openjdk.org/loom/commit/d580bcf956d6e1e61aba142d7b639bc5ae26a17c 8329178: Clean up jdk.accessibility native compilation Reviewed-by: erikj, prr ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk Changeset: 47f33a59 Author: Thomas Stuefe Date: 2024-03-28 07:09:43 +0000 URL: https://git.openjdk.org/loom/commit/47f33a59eaaffc74881fcc9e29d13ff9b2538c2a 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Reviewed-by: kvn, djelinski ! test/hotspot/gtest/compiler/test_directivesParser.cpp Changeset: 2b79c22c Author: Kevin Walls Date: 2024-03-28 09:06:41 +0000 URL: https://git.openjdk.org/loom/commit/2b79c22c43a2de0815e77c9aa71f010906be8670 8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails Reviewed-by: lmesnik, stuefe ! test/jdk/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Changeset: 7c7b961e Author: Doug Simon Date: 2024-03-28 10:16:39 +0000 URL: https://git.openjdk.org/loom/commit/7c7b961e732d1bef3c95a69758e283c8fb32fff6 8329191: JVMCI compiler warning is truncated Reviewed-by: never ! src/hotspot/share/jvmci/jvmciCompiler.cpp ! src/hotspot/share/jvmci/jvmciEnv.cpp ! src/hotspot/share/jvmci/jvmciRuntime.cpp Changeset: 2af0312c Author: Kevin Walls Date: 2024-03-28 11:34:44 +0000 URL: https://git.openjdk.org/loom/commit/2af0312c958e693b1377f4c014ae8f84cabf6b83 8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use Reviewed-by: lmesnik, dfuchs ! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java Changeset: aa595dbd Author: Erik ?sterlund Date: 2024-03-28 14:11:46 +0000 URL: https://git.openjdk.org/loom/commit/aa595dbda4e64d76eeaff941b2f1e1ef2414d7af 8328507: Move StackWatermark code from safepoint cleanup Reviewed-by: aboldtch, coleenp ! src/hotspot/share/gc/shared/collectedHeap.hpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp ! src/hotspot/share/gc/x/xCollectedHeap.cpp ! src/hotspot/share/gc/x/xCollectedHeap.hpp ! src/hotspot/share/gc/z/zCollectedHeap.cpp ! src/hotspot/share/gc/z/zCollectedHeap.hpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/safepoint.hpp ! src/hotspot/share/runtime/stackWatermarkSet.cpp ! src/hotspot/share/runtime/stackWatermarkSet.hpp Changeset: 85cb4a99 Author: Calvin Cheung Date: 2024-03-28 15:03:09 +0000 URL: https://git.openjdk.org/loom/commit/85cb4a9942f31ec99dae9f6a8af4f1fd4e8195bd 8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling() Reviewed-by: iklam, matsaave ! src/hotspot/share/cds/cdsConfig.cpp ! src/hotspot/share/cds/cdsConfig.hpp ! src/hotspot/share/runtime/arguments.cpp Changeset: 7ac2f914 Author: Damon Nguyen Date: 2024-03-28 16:13:40 +0000 URL: https://git.openjdk.org/loom/commit/7ac2f914aadf7fb12b7258e54efae959e15d6721 8329210: Delete Redundant Printer Dialog Modality Test Reviewed-by: honkar, prr - test/jdk/java/awt/print/Dialog/PrintModalDialog.java ! test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java Changeset: 341dd57f Author: Coleen Phillimore Date: 2024-03-28 19:30:55 +0000 URL: https://git.openjdk.org/loom/commit/341dd57fa1393baadb3fec417a18ad0e981f8b0f 8325883: Move Monitor Deflation reporting out of safepoint cleanup Reviewed-by: eosterlund, dcubed ! src/hotspot/share/runtime/monitorDeflationThread.cpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/synchronizer.hpp ! test/hotspot/jtreg/runtime/Monitor/MonitorUsedDeflationThresholdTest.java Changeset: 4eefda91 Author: Eirik Bj?rsn?s Date: 2024-03-28 20:00:07 +0000 URL: https://git.openjdk.org/loom/commit/4eefda91021e07768ace03725c88a56af33ca344 8327779: Remove deprecated internal field sun.security.x509.X509Key.key Reviewed-by: mullan ! src/java.base/share/classes/sun/security/ec/ECPublicKeyImpl.java ! src/java.base/share/classes/sun/security/x509/X509Key.java Changeset: 991e04e7 Author: Fredrik Bredberg Committer: Coleen Phillimore Date: 2024-03-28 20:15:36 +0000 URL: https://git.openjdk.org/loom/commit/991e04e7d7ff3ee682c2b8a9b860d325a176e7a5 8327383: Clean up _Stalled and _Spinner fields Reviewed-by: dholmes, coleenp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp Changeset: bf93e77e Author: Justin Lu Date: 2024-03-28 22:44:49 +0000 URL: https://git.openjdk.org/loom/commit/bf93e77e72ccce56685fd10dde83587c703a37b3 8329118: Run MessageFormat additional subformat pattern tests under en_US locale Reviewed-by: naoto ! test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java ! test/jdk/java/text/Format/MessageFormat/ListSubFormats.java Changeset: df01cc52 Author: Julian Waters Date: 2024-03-29 05:34:30 +0000 URL: https://git.openjdk.org/loom/commit/df01cc528d3b6e52925b92119e43caee54ec86e8 8323576: [Windows] Fallthrough to ::abort instead of os::infinite_sleep for noreturn methods Reviewed-by: dholmes, kbarrett ! src/hotspot/os/windows/os_windows.cpp ! src/hotspot/os/windows/vmError_windows.cpp Changeset: 245514da Author: Raphael Jolly Committer: Alexey Ivanov Date: 2024-03-29 10:07:14 +0000 URL: https://git.openjdk.org/loom/commit/245514da51ef77757f530317e079a3f58370a0be 8328953: JEditorPane.read throws ChangedCharSetException Reviewed-by: tr, aivanov ! src/java.desktop/share/classes/javax/swing/JEditorPane.java + test/jdk/javax/swing/JEditorPane/EditorPaneCharset.java Changeset: 418deaf5 Author: Guoxiong Li Date: 2024-03-29 10:42:00 +0000 URL: https://git.openjdk.org/loom/commit/418deaf5a1045d583ef9f5474d28dab31e2cfaf7 8328361: Use memset() in method CardTable::dirty_MemRegion() Reviewed-by: ayang, kbarrett ! src/hotspot/share/gc/shared/cardTable.cpp From duke at openjdk.org Fri Mar 29 20:54:22 2024 From: duke at openjdk.org (duke) Date: Fri, 29 Mar 2024 20:54:22 GMT Subject: git: openjdk/loom: fibers: 105 new changesets Message-ID: Changeset: ab28045d Author: Viktor Klang Date: 2024-03-21 19:20:01 +0000 URL: https://git.openjdk.org/loom/commit/ab28045d7785d948b2bce685f06043e8217961f4 8328316: Finisher cannot emit if stream is sequential and integrator returned false Reviewed-by: psandoz ! src/java.base/share/classes/java/util/stream/GathererOp.java + test/jdk/java/util/stream/GathererShortCircuitTest.java Changeset: ab183e43 Author: Phil Race Date: 2024-03-21 20:07:58 +0000 URL: https://git.openjdk.org/loom/commit/ab183e437c18b445e9c022a4d74de818d4ccecbe 8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main Reviewed-by: abhiscxk, azvegint - test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.html ! test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java Changeset: 4210e507 Author: Alexey Bakhtin Date: 2024-03-21 22:28:02 +0000 URL: https://git.openjdk.org/loom/commit/4210e507a0e65de00fab50e0584aa82cd7b3bf27 8320362: Load anchor certificates from Keychain keystore Reviewed-by: weijun, mullan ! src/java.base/macosx/classes/apple/security/AppleProvider.java ! src/java.base/macosx/classes/apple/security/KeychainStore.java ! src/java.base/macosx/native/libosxsecurity/KeystoreImpl.m ! test/jdk/TEST.groups ! test/jdk/java/security/KeyStore/CheckMacOSKeyChainTrust.java + test/jdk/security/infra/javax/net/ssl/HttpsURLConnectionTest.java Changeset: 771f6a2f Author: Leonid Mesnik Date: 2024-03-21 22:35:25 +0000 URL: https://git.openjdk.org/loom/commit/771f6a2f8e236e224b0e33b89f664c4bfc49e595 8327704: Update nsk/jdi tests to use driver instead of othervm Reviewed-by: sspitsyn, cjplummer ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter001/addSourceNameFilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/events/events001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/listennosuspend/listennosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/lineNumber_s002/lineNumber_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourceName_s002/sourceName_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcePath_s002/sourcePath_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss002/allLineLocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi002/locationsOfLine_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue001/returnValue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue002/returnValue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue003/returnValue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue004/returnValue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects004/referringObjects004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss004/allLineLocations_ss004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availableStrata002/availableStrata002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum002/defaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum003/defaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum004/defaultStratum004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances002/instances002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances003/instances003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances005/instances005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi004/locationsOfLine_ssi004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourceNames003/sourceNames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcePaths003/sourcePaths003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues001/getArgumentValues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues002/getArgumentValues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues003/getArgumentValues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent003/stepEvent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent004/stepEvent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn003/forceEarlyReturn003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn004/forceEarlyReturn004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn005/forceEarlyReturn005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn008/forceEarlyReturn008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn009/forceEarlyReturn009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn013/forceEarlyReturn013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn014/forceEarlyReturn014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn015/forceEarlyReturn015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames001/ownedMonitorsAndFrames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames002/ownedMonitorsAndFrames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/ownedMonitorsAndFrames004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames005/ownedMonitorsAndFrames005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames006/ownedMonitorsAndFrames006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames007/ownedMonitorsAndFrames007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames009/ownedMonitorsAndFrames009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status003/status003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status004/status004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status005/status005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status006/status006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status007/status007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status008/status008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts001/instancecounts001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts004/instancecounts004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum002/setDefaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum003/setDefaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassExclusionFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ClassName.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ReferenceType.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/InstanceFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/OwnedMonitorsDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/SerialExecutionDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/StressTestTemplate.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/TestDebuggerType1.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ThreadFilterTest.java Changeset: f7f291c5 Author: Phil Race Date: 2024-03-21 22:48:06 +0000 URL: https://git.openjdk.org/loom/commit/f7f291c5d4d2d01dab3ccda7518ebc13f6bd58f6 8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program Reviewed-by: honkar - test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.html ! test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.java Changeset: 46809b39 Author: Archie Cobbs Committer: Vicente Romero Date: 2024-03-21 22:54:15 +0000 URL: https://git.openjdk.org/loom/commit/46809b396ca76210f7939c8edf5a8263c29d3ddb 8324736: Invalid end positions for EMPTY_STATEMENT Reviewed-by: vromero ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/langtools/tools/javac/parser/ReversedSourcePositions.java Changeset: 0efd9dc0 Author: Harshitha Onkar Date: 2024-03-21 23:06:33 +0000 URL: https://git.openjdk.org/loom/commit/0efd9dc09b969846f79fb8ca16ddf565117d52b6 8328398: Convert java/awt/im/4490692/bug4490692.html applet test to main Reviewed-by: achung, azvegint - test/jdk/java/awt/im/4490692/bug4490692.html - test/jdk/java/awt/im/4490692/bug4490692.java + test/jdk/java/awt/im/bug4490692.java Changeset: 4d36c4ad Author: Serguei Spitsyn Date: 2024-03-22 00:30:07 +0000 URL: https://git.openjdk.org/loom/commit/4d36c4adcc47630ddc7149c48c06dc8a93c1be5c 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake Reviewed-by: pchilanomate, lmesnik ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/runtime/escapeBarrier.cpp Changeset: da009214 Author: Koichi Sakata Date: 2024-03-22 00:56:33 +0000 URL: https://git.openjdk.org/loom/commit/da009214f19f73965495b8462c9dcff5db8ae7ae 8320404: Double whitespace in SubTypeCheckNode::dump_spec output Reviewed-by: chagedorn, thartmann ! src/hotspot/share/opto/subtypenode.cpp Changeset: 177b8a24 Author: Tejesh R Date: 2024-03-22 03:21:35 +0000 URL: https://git.openjdk.org/loom/commit/177b8a241c11782b302607c0068b15b38112e67c 8327840: Automate javax/swing/border/Test4129681.java Reviewed-by: abhiscxk, prr ! test/jdk/javax/swing/border/Test4129681.java Changeset: 256d48b1 Author: Abhishek Kumar Date: 2024-03-22 03:40:33 +0000 URL: https://git.openjdk.org/loom/commit/256d48b19694e86bb26d67ed56de8ac94a31f4ff 8327980: Convert javax/swing/JToggleButton/4128979/bug4128979.java applet test to main Reviewed-by: honkar, tr - test/jdk/javax/swing/JToggleButton/4128979/bug4128979.html - test/jdk/javax/swing/JToggleButton/4128979/bug4128979.java + test/jdk/javax/swing/JToggleButton/bug4128979.java Changeset: 9bc741d0 Author: Christian Stein Date: 2024-03-22 05:29:20 +0000 URL: https://git.openjdk.org/loom/commit/9bc741d04f0c2e731f67ac21144812a55d0ea03d 8328339: Static import prevents source launcher from finding class with main method Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/MemoryContext.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/ProgramDescriptor.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/SourceLauncher.java ! test/langtools/tools/javac/launcher/SourceLauncherTest.java Changeset: d44aaa37 Author: Prasadrao Koppula Committer: Sean Coffey Date: 2024-03-22 07:02:37 +0000 URL: https://git.openjdk.org/loom/commit/d44aaa37f98dd383aebbec097427feb1f1c29b74 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message Reviewed-by: djelinski, coffeys, jjiang, ascarpino ! src/java.base/share/classes/sun/security/ssl/ServerHello.java + test/jdk/javax/net/ssl/TLSv13/EngineOutOfSeqCCS.java Changeset: 940d1965 Author: Matthias Baesken Date: 2024-03-22 07:09:37 +0000 URL: https://git.openjdk.org/loom/commit/940d1965f831a9f7e4f1ce34e381c038827c7ca2 8328604: remove on_aix() function Reviewed-by: clanger, stuefe ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp Changeset: e669d14d Author: Guoxiong Li Date: 2024-03-22 08:43:45 +0000 URL: https://git.openjdk.org/loom/commit/e669d14d4789f0047e8ef2112798f92ed28b31ca 8328671: Mark `allocate_new_tlab` and `unsafe_max_tlab_alloc` of `CollectedHeap` as `pure virtual` Reviewed-by: stefank, tschatzl ! src/hotspot/share/gc/shared/collectedHeap.cpp ! src/hotspot/share/gc/shared/collectedHeap.hpp Changeset: b334a8e5 Author: Joachim Kern Committer: Martin Doerr Date: 2024-03-22 09:27:09 +0000 URL: https://git.openjdk.org/loom/commit/b334a8e5fc2c05e9e64402ca8185f3ab5140b3a7 8328272: [AIX] Use flag kind "diagnostic" for platform specific flags Reviewed-by: mdoerr, stuefe ! src/hotspot/os/aix/globals_aix.hpp Changeset: 38e3cda4 Author: Abhishek Kumar Date: 2024-03-22 09:46:08 +0000 URL: https://git.openjdk.org/loom/commit/38e3cda4420ef921cc6e43cb18338ec18c12011f 8328670: Automate and open source few closed manual applet test Reviewed-by: psadhukhan, tr + test/jdk/javax/swing/JInternalFrame/Ctrli.java + test/jdk/javax/swing/JMenuItem/JActionCommandTest.java Changeset: cd534f81 Author: Prasanta Sadhukhan Date: 2024-03-22 10:25:13 +0000 URL: https://git.openjdk.org/loom/commit/cd534f8197341fbe3b3811f5be43c88090e16366 8328673: Convert closed text/html/CSS manual applet test to main Reviewed-by: abhiscxk, aivanov + test/jdk/javax/swing/text/html/CSS/bug4271058.java + test/jdk/javax/swing/text/html/CSS/bug4286458.java Changeset: d379afbc Author: Doug Simon Date: 2024-03-22 10:57:20 +0000 URL: https://git.openjdk.org/loom/commit/d379afbc11b82d72506ee71a2b36b04cf20f48ae 8328312: runtime/stack/Stack0*.java fails intermittently on libgraal Reviewed-by: lmesnik, dholmes ! test/hotspot/jtreg/runtime/stack/Stack011.java ! test/hotspot/jtreg/runtime/stack/Stack012.java Changeset: 528efe20 Author: Abhishek Kumar Date: 2024-03-22 11:10:33 +0000 URL: https://git.openjdk.org/loom/commit/528efe206d5ee3775b01f3b90600ca3cab6c96f0 8328484: Convert and Opensource few JFileChooser applet test to main Reviewed-by: psadhukhan, tr + test/jdk/javax/swing/JFileChooser/EnterEmptyDirectory.java + test/jdk/javax/swing/JFileChooser/FileSelectionTests.java + test/jdk/javax/swing/JFileChooser/ShowHiddenFiles.java Changeset: e06b568c Author: Albert Mingkun Yang Date: 2024-03-22 12:08:56 +0000 URL: https://git.openjdk.org/loom/commit/e06b568c3c645dc9bb3d3e601e5429bb6a9b31f1 8328602: Parallel: Incorrect assertion in fill_dense_prefix_end Reviewed-by: gli, iwalulya ! src/hotspot/share/gc/parallel/psParallelCompact.cpp Changeset: 638708ca Author: Alexander Zvegintsev Date: 2024-03-22 13:13:13 +0000 URL: https://git.openjdk.org/loom/commit/638708cad8228f62caf633015973403164675560 8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization Reviewed-by: kizune ! test/jdk/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.java ! test/jdk/java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java Changeset: e80619a0 Author: Magnus Ihse Bursie Date: 2024-03-22 14:12:26 +0000 URL: https://git.openjdk.org/loom/commit/e80619a032c16d16de6e063e7650b60bc317ee7e 8328680: Introduce JDK_LIB, and clean up module native compilation Reviewed-by: erikj, jwaters ! make/autoconf/libraries.m4 ! make/autoconf/spec.gmk.template ! make/common/JdkNativeCompilation.gmk ! make/common/modules/LauncherCommon.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.instrument/Lib.gmk ! make/modules/java.management/Lib.gmk ! make/modules/java.prefs/Lib.gmk ! make/modules/java.rmi/Launcher.gmk ! make/modules/java.rmi/Lib.gmk ! make/modules/java.scripting/Launcher.gmk ! make/modules/java.security.jgss/Launcher.gmk ! make/modules/java.security.jgss/Lib.gmk ! make/modules/java.smartcardio/Lib.gmk ! make/modules/jdk.attach/Lib.gmk ! make/modules/jdk.compiler/Launcher.gmk ! make/modules/jdk.crypto.cryptoki/Lib.gmk ! make/modules/jdk.crypto.mscapi/Lib.gmk ! make/modules/jdk.hotspot.agent/Launcher.gmk ! make/modules/jdk.hotspot.agent/Lib.gmk ! make/modules/jdk.httpserver/Launcher.gmk ! make/modules/jdk.incubator.vector/Lib.gmk ! make/modules/jdk.internal.le/Lib.gmk ! make/modules/jdk.jartool/Launcher.gmk ! make/modules/jdk.javadoc/Launcher.gmk ! make/modules/jdk.jcmd/Launcher.gmk ! make/modules/jdk.jconsole/Launcher.gmk ! make/modules/jdk.jdeps/Launcher.gmk ! make/modules/jdk.jdi/Launcher.gmk ! make/modules/jdk.jdi/Lib.gmk ! make/modules/jdk.jdwp.agent/Lib.gmk ! make/modules/jdk.jfr/Launcher.gmk ! make/modules/jdk.jlink/Launcher.gmk ! make/modules/jdk.jpackage/Launcher.gmk ! make/modules/jdk.jshell/Launcher.gmk ! make/modules/jdk.jstatd/Launcher.gmk ! make/modules/jdk.management.agent/Lib.gmk ! make/modules/jdk.management/Lib.gmk ! make/modules/jdk.net/Lib.gmk ! make/modules/jdk.sctp/Lib.gmk ! make/modules/jdk.security.auth/Lib.gmk Changeset: f207aa94 Author: Aleksey Shipilev Date: 2024-03-22 14:12:37 +0000 URL: https://git.openjdk.org/loom/commit/f207aa94f9296932276c2952252b263efc793b3f 8326960: GHA: RISC-V sysroot cannot be debootstrapped due to ongoing Debian t64 transition Reviewed-by: fyang, erikj ! .github/workflows/build-cross-compile.yml Changeset: 709410d8 Author: Maurizio Cimadamore Date: 2024-03-22 15:09:27 +0000 URL: https://git.openjdk.org/loom/commit/709410d8a4ca176c52d9c0abf80ed59eeb6bdaf3 8328679: Improve comment for UNSAFE_ENTRY_SCOPED in unsafe.cpp Reviewed-by: jvernee, dholmes ! src/hotspot/share/prims/unsafe.cpp Changeset: 13cf0707 Author: Martin Balao Date: 2024-03-22 15:28:05 +0000 URL: https://git.openjdk.org/loom/commit/13cf0707f903609c9bda99a9bf7511f494f9feae 8328556: Do not extract large CKO_SECRET_KEY keys from the NSS Software Token Reviewed-by: djelinski ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c + test/jdk/sun/security/pkcs11/Mac/TestLargeSecretKeys.java Changeset: 739957ca Author: Alexander Zuev Date: 2024-03-22 15:40:38 +0000 URL: https://git.openjdk.org/loom/commit/739957ca1e3b9ac9131a68990178e92691744157 8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main Reviewed-by: azvegint + test/jdk/java/awt/FileDialog/FileDialogOpenDirTest.java - test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.html - test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.java Changeset: b7a51dd0 Author: Alexander Zuev Date: 2024-03-22 15:52:52 +0000 URL: https://git.openjdk.org/loom/commit/b7a51dd0e8d56a9673b2c802d69019c23d43cb76 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main Reviewed-by: psadhukhan, azvegint + test/jdk/java/awt/FileDialog/FileDialogForPackages.java - test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.html - test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.java Changeset: ce7ebaa6 Author: Jesper Wilhelmsson Date: 2024-03-22 16:00:52 +0000 URL: https://git.openjdk.org/loom/commit/ce7ebaa606f96fdfee66d300b56022d9903b5ae3 8328812: Update and move siphash license Reviewed-by: lfoltan = src/java.base/share/legal/siphash.md Changeset: 4d932d61 Author: Nizar Benalla Committer: Justin Lu Date: 2024-03-22 16:11:30 +0000 URL: https://git.openjdk.org/loom/commit/4d932d615c78f45516a4f136398e7610546065a6 8326853: Missing `@since` tags for Charset related methods added in Java 10 Reviewed-by: jlu, naoto ! src/java.base/share/classes/java/nio/channels/Channels.java ! src/java.base/share/classes/java/util/Formatter.java Changeset: 23ebd9c3 Author: Phil Race Date: 2024-03-22 17:17:06 +0000 URL: https://git.openjdk.org/loom/commit/23ebd9c3c69d09e6afe672d00b43da2ccc493480 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java Reviewed-by: aivanov + test/jdk/java/awt/Dialog/JaWSTest.java Changeset: c7bbf849 Author: Harshitha Onkar Date: 2024-03-22 17:31:10 +0000 URL: https://git.openjdk.org/loom/commit/c7bbf849290b39b8e89290234d70d8333df24710 8328190: Convert AWTPanelSmoothWheel.html applet test to main Reviewed-by: azvegint, abhiscxk, aivanov + test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java - test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.html - test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.java Changeset: 4324e3be Author: Zhengyu Gu Date: 2024-03-22 19:21:13 +0000 URL: https://git.openjdk.org/loom/commit/4324e3be9ea8233b3625440330b9e8a269672f85 8328612: AdaptiveSizePolicySpaceOverheadTester::is_exceeded() print max_eden_size twice Reviewed-by: ayang ! src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp Changeset: f33a8445 Author: Calvin Cheung Date: 2024-03-22 20:15:13 +0000 URL: https://git.openjdk.org/loom/commit/f33a8445ebfc3089e91688383db26b91e582658c 8325536: JVM crash during CDS archive creation with -XX:+AllowArchivingWithJavaAgent Reviewed-by: iklam, matsaave ! src/hotspot/share/cds/archiveBuilder.cpp ! src/hotspot/share/classfile/klassFactory.cpp + test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/AppWithBMH.java ! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java ! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/SimpleAgent.java Changeset: c013fa18 Author: Sergey Bylokhov Date: 2024-03-22 21:03:57 +0000 URL: https://git.openjdk.org/loom/commit/c013fa18119bbd2e355d5c0d13cd8c172892800a 8328194: Add a test to check default rendering engine Reviewed-by: prr, tr + test/jdk/sun/java2d/marlin/DefaultRenderingEngine.java Changeset: 476421ef Author: Damon Nguyen Date: 2024-03-22 23:09:12 +0000 URL: https://git.openjdk.org/loom/commit/476421efe574eca6ba92aaa7fc86dfca99fdd7b2 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main Reviewed-by: honkar, psadhukhan - test/jdk/java/awt/print/Dialog/PrintApplet.html - test/jdk/java/awt/print/Dialog/PrintApplet.java + test/jdk/java/awt/print/Dialog/PrintModalDialog.java Changeset: bc739639 Author: Alex Menkov Date: 2024-03-22 23:30:54 +0000 URL: https://git.openjdk.org/loom/commit/bc73963974a824d77d54b8b0edbf8f05262b721c 8328303: 3 JDI tests timed out with UT enabled Reviewed-by: cjplummer, sspitsyn, dcubed ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java Changeset: c7b9dc46 Author: Gui Cao Committer: Fei Yang Date: 2024-03-25 01:18:50 +0000 URL: https://git.openjdk.org/loom/commit/c7b9dc463a7e0347fc2e2ce5578e8fb39ea0b733 8328404: RISC-V: Fix potential crash in C2_MacroAssembler::arrays_equals Reviewed-by: fyang ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp ! src/hotspot/cpu/riscv/riscv.ad Changeset: 9f920b9b Author: Jasmine Karthikeyan Committer: Emanuel Peter Date: 2024-03-25 06:23:11 +0000 URL: https://git.openjdk.org/loom/commit/9f920b9bbf8a64e2c2db085cf3da30db37c0d1bc 8324655: Identify integer minimum and maximum patterns created with if statements Reviewed-by: epeter, qamai ! src/hotspot/share/opto/addnode.cpp ! src/hotspot/share/opto/addnode.hpp ! src/hotspot/share/opto/movenode.cpp ! src/hotspot/share/opto/movenode.hpp + test/hotspot/jtreg/compiler/c2/irTests/TestIfMinMax.java ! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java + test/micro/org/openjdk/bench/vm/compiler/IfMinMax.java Changeset: acc4a828 Author: Kim Barrett Date: 2024-03-25 07:07:47 +0000 URL: https://git.openjdk.org/loom/commit/acc4a828184bd2838a5c0b572f404aa1edaf59e2 8328862: Remove unused GrowableArrayFilterIterator Reviewed-by: dholmes ! src/hotspot/share/utilities/growableArray.hpp Changeset: cf9b5a71 Author: Matthias Baesken Date: 2024-03-25 08:33:31 +0000 URL: https://git.openjdk.org/loom/commit/cf9b5a71bd66a51147d0dbf9ecf4038101a1e191 8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly Reviewed-by: clanger, lucy ! src/hotspot/os/aix/os_aix.cpp Changeset: 19a0151a Author: Raffaello Giulietti Date: 2024-03-25 08:47:14 +0000 URL: https://git.openjdk.org/loom/commit/19a0151a529ca69b3bef1ca821d9292018efbb7c 8328700: Unused import and variable should be deleted in regex package Reviewed-by: redestad, rriggs, bpb, naoto, iris ! src/java.base/share/classes/java/util/regex/CharPredicates.java ! src/java.base/share/classes/java/util/regex/Pattern.java Changeset: b235682a Author: Matthias Baesken Date: 2024-03-25 09:21:04 +0000 URL: https://git.openjdk.org/loom/commit/b235682a18653ab16f2d9b03b1e55698a91273b7 8328709: AIX os::get_summary_cpu_info support Power 10 Reviewed-by: lucy, jkern ! src/hotspot/os/aix/os_aix.cpp Changeset: 93579c29 Author: Per Minborg Date: 2024-03-25 09:37:24 +0000 URL: https://git.openjdk.org/loom/commit/93579c29e3ba60a8bc16d712e7ffc733f324a223 8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment Reviewed-by: mcimadamore ! src/java.base/share/classes/jdk/internal/foreign/AbstractMemorySegmentImpl.java ! test/jdk/java/foreign/TestMismatch.java Changeset: f67ec19e Author: Prasanta Sadhukhan Date: 2024-03-25 10:11:43 +0000 URL: https://git.openjdk.org/loom/commit/f67ec19e236e3b4d2d4d4993a7d64b8de052d241 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only Reviewed-by: prr ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java Changeset: 29ba4b7d Author: Aleksey Shipilev Date: 2024-03-25 11:45:51 +0000 URL: https://git.openjdk.org/loom/commit/29ba4b7d1e62a834c1693fe6ad383c19467afc81 8328705: GHA: Cross-compilation jobs do not require build JDK Reviewed-by: erikj, ihse ! .github/workflows/build-cross-compile.yml ! .github/workflows/main.yml Changeset: 0c1b254b Author: Daniel Lund?n Committer: Tobias Hartmann Date: 2024-03-25 12:04:44 +0000 URL: https://git.openjdk.org/loom/commit/0c1b254be9ddd3883313f80b61229eacf09aa862 8326438: C2: assert(ld->in(1)->Opcode() == Op_LoadN) failed: Assumption invalid: input to DecodeN is not LoadN Reviewed-by: kvn, rcastanedalo, thartmann ! src/hotspot/share/opto/graphKit.cpp Changeset: cb2a6713 Author: Roland Westrelin Date: 2024-03-25 12:55:08 +0000 URL: https://git.openjdk.org/loom/commit/cb2a6713596548d76c03912709656172b0bbcc76 8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks Reviewed-by: kvn, chagedorn ! src/hotspot/share/opto/loopnode.cpp ! src/hotspot/share/opto/loopnode.hpp + test/hotspot/jtreg/compiler/rangechecks/TestLargeScaleInLongRCOverflow.java Changeset: 142c311e Author: Zhengyu Gu Date: 2024-03-25 13:04:07 +0000 URL: https://git.openjdk.org/loom/commit/142c311e3b9bd3f00edaa6ba7bcbc9fc285ee9b9 8328744: Parallel: Parallel GC throws OOM before heap is fully expanded Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/parallel/psScavenge.cpp Changeset: af15c68f Author: Roland Westrelin Date: 2024-03-25 13:45:16 +0000 URL: https://git.openjdk.org/loom/commit/af15c68f3ccb72537b0a60d942f12d600f13ebb6 8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled" Reviewed-by: chagedorn, thartmann ! src/hotspot/share/opto/domgraph.cpp + test/hotspot/jtreg/compiler/loopopts/TestPartialPeelingAtSingleInputRegion.java Changeset: 26b2ec48 Author: Magnus Ihse Bursie Date: 2024-03-25 15:04:38 +0000 URL: https://git.openjdk.org/loom/commit/26b2ec4847df4b41cbb7a7dd86d78bd3451e3e51 8328824: Clean up java.base native compilation Reviewed-by: erikj ! make/Main.gmk ! make/common/JdkNativeCompilation.gmk ! make/hotspot/lib/CompileGtest.gmk ! make/modules/java.base/Copy.gmk ! make/modules/java.base/Launcher.gmk ! make/modules/java.base/Lib.gmk ! make/modules/java.base/lib/CoreLibraries.gmk Changeset: a1fbbffb Author: Damon Nguyen Date: 2024-03-25 16:00:14 +0000 URL: https://git.openjdk.org/loom/commit/a1fbbffb5e0d7e41a9c3041b7e64382780e86f50 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main Reviewed-by: honkar, tr ! test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java - test/jdk/javax/swing/JColorChooser/8065098/bug8065098.html ! test/jdk/javax/swing/JColorChooser/8065098/bug8065098.java Changeset: 70a15c73 Author: Rajan Halade Date: 2024-03-25 16:31:42 +0000 URL: https://git.openjdk.org/loom/commit/70a15c73638f45b9ed629abc0ea2d86a324bf624 8328825: Google CAInterop test failures Reviewed-by: shade ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 907e30ff Author: Christoph Langer Date: 2024-03-25 16:31:52 +0000 URL: https://git.openjdk.org/loom/commit/907e30ff00abd6cd4935987810d282f46ec07704 8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket Reviewed-by: dfuchs, aefimov ! src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java ! src/java.naming/share/classes/module-info.java ! test/jdk/com/sun/jndi/ldap/LdapSSLHandshakeFailureTest.java Changeset: 78d1b904 Author: Alisen Chung Date: 2024-03-25 17:02:48 +0000 URL: https://git.openjdk.org/loom/commit/78d1b9046830198cd61c505f04f245a430878a5b 8328380: Remove applet usage from JColorChooser tests Test6348456 Reviewed-by: honkar - test/jdk/javax/swing/JColorChooser/Test6348456.html ! test/jdk/javax/swing/JColorChooser/Test6348456.java Changeset: c7cf6020 Author: Alexander Zuev Date: 2024-03-25 17:17:33 +0000 URL: https://git.openjdk.org/loom/commit/c7cf6020782525eb17ff3013195a81d711a4fce1 8328385: Convert java/awt/FileDialog/FileDialogReturnTest test to main Reviewed-by: achung, prr + test/jdk/java/awt/FileDialog/FileDialogReturnTest.java - test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.html - test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.java Changeset: 447436e1 Author: Aleksey Shipilev Date: 2024-03-25 18:15:45 +0000 URL: https://git.openjdk.org/loom/commit/447436e18c754424a62af5135fb3a8973564091d 8328948: GHA: Restoring sysroot from cache skips the build after JDK-8326960 Reviewed-by: clanger, ihse ! .github/workflows/build-cross-compile.yml Changeset: fb8f2a0a Author: Alexander Zvegintsev Date: 2024-03-25 18:59:28 +0000 URL: https://git.openjdk.org/loom/commit/fb8f2a0a929ebe7f65c69741712b89bbb403ade9 8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main Reviewed-by: tr, prr - test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.html ! test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java Changeset: 27ac39a2 Author: Damon Nguyen Date: 2024-03-25 21:24:44 +0000 URL: https://git.openjdk.org/loom/commit/27ac39a2bc8250bfae859568cb0ee0963900aafa 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main Reviewed-by: psadhukhan, prr - test/jdk/java/awt/print/PageFormat/SetOrient.html ! test/jdk/java/awt/print/PageFormat/SetOrient.java Changeset: 4047a362 Author: Damon Nguyen Date: 2024-03-25 23:51:31 +0000 URL: https://git.openjdk.org/loom/commit/4047a3623a44d86df2b82565f33ce739a882802d 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Reviewed-by: prr, honkar + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java Changeset: 7560dbb9 Author: Alexander Zuev Date: 2024-03-26 01:02:20 +0000 URL: https://git.openjdk.org/loom/commit/7560dbb9258f651a221bc8350816845735929fd9 8316324: Opensource five miscellaneous Swing tests Reviewed-by: prr + test/jdk/javax/swing/InputVerifier/bug4774166.java + test/jdk/javax/swing/JButton/DefaultButtonLeak.java + test/jdk/javax/swing/JButton/bug4385611.java + test/jdk/javax/swing/JComponent/bug4706883.java + test/jdk/javax/swing/plaf/motif/bug4150591.java Changeset: 5f7432f7 Author: Serguei Spitsyn Date: 2024-03-26 02:21:47 +0000 URL: https://git.openjdk.org/loom/commit/5f7432f7b1ca52941b717fd35a929c91fbdd276d 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake Reviewed-by: lmesnik, pchilanomate ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp Changeset: 5d19d155 Author: Koichi Sakata Date: 2024-03-26 04:17:42 +0000 URL: https://git.openjdk.org/loom/commit/5d19d15517f08e13dc4b2025bf289091e47fa55b 8325186: JVMTI VirtualThreadGetThreadStateClosure class is no longer used and should be removed Reviewed-by: lmesnik, sspitsyn ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp Changeset: 44549b60 Author: Jie Fu Date: 2024-03-26 06:01:06 +0000 URL: https://git.openjdk.org/loom/commit/44549b605a7aad1e3143a4058ef6504a7c04167a 8329012: IGV: Update required JDK version in README.md Reviewed-by: rcastanedalo ! src/utils/IdealGraphVisualizer/README.md Changeset: 9d441e3e Author: Leo Korinth Date: 2024-03-26 09:06:39 +0000 URL: https://git.openjdk.org/loom/commit/9d441e3e56e733d64dbadde6854761e4545c1c70 8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed" Reviewed-by: tschatzl, kbarrett ! test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java Changeset: 7b1f2c80 Author: Magnus Ihse Bursie Date: 2024-03-26 09:35:32 +0000 URL: https://git.openjdk.org/loom/commit/7b1f2c801fee6366ee37e873cda29c1ae7ad7e74 8327493: Update minimum Xcode version in docs Reviewed-by: clanger ! doc/building.html ! doc/building.md Changeset: b9c76ded Author: Matthias Baesken Date: 2024-03-26 10:00:56 +0000 URL: https://git.openjdk.org/loom/commit/b9c76dedf4aa2248a5e561a535c9e3e181f7836a 8329074: AIX build fails after JDK-8328824 Reviewed-by: clanger, goetz ! make/modules/java.base/lib/CoreLibraries.gmk Changeset: cc1800fa Author: Elif Aslan Committer: Aleksey Shipilev Date: 2024-03-26 11:47:53 +0000 URL: https://git.openjdk.org/loom/commit/cc1800fa4de3c1369efd46f5ca967ea82763f5d5 8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac Reviewed-by: gli, shade, rriggs ! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java Changeset: 472fcb6e Author: Guoxiong Li Date: 2024-03-26 13:11:28 +0000 URL: https://git.openjdk.org/loom/commit/472fcb6e6e5fce4d5166a73894d1e7e4bd91bc58 8328508: Unify the signatures of the methods address_for_index() and index_for() in BOT implementations Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp ! src/hotspot/share/gc/g1/g1RemSet.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp ! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp ! src/hotspot/share/gc/serial/vmStructs_serial.hpp ! src/hotspot/share/gc/shared/cardTable.cpp ! src/hotspot/share/gc/shared/cardTable.hpp Changeset: da8a095a Author: Guoxiong Li Date: 2024-03-26 14:34:52 +0000 URL: https://git.openjdk.org/loom/commit/da8a095a19c90e7ee2b45fab9b533a1092887023 8328928: Serial: Use IsGCActiveMark instead of AutoModifyRestore in SerialHeap::do_collection Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/serial/serialHeap.cpp Changeset: 153410f4 Author: Matthias Baesken Date: 2024-03-26 16:24:05 +0000 URL: https://git.openjdk.org/loom/commit/153410f480c372604e5825bfcd3a63f137e6a013 8328930: [AIX] remove pase related coding Reviewed-by: clanger, lucy ! src/hotspot/os/aix/attachListener_aix.cpp - src/hotspot/os/aix/libo4.cpp - src/hotspot/os/aix/libo4.hpp ! src/hotspot/os/aix/libodm_aix.hpp ! src/hotspot/os/aix/libperfstat_aix.hpp ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp ! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c Changeset: 89e0889a Author: Doug Simon Date: 2024-03-26 17:36:18 +0000 URL: https://git.openjdk.org/loom/commit/89e0889ab3beb96103ee381d9a54614e49e6d9d7 8328858: More runtime/stack tests fail intermittently on libgraal Reviewed-by: dholmes, never ! test/hotspot/jtreg/runtime/stack/Stack003.java ! test/hotspot/jtreg/runtime/stack/Stack004.java ! test/hotspot/jtreg/runtime/stack/Stack005.java ! test/hotspot/jtreg/runtime/stack/Stack006.java ! test/hotspot/jtreg/runtime/stack/Stack007.java ! test/hotspot/jtreg/runtime/stack/Stack008.java ! test/hotspot/jtreg/runtime/stack/Stack009.java ! test/hotspot/jtreg/runtime/stack/Stack010.java ! test/hotspot/jtreg/runtime/stack/Stack013.java ! test/hotspot/jtreg/runtime/stack/Stack014.java ! test/hotspot/jtreg/runtime/stack/Stack015.java ! test/hotspot/jtreg/runtime/stack/Stack016.java Changeset: db01fcd6 Author: Damon Nguyen Date: 2024-03-26 19:00:44 +0000 URL: https://git.openjdk.org/loom/commit/db01fcd6d8c24b01a1f23c71b2917ff396b0686f 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main Reviewed-by: prr, tr + test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java Changeset: 2725405a Author: Daniel Fuchs Date: 2024-03-26 20:04:30 +0000 URL: https://git.openjdk.org/loom/commit/2725405ac9d93761e26812d010d315a48f86071c 8327991: Improve HttpClient documentation with regard to reclaiming resources Reviewed-by: michaelm, jpai ! src/java.net.http/share/classes/java/net/http/HttpClient.java ! src/java.net.http/share/classes/java/net/http/HttpResponse.java ! src/java.net.http/share/classes/java/net/http/package-info.java Changeset: 8fc9097b Author: Alex Menkov Date: 2024-03-26 23:54:28 +0000 URL: https://git.openjdk.org/loom/commit/8fc9097b3720314ef7efaf1f3ac31898c8d6ca19 8315575: Retransform of record class with record component annotation fails with CFE Reviewed-by: sspitsyn, coleenp ! src/hotspot/share/classfile/classFileParser.cpp ! src/hotspot/share/oops/recordComponent.cpp ! src/hotspot/share/oops/recordComponent.hpp ! src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp + test/jdk/java/lang/instrument/RetransformRecordAnnotation.java Changeset: 9e566d76 Author: Thomas Stuefe Date: 2024-03-27 08:36:40 +0000 URL: https://git.openjdk.org/loom/commit/9e566d76d1d8acca27d8f69fffcbeb0b49b060ba 8327971: Multiple ASAN errors reported for metaspace 8327988: When running ASAN, disable dangerous NMT test Reviewed-by: jsjolen, rkennke ! src/hotspot/share/memory/metaspace/metachunk.cpp ! src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp ! src/hotspot/share/nmt/mallocTracker.cpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/utilities/macros.hpp ! test/hotspot/gtest/metaspace/test_virtualspacenode.cpp ! test/hotspot/gtest/nmt/test_nmt_buffer_overflow_detection.cpp ! test/hotspot/gtest/nmt/test_nmt_cornercases.cpp ! test/hotspot/gtest/nmt/test_nmt_locationprinting.cpp Changeset: 4dfcc6df Author: Aggelos Biboudis Date: 2024-03-27 09:38:25 +0000 URL: https://git.openjdk.org/loom/commit/4dfcc6df173d91b9b0b73d1ac3008e7cbb283871 8329115: Crash involving return from inner switch Reviewed-by: jlahoda ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java + test/langtools/tools/javac/patterns/T8329115.java + test/langtools/tools/javac/patterns/T8329115.out Changeset: 788d2bc4 Author: Albert Mingkun Yang Date: 2024-03-27 10:29:00 +0000 URL: https://git.openjdk.org/loom/commit/788d2bc40c0340ae5d157c84ce9c101a25464785 8329169: Parallel: Remove unused local variable in MutableSpace::print_on Reviewed-by: tschatzl ! src/hotspot/share/gc/parallel/mutableSpace.cpp Changeset: 37a5a083 Author: Magnus Ihse Bursie Date: 2024-03-27 10:30:58 +0000 URL: https://git.openjdk.org/loom/commit/37a5a08378fa686cda97357a0ad2632c359c98b9 8329102: Clean up jdk.jpackage native compilation Reviewed-by: erikj ! make/common/JdkNativeCompilation.gmk ! make/modules/jdk.jpackage/Lib.gmk Changeset: d0a26503 Author: Hannes Walln?fer Date: 2024-03-27 12:20:55 +0000 URL: https://git.openjdk.org/loom/commit/d0a265039a36292d87b249af0e8977982e5acc7b 8324774: Add DejaVu web fonts 8327385: Add JavaDoc option to exclude web fonts from generated documentation Reviewed-by: ihse, jjg ! make/CompileInterimLangtools.gmk ! make/modules/jdk.javadoc/Java.gmk ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff2 + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/dejavu.css ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseOptions.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java + src/jdk.javadoc/share/legal/dejavufonts.md ! test/langtools/jdk/javadoc/doclet/checkLibraryVersions/CheckLibraryVersions.java + test/langtools/jdk/javadoc/doclet/testFonts/TestFonts.java ! test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java ! test/langtools/jdk/javadoc/testJavadocTester/TestJavadocTester.java ! test/langtools/jdk/javadoc/tool/CheckManPageOptions.java ! test/langtools/jdk/javadoc/tool/api/basic/APITest.java Changeset: d292aabf Author: Magnus Ihse Bursie Date: 2024-03-27 14:44:40 +0000 URL: https://git.openjdk.org/loom/commit/d292aabf05edf41e14eca1976142f63c7b54779e 8329086: Clean up java.desktop native compilation Reviewed-by: erikj ! make/autoconf/lib-bundled.m4 ! make/autoconf/spec.gmk.template ! make/modules/java.desktop/Lib.gmk ! make/modules/java.desktop/lib/Awt2dLibraries.gmk ! make/modules/java.prefs/Lib.gmk Changeset: 614db2ea Author: Aleksey Shipilev Date: 2024-03-27 14:44:50 +0000 URL: https://git.openjdk.org/loom/commit/614db2ea9e10346475eef34629eab54878aa482d 8328638: Fallback option for POST-only OCSP requests Reviewed-by: mullan, rhalade ! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java ! test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 05854fd7 Author: Roland Westrelin Date: 2024-03-27 16:14:18 +0000 URL: https://git.openjdk.org/loom/commit/05854fd704cba6ebd73007d9547a064891d49587 8329163: C2: possible overflow in PhaseIdealLoop::extract_long_range_checks() Reviewed-by: chagedorn, kvn ! src/hotspot/share/opto/loopnode.cpp Changeset: 892b8bb6 Author: Doug Simon Date: 2024-03-27 17:47:38 +0000 URL: https://git.openjdk.org/loom/commit/892b8bb6d1725119e4c9ada8f2617c15f8af674e 8329189: runtime/stack/Stack016.java fails on libgraal Reviewed-by: never ! test/hotspot/jtreg/runtime/stack/Stack016.java Changeset: cc5b9c63 Author: Alisen Chung Date: 2024-03-27 19:18:52 +0000 URL: https://git.openjdk.org/loom/commit/cc5b9c63cbc1743e22f80dce51d803e267c60317 8328227: Remove applet usage from JColorChooser tests Test4887836 Reviewed-by: honkar, prr - test/jdk/javax/swing/JColorChooser/Test4887836.html ! test/jdk/javax/swing/JColorChooser/Test4887836.java Changeset: e3588bba Author: Alisen Chung Date: 2024-03-27 19:19:51 +0000 URL: https://git.openjdk.org/loom/commit/e3588bba0451d7d505b0e22d014842110677041b 8328819: Remove applet usage from JFileChooser tests bug6698013 Reviewed-by: honkar, tr, dnguyen - test/jdk/javax/swing/JFileChooser/6698013/bug6698013.html ! test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java Changeset: 0cb0b5db Author: Justin Lu Date: 2024-03-27 21:13:28 +0000 URL: https://git.openjdk.org/loom/commit/0cb0b5db2ac0f9b5a8fe40c5be5f7b12124fe402 8327875: ChoiceFormat should advise throwing UnsupportedOperationException for unused methods Reviewed-by: naoto ! src/java.base/share/classes/java/text/ChoiceFormat.java Changeset: 3eb1d05d Author: Vladimir Kozlov Date: 2024-03-27 21:56:53 +0000 URL: https://git.openjdk.org/loom/commit/3eb1d05d853e92949bf239ac4b88436a4fe0997d 8328986: Deprecate UseRTM* flags for removal Co-authored-by: Roman Kennke Reviewed-by: vlivanov, sviswanathan, dholmes ! src/hotspot/cpu/x86/globals_x86.hpp ! src/hotspot/share/runtime/arguments.cpp ! src/java.base/share/man/java.1 ! test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Changeset: 4fa77a2a Author: Guoxiong Li Date: 2024-03-28 04:03:16 +0000 URL: https://git.openjdk.org/loom/commit/4fa77a2ad47a1a7c4064462c5c36e7710ec72549 8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t* Reviewed-by: ayang, tschatzl ! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp ! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp Changeset: d580bcf9 Author: Magnus Ihse Bursie Date: 2024-03-28 06:23:35 +0000 URL: https://git.openjdk.org/loom/commit/d580bcf956d6e1e61aba142d7b639bc5ae26a17c 8329178: Clean up jdk.accessibility native compilation Reviewed-by: erikj, prr ! make/modules/jdk.accessibility/Launcher.gmk ! make/modules/jdk.accessibility/Lib.gmk Changeset: 47f33a59 Author: Thomas Stuefe Date: 2024-03-28 07:09:43 +0000 URL: https://git.openjdk.org/loom/commit/47f33a59eaaffc74881fcc9e29d13ff9b2538c2a 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Reviewed-by: kvn, djelinski ! test/hotspot/gtest/compiler/test_directivesParser.cpp Changeset: 2b79c22c Author: Kevin Walls Date: 2024-03-28 09:06:41 +0000 URL: https://git.openjdk.org/loom/commit/2b79c22c43a2de0815e77c9aa71f010906be8670 8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails Reviewed-by: lmesnik, stuefe ! test/jdk/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Changeset: 7c7b961e Author: Doug Simon Date: 2024-03-28 10:16:39 +0000 URL: https://git.openjdk.org/loom/commit/7c7b961e732d1bef3c95a69758e283c8fb32fff6 8329191: JVMCI compiler warning is truncated Reviewed-by: never ! src/hotspot/share/jvmci/jvmciCompiler.cpp ! src/hotspot/share/jvmci/jvmciEnv.cpp ! src/hotspot/share/jvmci/jvmciRuntime.cpp Changeset: 2af0312c Author: Kevin Walls Date: 2024-03-28 11:34:44 +0000 URL: https://git.openjdk.org/loom/commit/2af0312c958e693b1377f4c014ae8f84cabf6b83 8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use Reviewed-by: lmesnik, dfuchs ! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java Changeset: aa595dbd Author: Erik ?sterlund Date: 2024-03-28 14:11:46 +0000 URL: https://git.openjdk.org/loom/commit/aa595dbda4e64d76eeaff941b2f1e1ef2414d7af 8328507: Move StackWatermark code from safepoint cleanup Reviewed-by: aboldtch, coleenp ! src/hotspot/share/gc/shared/collectedHeap.hpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp ! src/hotspot/share/gc/x/xCollectedHeap.cpp ! src/hotspot/share/gc/x/xCollectedHeap.hpp ! src/hotspot/share/gc/z/zCollectedHeap.cpp ! src/hotspot/share/gc/z/zCollectedHeap.hpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/safepoint.hpp ! src/hotspot/share/runtime/stackWatermarkSet.cpp ! src/hotspot/share/runtime/stackWatermarkSet.hpp Changeset: 85cb4a99 Author: Calvin Cheung Date: 2024-03-28 15:03:09 +0000 URL: https://git.openjdk.org/loom/commit/85cb4a9942f31ec99dae9f6a8af4f1fd4e8195bd 8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling() Reviewed-by: iklam, matsaave ! src/hotspot/share/cds/cdsConfig.cpp ! src/hotspot/share/cds/cdsConfig.hpp ! src/hotspot/share/runtime/arguments.cpp Changeset: 7ac2f914 Author: Damon Nguyen Date: 2024-03-28 16:13:40 +0000 URL: https://git.openjdk.org/loom/commit/7ac2f914aadf7fb12b7258e54efae959e15d6721 8329210: Delete Redundant Printer Dialog Modality Test Reviewed-by: honkar, prr - test/jdk/java/awt/print/Dialog/PrintModalDialog.java ! test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java Changeset: 341dd57f Author: Coleen Phillimore Date: 2024-03-28 19:30:55 +0000 URL: https://git.openjdk.org/loom/commit/341dd57fa1393baadb3fec417a18ad0e981f8b0f 8325883: Move Monitor Deflation reporting out of safepoint cleanup Reviewed-by: eosterlund, dcubed ! src/hotspot/share/runtime/monitorDeflationThread.cpp ! src/hotspot/share/runtime/safepoint.cpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/synchronizer.hpp ! test/hotspot/jtreg/runtime/Monitor/MonitorUsedDeflationThresholdTest.java Changeset: 4eefda91 Author: Eirik Bj?rsn?s Date: 2024-03-28 20:00:07 +0000 URL: https://git.openjdk.org/loom/commit/4eefda91021e07768ace03725c88a56af33ca344 8327779: Remove deprecated internal field sun.security.x509.X509Key.key Reviewed-by: mullan ! src/java.base/share/classes/sun/security/ec/ECPublicKeyImpl.java ! src/java.base/share/classes/sun/security/x509/X509Key.java Changeset: 991e04e7 Author: Fredrik Bredberg Committer: Coleen Phillimore Date: 2024-03-28 20:15:36 +0000 URL: https://git.openjdk.org/loom/commit/991e04e7d7ff3ee682c2b8a9b860d325a176e7a5 8327383: Clean up _Stalled and _Spinner fields Reviewed-by: dholmes, coleenp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp Changeset: bf93e77e Author: Justin Lu Date: 2024-03-28 22:44:49 +0000 URL: https://git.openjdk.org/loom/commit/bf93e77e72ccce56685fd10dde83587c703a37b3 8329118: Run MessageFormat additional subformat pattern tests under en_US locale Reviewed-by: naoto ! test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java ! test/jdk/java/text/Format/MessageFormat/ListSubFormats.java Changeset: df01cc52 Author: Julian Waters Date: 2024-03-29 05:34:30 +0000 URL: https://git.openjdk.org/loom/commit/df01cc528d3b6e52925b92119e43caee54ec86e8 8323576: [Windows] Fallthrough to ::abort instead of os::infinite_sleep for noreturn methods Reviewed-by: dholmes, kbarrett ! src/hotspot/os/windows/os_windows.cpp ! src/hotspot/os/windows/vmError_windows.cpp Changeset: 245514da Author: Raphael Jolly Committer: Alexey Ivanov Date: 2024-03-29 10:07:14 +0000 URL: https://git.openjdk.org/loom/commit/245514da51ef77757f530317e079a3f58370a0be 8328953: JEditorPane.read throws ChangedCharSetException Reviewed-by: tr, aivanov ! src/java.desktop/share/classes/javax/swing/JEditorPane.java + test/jdk/javax/swing/JEditorPane/EditorPaneCharset.java Changeset: 418deaf5 Author: Guoxiong Li Date: 2024-03-29 10:42:00 +0000 URL: https://git.openjdk.org/loom/commit/418deaf5a1045d583ef9f5474d28dab31e2cfaf7 8328361: Use memset() in method CardTable::dirty_MemRegion() Reviewed-by: ayang, kbarrett ! src/hotspot/share/gc/shared/cardTable.cpp Changeset: 7011fc66 Author: Patricio Chilano Mateo Date: 2024-03-29 16:35:15 +0000 URL: https://git.openjdk.org/loom/commit/7011fc668aaa10cae6e95c13332400081a911a37 Merge branch 'master' into fibers ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/runtime/continuationHelper.inline.hpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/synchronizer.hpp ! src/hotspot/share/utilities/macros.hpp ! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp ! src/hotspot/share/prims/jvmtiEnv.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/prims/jvmtiEnvBase.hpp ! src/hotspot/share/runtime/continuationHelper.inline.hpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/javaThread.hpp ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/synchronizer.hpp ! src/hotspot/share/utilities/macros.hpp