hg: valhalla/valhalla: 245 new changesets

david.simms at oracle.com david.simms at oracle.com
Thu May 31 14:30:45 UTC 2018


Changeset: 26ac622a4cab
Author:    stuefe
Date:      2018-05-10 07:26 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/26ac622a4cab

8202822: Add .git to .hgignore
Reviewed-by: erikj

! .hgignore

Changeset: bbcbfa18b0e8
Author:    shade
Date:      2018-05-10 17:19 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bbcbfa18b0e8

8202683: Minimal VM should build cleanly on 64-bit platforms
Reviewed-by: erikj, dholmes

! make/copy/Copy-java.base.gmk

Changeset: fff12b2f6795
Author:    lmesnik
Date:      2018-05-08 15:28 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fff12b2f6795

8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests
Reviewed-by: iignatyev, mseledtsov

! test/hotspot/jtreg/TEST.groups

Changeset: e32abf6409af
Author:    kvn
Date:      2018-05-10 09:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e32abf6409af

8202773: Unhandled oop in JavaThread::collect_counters
Summary: remove MutexLocker
Reviewed-by: dcubed

! src/hotspot/share/runtime/thread.cpp

Changeset: 5730ca794584
Author:    erikj
Date:      2018-05-10 10:00 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5730ca794584

8202919: JDK-8202683 broke macosx build
Reviewed-by: shade, tbell

! make/copy/Copy-java.base.gmk

Changeset: 5830a17d9fc8
Author:    ccheung
Date:      2018-05-10 16:39 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5830a17d9fc8

8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time
8202519: Crash during large AppCDS dump
Summary: Convert the source of a class into canonical form before comparing witha shared path table entry.
Reviewed-by: jiangli, iklam

! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/classLoaderExt.cpp
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/MainModuleOnly.java

Changeset: 6fd9fbefd2b4
Author:    ysuenaga
Date:      2018-05-11 09:40 +0900
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6fd9fbefd2b4

8202889: Remove trailing LF from perf log
Reviewed-by: stuefe, clanger

! src/hotspot/os/aix/perfMemory_aix.cpp
! src/hotspot/os/bsd/perfMemory_bsd.cpp
! src/hotspot/os/linux/perfMemory_linux.cpp
! src/hotspot/os/solaris/perfMemory_solaris.cpp
! src/hotspot/os/windows/perfMemory_windows.cpp
! src/hotspot/share/runtime/perfData.cpp
! src/hotspot/share/runtime/perfMemory.cpp

Changeset: 0611aa1568ef
Author:    lana
Date:      2018-05-11 04:57 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0611aa1568ef

Added tag jdk-11+13 for changeset 758deedaae84

! .hgtags

Changeset: 0fbe52a4c3f3
Author:    mli
Date:      2018-05-11 17:50 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0fbe52a4c3f3

8202756: move FilterUSRTest.java to openJDK
Reviewed-by: rriggs

+ test/jdk/java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java

Changeset: 07015dd8157f
Author:    dcubed
Date:      2018-05-11 11:08 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/07015dd8157f

8132287: obsolete the "InlineNotify" flag option
Reviewed-by: kvn, dlong, dholmes

! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/GraalHotSpotVMConfigVersioned.java

Changeset: 44b64fc0baa3
Author:    shade
Date:      2018-05-11 17:37 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/44b64fc0baa3

8202974: Backout JDK-8202683
Reviewed-by: stuefe, erikj

! make/copy/Copy-java.base.gmk

Changeset: f001977641fb
Author:    naoto
Date:      2018-05-11 10:07 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f001977641fb

8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12
Reviewed-by: sherman

! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java
+ test/jdk/sun/util/resources/cldr/Bug8202764.java

Changeset: 66b0f0134aad
Author:    vromero
Date:      2018-05-11 10:39 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/66b0f0134aad

8194998: broken error message for subclass of interface with private method
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/javac/T8194998/BrokenErrorMessageTest.java
+ test/langtools/tools/javac/T8194998/BrokenErrorMessageTest.out
+ test/langtools/tools/javac/diags/examples/BadReference.java

Changeset: cd4bf3b1ee77
Author:    bulasevich
Date:      2018-05-11 21:19 +0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cd4bf3b1ee77

8201604: ARM64 - Build failure after JDK-8193260
Reviewed-by: aph

! src/hotspot/cpu/arm/compiledIC_arm.cpp
! src/hotspot/cpu/arm/jvmciCodeInstaller_arm.cpp

Changeset: a2322c683d17
Author:    dpochepk
Date:      2018-05-11 21:22 +0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a2322c683d17

8202395: AARCH64: wrong encoding for SIMD instructions zip, trn, uzp
Reviewed-by: aph

! src/hotspot/cpu/aarch64/assembler_aarch64.hpp

Changeset: b0ed185e8f94
Author:    ctornqvi
Date:      2018-05-11 14:43 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b0ed185e8f94

8202997: Split test/jdk/:tier1 to enable better parallel execution
Reviewed-by: erikj

! test/jdk/TEST.groups

Changeset: 94e11b6edcdd
Author:    kcr
Date:      2018-05-10 13:34 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/94e11b6edcdd

8202553: Update FXLauncherTest as part of removing JavaFX from JDK
Reviewed-by: ksrini, mchung

! test/jdk/ProblemList.txt
! test/jdk/tools/launcher/FXLauncherTest.java
+ test/jdk/tools/launcher/mockfx/src/javafx.graphics/com/sun/javafx/application/LauncherImpl.java
+ test/jdk/tools/launcher/mockfx/src/javafx.graphics/javafx/application/Application.java
+ test/jdk/tools/launcher/mockfx/src/javafx.graphics/javafx/stage/Stage.java
+ test/jdk/tools/launcher/mockfx/src/javafx.graphics/module-info.java

Changeset: 05979f6ba560
Author:    mchung
Date:      2018-05-11 14:21 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/05979f6ba560

8202113: Reflection API is causing caller classes to leak
Reviewed-by: alanb, plevart

! src/java.base/share/classes/java/lang/reflect/AccessibleObject.java
! src/java.base/share/classes/java/lang/reflect/Constructor.java
! src/java.base/share/classes/java/lang/reflect/Executable.java
! src/java.base/share/classes/java/lang/reflect/Field.java
! src/java.base/share/classes/java/lang/reflect/Method.java
! src/java.base/share/classes/java/lang/reflect/ReflectAccess.java
! src/java.base/share/classes/jdk/internal/reflect/LangReflectAccess.java
! src/java.base/share/classes/jdk/internal/reflect/ReflectionFactory.java
+ test/jdk/java/lang/reflect/callerCache/AccessTest.java
+ test/jdk/java/lang/reflect/callerCache/Members.java
+ test/jdk/java/lang/reflect/callerCache/ReflectionCallerCacheTest.java

Changeset: 0e42d3120e51
Author:    clanger
Date:      2018-05-12 10:26 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0e42d3120e51

8202915: [JAXP] Performance enhancements and cleanups in com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
Reviewed-by: joehw

! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java

Changeset: 55153a374d18
Author:    jgeorge
Date:      2018-05-12 17:22 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/55153a374d18

8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
Summary: Make SA aware of the new _nofast* (rewritten during CDS dump time) bytecodes.
Reviewed-by: iklam, cjplummer

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSJstackPrintAll.java

Changeset: 2f79462aab9b
Author:    goetz
Date:      2018-05-07 09:11 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2f79462aab9b

8201593: Print array length in ArrayIndexOutOfBoundsException.
Reviewed-by: dholmes, mdoerr, smonteith, shade, rriggs

! src/hotspot/cpu/aarch64/c1_CodeStubs_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
! src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp
! src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
! src/hotspot/cpu/arm/templateInterpreterGenerator_arm.cpp
! src/hotspot/cpu/arm/templateTable_arm.cpp
! src/hotspot/cpu/ppc/c1_CodeStubs_ppc.cpp
! src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
! src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp
! src/hotspot/cpu/s390/sharedRuntime_s390.cpp
! src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp
! src/hotspot/cpu/s390/templateTable_s390.cpp
! src/hotspot/cpu/sparc/c1_CodeStubs_sparc.cpp
! src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp
! src/hotspot/cpu/sparc/interp_masm_sparc.cpp
! src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp
! src/hotspot/cpu/x86/c1_CodeStubs_x86.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp
! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp
! src/hotspot/share/c1/c1_CodeStubs.hpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/c1/c1_Runtime1.hpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/interpreterRuntime.hpp
! src/hotspot/share/interpreter/templateInterpreterGenerator.cpp
! src/hotspot/share/interpreter/templateInterpreterGenerator.hpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/oops/typeArrayKlass.cpp
+ test/hotspot/jtreg/runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java

Changeset: bf2f27b92064
Author:    goetz
Date:      2018-05-07 23:07 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bf2f27b92064

8202745: Remove hyphens from "out-of-bounds".
Reviewed-by: rriggs, dholmes

! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/g1/g1Allocator.inline.hpp
! src/hotspot/share/gc/parallel/psMarkSweep.cpp
! src/hotspot/share/gc/shared/referenceProcessor.cpp
! src/java.base/share/classes/java/util/Objects.java
! src/java.base/share/classes/jdk/internal/util/Preconditions.java
! src/java.desktop/share/classes/javax/imageio/ImageWriteParam.java
! src/java.net.http/share/classes/java/net/http/HttpRequest.java
! test/hotspot/jtreg/runtime/7116786/Test7116786.java

Changeset: 4502902f343d
Author:    tschatzl
Date:      2018-05-14 11:47 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4502902f343d

8202829: Implement CollectedHeap::get_safepoint_workers() for G1
Summary: Use the parallel STW worker gang to do safepoint work.
Reviewed-by: rkennke, eosterlund, pliden

! src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Changeset: ed8a43d83fcc
Author:    tschatzl
Date:      2018-05-14 11:47 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ed8a43d83fcc

8201491: G1 support for java.lang.ref.Reference precleaning
Summary: Implement single-threaded concurrent reference precleaning for G1.
Reviewed-by: sangheki, kbarrett

! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp
! src/hotspot/share/gc/g1/g1_globals.hpp
! src/hotspot/share/gc/shared/referenceProcessor.cpp
! src/hotspot/share/gc/shared/referenceProcessor.hpp
! src/hotspot/share/memory/iterator.hpp
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1Basics.java

Changeset: 92560438d306
Author:    jlaskey
Date:      2018-05-14 09:40 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/92560438d306

8200377: String::strip, String::stripLeading, String::stripTrailing
Reviewed-by: sundar, rriggs

! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
+ test/jdk/java/lang/String/Strip.java

Changeset: b3e97e932e05
Author:    neliasso
Date:      2018-05-14 14:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b3e97e932e05

8201532: Update idom to get correct dom depth calculation
Summary: Assert due to dom depth calculation on old idom
Reviewed-by: roland

! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopnode.hpp

Changeset: 78d93a34b81d
Author:    neliasso
Date:      2018-05-14 14:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/78d93a34b81d

8193935: Illegal countedLoops transformation
Summary: Truncation can sometimes not be removed
Reviewed-by: kvn

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

Changeset: 1560c3a7fbbf
Author:    pliden
Date:      2018-05-14 15:42 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1560c3a7fbbf

8202994: Add support for undoing last TLAB allocation
Reviewed-by: shade, stefank

! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.inline.hpp

Changeset: 454fa295105c
Author:    pliden
Date:      2018-05-14 15:42 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/454fa295105c

8202976: Add C1 lea patching support for x86
Reviewed-by: kvn, neliasso

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
! src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp
! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/cpu/x86/nativeInst_x86.cpp
! src/hotspot/cpu/x86/nativeInst_x86.hpp
! src/hotspot/share/c1/c1_LIR.hpp
! src/hotspot/share/c1/c1_LIRAssembler.cpp
! src/hotspot/share/c1/c1_LIRAssembler.hpp

Changeset: b99e90f885bf
Author:    pliden
Date:      2018-05-14 15:43 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b99e90f885bf

8202993: Add support for x86 testptr/testq with register and address
Reviewed-by: kvn, neliasso

! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/assembler_x86.hpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp

Changeset: 4ea7917929b9
Author:    aph
Date:      2018-05-14 12:03 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4ea7917929b9

8185505: AArch64: Port AOT to AArch64
Reviewed-by: kvn

! make/autoconf/hotspot.m4
! make/hotspot/lib/JvmFeatures.gmk
! make/launcher/Launcher-jdk.aot.gmk
! src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp
+ src/hotspot/cpu/aarch64/compiledIC_aot_aarch64.cpp
! src/hotspot/cpu/aarch64/jvmciCodeInstaller_aarch64.cpp
! src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
! src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/share/asm/codeBuffer.hpp
! src/hotspot/share/jvmci/jvmciCodeInstaller.cpp
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/BinaryContainer.java
+ src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/AArch64JELFRelocObject.java
+ src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/AMD64JELFRelocObject.java
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/Elf.java
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/ElfTargetInfo.java
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/JELFRelocObject.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/CodeSectionProcessor.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/CompiledMethodInfo.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/ELFMacroAssembler.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/InstructionDecoder.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/JavaCallSiteRelocationSymbol.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Linker.java
+ src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/aarch64/AArch64ELFMacroAssembler.java
+ src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/aarch64/AArch64InstructionDecoder.java
! src/jdk.internal.vm.compiler/share/classes/module-info.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/AArch64Assembler.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/AArch64MacroAssembler.java

Changeset: 6f6e8c1b4208
Author:    xiaofeya
Date:      2018-05-14 11:17 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6f6e8c1b4208

8202708: Add a check of opening stream for not-existing UNC url
Reviewed-by: rriggs

! test/jdk/java/net/URL/OpenStream.java

Changeset: 24151f48582b
Author:    rkennke
Date:      2018-05-14 21:56 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/24151f48582b

8202016: Use obj+offset in interpreter array access
Reviewed-by: adinn

! src/hotspot/cpu/x86/interp_masm_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp

Changeset: 300e4a88c400
Author:    jgeorge
Date:      2018-05-15 02:47 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/300e4a88c400

8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
Summary: Avoid truncation to int while reading in long constants from vmStructs. Modify ClhsdbLongConstant.java for truncation testing.
Reviewed-by: dholmes, sspitsyn, cjplummer

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbLongConstant.java

Changeset: 2e9dc3f896c8
Author:    amlu
Date:      2018-05-15 14:39 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2e9dc3f896c8

8202763: failure_handler: list open files for macOS
Reviewed-by: alanb

! test/failure_handler/src/share/conf/mac.properties

Changeset: ea54197f4fe4
Author:    alanb
Date:      2018-05-15 09:33 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ea54197f4fe4

8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
Reviewed-by: chegar

! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java
+ test/jdk/java/nio/channels/SocketChannel/LingerOnClose.java

Changeset: 3d98842c8677
Author:    rkennke
Date:      2018-05-15 05:33 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3d98842c8677

8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
Reviewed-by: adinn, smonteith

! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shared/cardTableBarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/methodHandles_aarch64.cpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp

Changeset: 1dc98fa30b14
Author:    stuefe
Date:      2018-05-15 14:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1dc98fa30b14

8203032: PrintMetaspaceDcmd fails: Non-Class: missing from stdout/stderr
Reviewed-by: asiebenborn, zgu

! test/hotspot/jtreg/runtime/Metaspace/PrintMetaspaceDcmd.java

Changeset: 7a2a740815b7
Author:    iignatyev
Date:      2018-05-15 11:28 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7a2a740815b7

8202392: [TESTBUG] open source vm testbase heapdump tests
Reviewed-by: sspitsyn, mseledtsov

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapHeap/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapHeap/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapHeap/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapHeapCore/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapHeapCore/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspace/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspace/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspace/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspaceCore/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspaceCore/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspaceCore/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFile/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFile/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFile/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFileMetaspace/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFileMetaspace/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToFileMetaspace/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToPath/TEST.properties
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToPath/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/heapdump/OnOOMToPath/run.sh
+ test/hotspot/jtreg/vmTestbase/heapdump/README
+ test/hotspot/jtreg/vmTestbase/heapdump/share/EatMemory.java
+ test/hotspot/jtreg/vmTestbase/heapdump/share/common.sh

Changeset: caf115bb98ad
Author:    egahlin
Date:      2018-05-15 20:24 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/caf115bb98ad

8199712: Flight Recorder
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
Contributed-by: erik.gahlin at oracle.com, markus.gronlund at oracle.com

! make/CompileJavaModules.gmk
! make/autoconf/hotspot.m4
! make/autoconf/libraries.m4
! make/common/Modules.gmk
+ make/copy/Copy-jdk.jfr.gmk
! make/hotspot/gensrc/GenerateSources.gmk
+ make/hotspot/gensrc/GensrcJfr.gmk
! make/hotspot/gensrc/GensrcJvmti.gmk
! make/hotspot/lib/JvmFeatures.gmk
! make/hotspot/src/classes/build/tools/projectcreator/BuildConfig.java
! make/jprt.properties
! make/nashorn/project.properties
! make/nb_native/nbproject/configurations.xml
+ src/hotspot/cpu/aarch64/vm_version_ext_aarch64.cpp
+ src/hotspot/cpu/aarch64/vm_version_ext_aarch64.hpp
+ src/hotspot/cpu/arm/vm_version_ext_arm.cpp
+ src/hotspot/cpu/arm/vm_version_ext_arm.hpp
+ src/hotspot/cpu/sparc/vm_version_ext_sparc.cpp
+ src/hotspot/cpu/sparc/vm_version_ext_sparc.hpp
+ src/hotspot/cpu/x86/rdtsc_x86.cpp
+ src/hotspot/cpu/x86/rdtsc_x86.hpp
+ src/hotspot/cpu/x86/vm_version_ext_x86.cpp
+ src/hotspot/cpu/x86/vm_version_ext_x86.hpp
+ src/hotspot/os/bsd/os_perf_bsd.cpp
+ src/hotspot/os/linux/os_perf_linux.cpp
+ src/hotspot/os/solaris/os_perf_solaris.cpp
+ src/hotspot/os/windows/os_perf_windows.cpp
+ src/hotspot/os/windows/pdh_interface.cpp
+ src/hotspot/os/windows/pdh_interface.hpp
! src/hotspot/os_cpu/solaris_x86/os_solaris_x86.inline.hpp
! src/hotspot/share/c1/c1_Compiler.cpp
! src/hotspot/share/c1/c1_GraphBuilder.cpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/c1/c1_LIRGenerator.hpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciMethod.cpp
! src/hotspot/share/ci/ciMethod.hpp
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/classfile/classLoaderData.hpp
! src/hotspot/share/classfile/klassFactory.cpp
! src/hotspot/share/classfile/moduleEntry.cpp
! src/hotspot/share/classfile/moduleEntry.hpp
! src/hotspot/share/classfile/packageEntry.cpp
! src/hotspot/share/classfile/packageEntry.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/vmSymbols.cpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/compiler/compileBroker.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1EvacStats.cpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp
! src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp
! src/hotspot/share/gc/g1/g1FullGCCompactTask.hpp
! src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp
! src/hotspot/share/gc/g1/g1FullGCPrepareTask.hpp
! src/hotspot/share/gc/g1/g1FullGCTask.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
+ src/hotspot/share/gc/g1/g1HeapRegionEventSender.cpp
+ src/hotspot/share/gc/g1/g1HeapRegionEventSender.hpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/heapRegionTracer.cpp
! src/hotspot/share/gc/shared/ageTableTracer.cpp
! src/hotspot/share/gc/shared/allocTracer.cpp
! src/hotspot/share/gc/shared/copyFailedInfo.hpp
+ src/hotspot/share/gc/shared/gcConfiguration.cpp
+ src/hotspot/share/gc/shared/gcConfiguration.hpp
! src/hotspot/share/gc/shared/gcTimer.cpp
! src/hotspot/share/gc/shared/gcTrace.cpp
! src/hotspot/share/gc/shared/gcTraceSend.cpp
! src/hotspot/share/gc/shared/objectCountEventSender.cpp
! src/hotspot/share/gc/shared/objectCountEventSender.hpp
! src/hotspot/share/gc/shared/weakProcessor.cpp
+ src/hotspot/share/jfr/dcmd/jfrDcmds.cpp
+ src/hotspot/share/jfr/dcmd/jfrDcmds.hpp
+ src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp
+ src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.hpp
+ src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp
+ src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.hpp
+ src/hotspot/share/jfr/jfr.cpp
+ src/hotspot/share/jfr/jfr.hpp
+ src/hotspot/share/jfr/jfrEvents.hpp
+ src/hotspot/share/jfr/jni/jfrGetAllEventClasses.cpp
+ src/hotspot/share/jfr/jni/jfrGetAllEventClasses.hpp
+ src/hotspot/share/jfr/jni/jfrJavaCall.cpp
+ src/hotspot/share/jfr/jni/jfrJavaCall.hpp
+ src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
+ src/hotspot/share/jfr/jni/jfrJavaSupport.hpp
+ src/hotspot/share/jfr/jni/jfrJniMethod.cpp
+ src/hotspot/share/jfr/jni/jfrJniMethod.hpp
+ src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp
+ src/hotspot/share/jfr/jni/jfrJniMethodRegistration.hpp
+ src/hotspot/share/jfr/jni/jfrUpcalls.cpp
+ src/hotspot/share/jfr/jni/jfrUpcalls.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/bfsClosure.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/bfsClosure.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/bitset.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/bitset.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/dfsClosure.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/dfsClosure.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/edge.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/edge.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeQueue.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeQueue.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeStore.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeStore.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/objectSampleMarker.hpp
+ src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.cpp
+ src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.hpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.cpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.hpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.hpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp
+ src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.hpp
+ src/hotspot/share/jfr/leakprofiler/emitEventOperation.cpp
+ src/hotspot/share/jfr/leakprofiler/emitEventOperation.hpp
+ src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp
+ src/hotspot/share/jfr/leakprofiler/leakProfiler.hpp
+ src/hotspot/share/jfr/leakprofiler/sampling/objectSample.hpp
+ src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp
+ src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.hpp
+ src/hotspot/share/jfr/leakprofiler/sampling/sampleList.cpp
+ src/hotspot/share/jfr/leakprofiler/sampling/sampleList.hpp
+ src/hotspot/share/jfr/leakprofiler/sampling/samplePriorityQueue.cpp
+ src/hotspot/share/jfr/leakprofiler/sampling/samplePriorityQueue.hpp
+ src/hotspot/share/jfr/leakprofiler/startOperation.hpp
+ src/hotspot/share/jfr/leakprofiler/stopOperation.hpp
+ src/hotspot/share/jfr/leakprofiler/utilities/granularTimer.cpp
+ src/hotspot/share/jfr/leakprofiler/utilities/granularTimer.hpp
+ src/hotspot/share/jfr/leakprofiler/utilities/rootType.hpp
+ src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.cpp
+ src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.hpp
+ src/hotspot/share/jfr/leakprofiler/utilities/unifiedOop.hpp
+ src/hotspot/share/jfr/metadata/GenerateJfrFiles.java
+ src/hotspot/share/jfr/metadata/jfrSerializer.hpp
+ src/hotspot/share/jfr/metadata/metadata.xml
+ src/hotspot/share/jfr/metadata/metadata.xsd
+ src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp
+ src/hotspot/share/jfr/periodic/jfrModuleEvent.hpp
+ src/hotspot/share/jfr/periodic/jfrOSInterface.cpp
+ src/hotspot/share/jfr/periodic/jfrOSInterface.hpp
+ src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
+ src/hotspot/share/jfr/periodic/jfrThreadCPULoadEvent.cpp
+ src/hotspot/share/jfr/periodic/jfrThreadCPULoadEvent.hpp
+ src/hotspot/share/jfr/periodic/jfrThreadDumpEvent.cpp
+ src/hotspot/share/jfr/periodic/jfrThreadDumpEvent.hpp
+ src/hotspot/share/jfr/periodic/sampling/jfrCallTrace.cpp
+ src/hotspot/share/jfr/periodic/sampling/jfrCallTrace.hpp
+ src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp
+ src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointBlob.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointBlob.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.inline.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdBits.inline.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.cpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.hpp
+ src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdMacros.hpp
+ src/hotspot/share/jfr/recorder/jfrEventSetting.cpp
+ src/hotspot/share/jfr/recorder/jfrEventSetting.hpp
+ src/hotspot/share/jfr/recorder/jfrEventSetting.inline.hpp
+ src/hotspot/share/jfr/recorder/jfrRecorder.cpp
+ src/hotspot/share/jfr/recorder/jfrRecorder.hpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkSizeNotifier.cpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkSizeNotifier.hpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkState.cpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkState.hpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp
+ src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp
+ src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.cpp
+ src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp
+ src/hotspot/share/jfr/recorder/repository/jfrRepository.cpp
+ src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp
+ src/hotspot/share/jfr/recorder/service/jfrEvent.cpp
+ src/hotspot/share/jfr/recorder/service/jfrEvent.hpp
+ src/hotspot/share/jfr/recorder/service/jfrMemorySizer.cpp
+ src/hotspot/share/jfr/recorder/service/jfrMemorySizer.hpp
+ src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp
+ src/hotspot/share/jfr/recorder/service/jfrOptionSet.hpp
+ src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp
+ src/hotspot/share/jfr/recorder/service/jfrPostBox.hpp
+ src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
+ src/hotspot/share/jfr/recorder/service/jfrRecorderService.hpp
+ src/hotspot/share/jfr/recorder/service/jfrRecorderThread.cpp
+ src/hotspot/share/jfr/recorder/service/jfrRecorderThread.hpp
+ src/hotspot/share/jfr/recorder/service/jfrRecorderThreadLoop.cpp
+ src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
+ src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrBuffer.cpp
+ src/hotspot/share/jfr/recorder/storage/jfrBuffer.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrMemorySpace.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrMemorySpace.inline.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrMemorySpaceRetrieval.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorage.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorageControl.cpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorageControl.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorageUtils.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrStorageUtils.inline.hpp
+ src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp
+ src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.hpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.hpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolBuffer.cpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolBuffer.hpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolWriter.cpp
+ src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolWriter.hpp
+ src/hotspot/share/jfr/support/jfrAllocationTracer.cpp
+ src/hotspot/share/jfr/support/jfrAllocationTracer.hpp
+ src/hotspot/share/jfr/support/jfrEventClass.cpp
+ src/hotspot/share/jfr/support/jfrEventClass.hpp
+ src/hotspot/share/jfr/support/jfrFlush.cpp
+ src/hotspot/share/jfr/support/jfrFlush.hpp
+ src/hotspot/share/jfr/support/jfrIntrinsics.hpp
+ src/hotspot/share/jfr/support/jfrKlassExtension.hpp
+ src/hotspot/share/jfr/support/jfrStackTraceMark.cpp
+ src/hotspot/share/jfr/support/jfrStackTraceMark.hpp
+ src/hotspot/share/jfr/support/jfrThreadExtension.hpp
+ src/hotspot/share/jfr/support/jfrThreadId.hpp
+ src/hotspot/share/jfr/support/jfrThreadLocal.cpp
+ src/hotspot/share/jfr/support/jfrThreadLocal.hpp
+ src/hotspot/share/jfr/support/jfrTraceIdExtension.hpp
+ src/hotspot/share/jfr/utilities/jfrAllocation.cpp
+ src/hotspot/share/jfr/utilities/jfrAllocation.hpp
+ src/hotspot/share/jfr/utilities/jfrBigEndian.hpp
+ src/hotspot/share/jfr/utilities/jfrDoublyLinkedList.hpp
+ src/hotspot/share/jfr/utilities/jfrHashtable.hpp
+ src/hotspot/share/jfr/utilities/jfrIterator.hpp
+ src/hotspot/share/jfr/utilities/jfrJavaLog.cpp
+ src/hotspot/share/jfr/utilities/jfrJavaLog.hpp
+ src/hotspot/share/jfr/utilities/jfrLogTagSets.hpp
+ src/hotspot/share/jfr/utilities/jfrRefCountPointer.hpp
+ src/hotspot/share/jfr/utilities/jfrResourceManager.hpp
+ src/hotspot/share/jfr/utilities/jfrSpinlockHelper.hpp
+ src/hotspot/share/jfr/utilities/jfrTime.cpp
+ src/hotspot/share/jfr/utilities/jfrTime.hpp
+ src/hotspot/share/jfr/utilities/jfrTimeConverter.cpp
+ src/hotspot/share/jfr/utilities/jfrTimeConverter.hpp
+ src/hotspot/share/jfr/utilities/jfrTryLock.hpp
+ src/hotspot/share/jfr/utilities/jfrTypes.hpp
+ src/hotspot/share/jfr/writers/jfrBigEndianWriter.hpp
+ src/hotspot/share/jfr/writers/jfrEncoders.hpp
+ src/hotspot/share/jfr/writers/jfrEncoding.hpp
+ src/hotspot/share/jfr/writers/jfrEventWriterHost.hpp
+ src/hotspot/share/jfr/writers/jfrEventWriterHost.inline.hpp
+ src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp
+ src/hotspot/share/jfr/writers/jfrJavaEventWriter.hpp
+ src/hotspot/share/jfr/writers/jfrMemoryWriterHost.hpp
+ src/hotspot/share/jfr/writers/jfrMemoryWriterHost.inline.hpp
+ src/hotspot/share/jfr/writers/jfrNativeEventWriter.hpp
+ src/hotspot/share/jfr/writers/jfrPosition.hpp
+ src/hotspot/share/jfr/writers/jfrPosition.inline.hpp
+ src/hotspot/share/jfr/writers/jfrStorageAdapter.hpp
+ src/hotspot/share/jfr/writers/jfrStorageHost.hpp
+ src/hotspot/share/jfr/writers/jfrStorageHost.inline.hpp
+ src/hotspot/share/jfr/writers/jfrStreamWriterHost.hpp
+ src/hotspot/share/jfr/writers/jfrStreamWriterHost.inline.hpp
+ src/hotspot/share/jfr/writers/jfrWriterHost.hpp
+ src/hotspot/share/jfr/writers/jfrWriterHost.inline.hpp
! src/hotspot/share/logging/logTag.hpp
! src/hotspot/share/memory/metaspaceTracer.cpp
! src/hotspot/share/oops/arrayKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/klass.hpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/opto/bytecodeInfo.cpp
! src/hotspot/share/opto/c2compiler.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/nativeLookup.cpp
! src/hotspot/share/prims/unsafe.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/biasedLocking.cpp
! src/hotspot/share/runtime/flags/jvmFlag.cpp
! src/hotspot/share/runtime/globals.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/jniHandles.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
+ src/hotspot/share/runtime/os_perf.hpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sweeper.cpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/vmStructs.cpp
- src/hotspot/share/runtime/vmStructs_trace.hpp
! src/hotspot/share/runtime/vmThread.cpp
! src/hotspot/share/runtime/vm_operations.cpp
- src/hotspot/share/trace/noTraceBackend.hpp
- src/hotspot/share/trace/trace.dtd
- src/hotspot/share/trace/trace.xml
- src/hotspot/share/trace/traceBackend.cpp
- src/hotspot/share/trace/traceBackend.hpp
- src/hotspot/share/trace/traceDataTypes.hpp
- src/hotspot/share/trace/traceEvent.hpp
- src/hotspot/share/trace/traceEventClasses.xsl
- src/hotspot/share/trace/traceEventIds.xsl
- src/hotspot/share/trace/traceMacros.hpp
- src/hotspot/share/trace/traceStream.cpp
- src/hotspot/share/trace/traceStream.hpp
- src/hotspot/share/trace/traceTime.hpp
- src/hotspot/share/trace/traceTypes.xsl
- src/hotspot/share/trace/traceevents.xml
- src/hotspot/share/trace/tracerelationdecls.xml
- src/hotspot/share/trace/tracetypes.xml
- src/hotspot/share/trace/tracing.hpp
- src/hotspot/share/trace/tracingExport.cpp
- src/hotspot/share/trace/tracingExport.hpp
- src/hotspot/share/trace/xinclude.mod
- src/hotspot/share/trace/xsl_util.xsl
! src/hotspot/share/utilities/hashtable.cpp
! src/hotspot/share/utilities/macros.hpp
! src/hotspot/share/utilities/spinYield.cpp
! src/hotspot/share/utilities/ticks.cpp
! src/hotspot/share/utilities/ticks.hpp
- src/hotspot/share/utilities/ticks.inline.hpp
! src/hotspot/share/utilities/vmError.cpp
! src/java.base/share/classes/module-info.java
! src/java.management/share/classes/module-info.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VMOps.java
+ src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java
+ src/jdk.jfr/share/classes/jdk/jfr/BooleanFlag.java
+ src/jdk.jfr/share/classes/jdk/jfr/Category.java
+ src/jdk.jfr/share/classes/jdk/jfr/Configuration.java
+ src/jdk.jfr/share/classes/jdk/jfr/ContentType.java
+ src/jdk.jfr/share/classes/jdk/jfr/DataAmount.java
+ src/jdk.jfr/share/classes/jdk/jfr/Description.java
+ src/jdk.jfr/share/classes/jdk/jfr/Enabled.java
+ src/jdk.jfr/share/classes/jdk/jfr/Event.java
+ src/jdk.jfr/share/classes/jdk/jfr/EventFactory.java
+ src/jdk.jfr/share/classes/jdk/jfr/EventSettings.java
+ src/jdk.jfr/share/classes/jdk/jfr/EventType.java
+ src/jdk.jfr/share/classes/jdk/jfr/Experimental.java
+ src/jdk.jfr/share/classes/jdk/jfr/FlightRecorder.java
+ src/jdk.jfr/share/classes/jdk/jfr/FlightRecorderListener.java
+ src/jdk.jfr/share/classes/jdk/jfr/FlightRecorderPermission.java
+ src/jdk.jfr/share/classes/jdk/jfr/Frequency.java
+ src/jdk.jfr/share/classes/jdk/jfr/Label.java
+ src/jdk.jfr/share/classes/jdk/jfr/MemoryAddress.java
+ src/jdk.jfr/share/classes/jdk/jfr/MetadataDefinition.java
+ src/jdk.jfr/share/classes/jdk/jfr/Name.java
+ src/jdk.jfr/share/classes/jdk/jfr/Percentage.java
+ src/jdk.jfr/share/classes/jdk/jfr/Period.java
+ src/jdk.jfr/share/classes/jdk/jfr/Recording.java
+ src/jdk.jfr/share/classes/jdk/jfr/RecordingState.java
+ src/jdk.jfr/share/classes/jdk/jfr/Registered.java
+ src/jdk.jfr/share/classes/jdk/jfr/Relational.java
+ src/jdk.jfr/share/classes/jdk/jfr/SettingControl.java
+ src/jdk.jfr/share/classes/jdk/jfr/SettingDefinition.java
+ src/jdk.jfr/share/classes/jdk/jfr/SettingDescriptor.java
+ src/jdk.jfr/share/classes/jdk/jfr/StackTrace.java
+ src/jdk.jfr/share/classes/jdk/jfr/Threshold.java
+ src/jdk.jfr/share/classes/jdk/jfr/Timespan.java
+ src/jdk.jfr/share/classes/jdk/jfr/Timestamp.java
+ src/jdk.jfr/share/classes/jdk/jfr/TransitionFrom.java
+ src/jdk.jfr/share/classes/jdk/jfr/TransitionTo.java
+ src/jdk.jfr/share/classes/jdk/jfr/Unsigned.java
+ src/jdk.jfr/share/classes/jdk/jfr/ValueDescriptor.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/ChunkParser.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/ConstantMap.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/EventParser.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/LongMap.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/ObjectFactory.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/Parser.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/ParserFactory.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClass.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClassLoader.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedFrame.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedMethod.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedObject.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedStackTrace.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThread.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThreadGroup.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordingFile.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/TimeConverter.java
+ src/jdk.jfr/share/classes/jdk/jfr/consumer/package-info.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/AbstractJDKEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/ActiveRecordingEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/ActiveSettingEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/ErrorThrownEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/ExceptionStatisticsEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/ExceptionThrownEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/FileForceEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/FileReadEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/FileWriteEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/SocketReadEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/events/SocketWriteEvent.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/ASMToolkit.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/AnnotationConstruct.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Bits.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/ChunkInputStream.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/ChunksChannel.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Control.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Cutoff.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventClassBuilder.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventControl.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventHandlerCreator.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventInstrumentation.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/EventWriterMethod.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/JVMSupport.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/JVMUpcalls.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/LogLevel.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/LogTag.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Logger.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataDescriptor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataHandler.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataReader.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataRepository.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Options.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformEventType.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecorder.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecording.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/PrivateAccess.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/Repository.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/RepositoryChunk.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/RequestEngine.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/SecuritySupport.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/SettingsManager.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/ShutdownHook.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/StringPool.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/Utils.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/WriteableUserPath.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/Command.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/Execute.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/HelpCommand.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/JSONWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/PrettyWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/PrintCommand.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/ReconstructCommand.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/SplitCommand.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/StructuredWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/SummaryCommand.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/cmd/XMLWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/ChunkHeader.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/RecordingInput.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/AbstractDCmd.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdCheck.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdConfigure.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdDump.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdException.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStop.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/handlers/EventHandler.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/ConstructorTracerWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/ConstructorWriter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/FileChannelImplInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/FileInputStreamInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/FileOutputStreamInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JDKEvents.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIClassInstrumentation.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIInliner.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIInstrumentationMethod.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIInstrumentationTarget.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIMethodCallInliner.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIMethodInliningAdapter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JIMethodMergeAdapter.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JITypeMapping.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/RandomAccessFileInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/SocketChannelImplInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/SocketInputStreamInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/SocketOutputStreamInstrumentor.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/ThrowableTracer.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/JFC.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/JFCParser.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/JFCParserHandler.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/jfc.xsd
+ src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/package-info.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/management/ManagementSupport.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/BooleanValue.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/CutoffSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/EnabledSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/PeriodSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/StackTraceSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/ThresholdSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/test/WhiteBox.java
+ src/jdk.jfr/share/classes/jdk/jfr/package-info.java
+ src/jdk.jfr/share/classes/module-info.java
+ src/jdk.jfr/share/conf/jfr/default.jfc
+ src/jdk.jfr/share/conf/jfr/profile.jfc
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/ConfigurationInfo.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/EventTypeInfo.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/FlightRecorderMXBean.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/FlightRecorderMXBeanImpl.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/MBeanUtils.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/RecordingInfo.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/SettingDescriptorInfo.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/Stream.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/StreamCleanupTask.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/StreamManager.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/Stringifier.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/internal/FlightRecorderMXBeanProvider.java
+ src/jdk.management.jfr/share/classes/jdk/management/jfr/package-info.java
+ src/jdk.management.jfr/share/classes/module-info.java
! test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp
+ test/hotspot/gtest/jfr/precompiled.hpp
+ test/hotspot/gtest/jfr/test_threadCpuLoad.cpp
+ test/hotspot/jtreg/runtime/appcds/CDSandJFR.java
+ test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/GetFlightRecorder.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/MyThread.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/TestWithProfilerHelper.java
! test/jdk/ProblemList.txt
! test/jdk/TEST.ROOT
! test/jdk/TEST.groups
+ test/jdk/jdk/jfr/TEST.properties
+ test/jdk/jdk/jfr/api/consumer/TEST.properties
+ test/jdk/jdk/jfr/api/consumer/TestFieldAccess.java
+ test/jdk/jdk/jfr/api/consumer/TestGetStackTrace.java
+ test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java
+ test/jdk/jdk/jfr/api/consumer/TestMethodGetModifiers.java
+ test/jdk/jdk/jfr/api/consumer/TestReadTwice.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedClassLoader.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedEvent.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThread.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThreadOther.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedFrame.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedFullStackTrace.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedInstantEventTimestamp.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedMethodDescriptor.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedObject.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordedThreadGroupParent.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordingFile.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordingFileReadEventEof.java
+ test/jdk/jdk/jfr/api/consumer/TestRecordingInternals.java
+ test/jdk/jdk/jfr/api/consumer/TestSingleRecordedEvent.java
+ test/jdk/jdk/jfr/api/consumer/TestToString.java
+ test/jdk/jdk/jfr/api/consumer/TestValueDescriptorRecorded.java
+ test/jdk/jdk/jfr/api/event/TEST.properties
+ test/jdk/jdk/jfr/api/event/TestAbstractEvent.java
+ test/jdk/jdk/jfr/api/event/TestBeginEnd.java
+ test/jdk/jdk/jfr/api/event/TestClinitRegistration.java
+ test/jdk/jdk/jfr/api/event/TestClonedEvent.java
+ test/jdk/jdk/jfr/api/event/TestEnableDisable.java
+ test/jdk/jdk/jfr/api/event/TestEventFactory.java
+ test/jdk/jdk/jfr/api/event/TestEventFactoryRegisterTwice.java
+ test/jdk/jdk/jfr/api/event/TestEventFactoryRegistration.java
+ test/jdk/jdk/jfr/api/event/TestExtends.java
+ test/jdk/jdk/jfr/api/event/TestGetDuration.java
+ test/jdk/jdk/jfr/api/event/TestIsEnabled.java
+ test/jdk/jdk/jfr/api/event/TestIsEnabledMultiple.java
+ test/jdk/jdk/jfr/api/event/TestOwnCommit.java
+ test/jdk/jdk/jfr/api/event/TestShouldCommit.java
+ test/jdk/jdk/jfr/api/event/TestStaticEnable.java
+ test/jdk/jdk/jfr/api/event/dynamic/TestDynamicAnnotations.java
+ test/jdk/jdk/jfr/api/event/dynamic/TestEventFactory.java
+ test/jdk/jdk/jfr/api/flightrecorder/MyListener.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestAddListenerTwice.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestAddPeriodicEvent.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestFlightRecorderListenerRecorderInitialized.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestGetEventTypes.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestGetPlatformRecorder.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestGetRecordings.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestGetSettings.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestIsAvailable.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestIsInitialized.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestListener.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestListenerNull.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestPeriodicEventsSameHook.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestRecorderInitializationCallback.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestRegisterUnregisterEvent.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestSettingsControl.java
+ test/jdk/jdk/jfr/api/flightrecorder/TestSnapshot.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestCategory.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestContentType.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestDescription.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestDynamicAnnotation.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestEnabled.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestExperimental.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestFieldAnnotations.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestHasValue.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestInheritedAnnotations.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestLabel.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestMetadata.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestName.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestPeriod.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestRegistered.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestRegisteredFalseAndRunning.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestRelational.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestSimpleMetadataEvent.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestStackTrace.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestThreshold.java
+ test/jdk/jdk/jfr/api/metadata/annotations/TestTypesIdentical.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/EventWithCustomSettings.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotation.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotationElements.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotations.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetCategory.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDefaultValues.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDescription.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetEventType.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetField.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetFields.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestGetSettings.java
+ test/jdk/jdk/jfr/api/metadata/eventtype/TestUnloadingEventClass.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/AnnotatedSetting.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/BaseEvent.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/CustomEvent.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/PlainSetting.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestDefaultValue.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotation.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotationElement.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetContentType.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetDescription.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetLabel.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetName.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeId.java
+ test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeName.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestClasses.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestConstructor.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetAnnotations.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetFields.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestIsArray.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestSimpleTypes.java
+ test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestValueDescriptorContentType.java
+ test/jdk/jdk/jfr/api/modules/TestModularizedEvent.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.annotation/module-info.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.annotation/test/jfr/annotation/ModularizedAnnotation.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.event/module-info.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.event/test/jfr/event/ModularizedOrdinaryEvent.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.event/test/jfr/event/ModularizedPeriodicEvent.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.main/module-info.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.main/test/jfr/main/MainTest.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.setting/module-info.java
+ test/jdk/jdk/jfr/api/modules/src_mods/test.jfr.setting/test/jfr/setting/ModularizedSetting.java
+ test/jdk/jdk/jfr/api/recorder/TestRecorderInitialized.java
+ test/jdk/jdk/jfr/api/recorder/TestRecorderListener.java
+ test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestFileExist.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestFileReadOnly.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestInvalid.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestLongPath.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestMultiple.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestReadOnly.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestState.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskFalse.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskTrue.java
+ test/jdk/jdk/jfr/api/recording/destination/TestDestWithDuration.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDump.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpInvalid.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpLongPath.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpMultiple.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpReadOnly.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpState.java
+ test/jdk/jdk/jfr/api/recording/event/TEST.properties
+ test/jdk/jdk/jfr/api/recording/event/TestChunkPeriod.java
+ test/jdk/jdk/jfr/api/recording/event/TestEnableClass.java
+ test/jdk/jdk/jfr/api/recording/event/TestEnableName.java
+ test/jdk/jdk/jfr/api/recording/event/TestEventTime.java
+ test/jdk/jdk/jfr/api/recording/event/TestLoadEventAfterStart.java
+ test/jdk/jdk/jfr/api/recording/event/TestPeriod.java
+ test/jdk/jdk/jfr/api/recording/event/TestReEnableClass.java
+ test/jdk/jdk/jfr/api/recording/event/TestReEnableMultiple.java
+ test/jdk/jdk/jfr/api/recording/event/TestReEnableName.java
+ test/jdk/jdk/jfr/api/recording/event/TestRecordingEnableDisable.java
+ test/jdk/jdk/jfr/api/recording/event/TestThreshold.java
+ test/jdk/jdk/jfr/api/recording/misc/TestGetId.java
+ test/jdk/jdk/jfr/api/recording/misc/TestGetSize.java
+ test/jdk/jdk/jfr/api/recording/misc/TestGetSizeToMem.java
+ test/jdk/jdk/jfr/api/recording/misc/TestGetStream.java
+ test/jdk/jdk/jfr/api/recording/misc/TestRecordingBase.java
+ test/jdk/jdk/jfr/api/recording/misc/TestRecordingCopy.java
+ test/jdk/jdk/jfr/api/recording/options/TestDuration.java
+ test/jdk/jdk/jfr/api/recording/options/TestName.java
+ test/jdk/jdk/jfr/api/recording/settings/TestConfigurationGetContents.java
+ test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromPath.java
+ test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromReader.java
+ test/jdk/jdk/jfr/api/recording/settings/TestGetConfigurations.java
+ test/jdk/jdk/jfr/api/recording/settings/TestSettingsAvailability.java
+ test/jdk/jdk/jfr/api/recording/settings/settings.jfc
+ test/jdk/jdk/jfr/api/recording/state/TestOptionState.java
+ test/jdk/jdk/jfr/api/recording/state/TestState.java
+ test/jdk/jdk/jfr/api/recording/state/TestStateDuration.java
+ test/jdk/jdk/jfr/api/recording/state/TestStateIdenticalListeners.java
+ test/jdk/jdk/jfr/api/recording/state/TestStateInvalid.java
+ test/jdk/jdk/jfr/api/recording/state/TestStateMultiple.java
+ test/jdk/jdk/jfr/api/recording/state/TestStateScheduleStart.java
+ test/jdk/jdk/jfr/api/recording/time/TestTime.java
+ test/jdk/jdk/jfr/api/recording/time/TestTimeDuration.java
+ test/jdk/jdk/jfr/api/recording/time/TestTimeMultiple.java
+ test/jdk/jdk/jfr/api/recording/time/TestTimeScheduleStart.java
+ test/jdk/jdk/jfr/api/settings/RegExpControl.java
+ test/jdk/jdk/jfr/api/settings/StringListSetting.java
+ test/jdk/jdk/jfr/api/settings/TestFilterEvents.java
+ test/jdk/jdk/jfr/cmd/ExecuteHelper.java
+ test/jdk/jdk/jfr/cmd/TestHelp.java
+ test/jdk/jdk/jfr/cmd/TestPrint.java
+ test/jdk/jdk/jfr/cmd/TestPrintDefault.java
+ test/jdk/jdk/jfr/cmd/TestPrintJSON.java
+ test/jdk/jdk/jfr/cmd/TestPrintXML.java
+ test/jdk/jdk/jfr/cmd/TestReconstruct.java
+ test/jdk/jdk/jfr/cmd/TestSplit.java
+ test/jdk/jdk/jfr/cmd/TestSummary.java
+ test/jdk/jdk/jfr/event/TEST.properties
+ test/jdk/jdk/jfr/event/compiler/TestAllocInNewTLAB.java
+ test/jdk/jdk/jfr/event/compiler/TestAllocOutsideTLAB.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeCacheConfig.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeCacheFull.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeCacheStats.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeSweeper.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeSweeperConfig.java
+ test/jdk/jdk/jfr/event/compiler/TestCodeSweeperStats.java
+ test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
+ test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java
+ test/jdk/jdk/jfr/event/compiler/TestCompilerInlining.java
+ test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java
+ test/jdk/jdk/jfr/event/compiler/TestCompilerStats.java
+ test/jdk/jdk/jfr/event/gc/collection/AppGCProvoker.java
+ test/jdk/jdk/jfr/event/gc/collection/GCEventAll.java
+ test/jdk/jdk/jfr/event/gc/collection/GCGarbageCollectionUtil.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSConcurrent.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithPSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithParallelOld.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithSerial.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSConcurrent.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithPSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParNew.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParallelOld.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithSerial.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java
+ test/jdk/jdk/jfr/event/gc/collection/TestGCWithFasttime.java
+ test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithDefNew.java
+ test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java
+ test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParNew.java
+ test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
+ test/jdk/jdk/jfr/event/gc/collection/YoungGarbageCollectionEvent.java
+ test/jdk/jdk/jfr/event/gc/collection/gc-testsettings.jfc
+ test/jdk/jdk/jfr/event/gc/configuration/GCHeapConfigurationEventTester.java
+ test/jdk/jdk/jfr/event/gc/configuration/GCHeapConfigurationEventVerifier.java
+ test/jdk/jdk/jfr/event/gc/configuration/GCYoungGenerationConfigurationEventTester.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEventWithDefaultPauseTarget.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWith32BitOops.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWith32BitOops.sh
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithHeapBasedOops.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithHeapBasedOops.sh
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.sh
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCSurvivorConfigurationEvent.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java
+ test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithNewRatio.java
+ test/jdk/jdk/jfr/event/gc/detailed/ExecuteOOMApp.java
+ test/jdk/jdk/jfr/event/gc/detailed/OOMApp.java
+ test/jdk/jdk/jfr/event/gc/detailed/PromotionEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/PromotionFailedEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/StressAllocationGCEvents.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestCMSConcurrentModeFailureEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1AIHOPEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1EvacMemoryStatsEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1HeapRegionInformationEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1HeapRegionTypeChangeEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1IHOPEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestG1MMUEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithG1.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithParallelScavenge.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithDefNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithCMS.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithDefNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithG1.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithCMS.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithDefNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithG1.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParNew.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParallel.java
+ test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java
+ test/jdk/jdk/jfr/event/gc/detailed/concurrentmodefailure-testsettings.jfc
+ test/jdk/jdk/jfr/event/gc/detailed/evacuationfailed-testsettings.jfc
+ test/jdk/jdk/jfr/event/gc/detailed/promotionfailed-testsettings.jfc
+ test/jdk/jdk/jfr/event/gc/heapsummary/HeapSummaryEventAllGcs.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventConcurrentCMS.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventDefNewSerial.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventPSParOld.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventPSSerial.java
+ test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java
+ test/jdk/jdk/jfr/event/gc/objectcount/ObjectCountAfterGCEvent.java
+ test/jdk/jdk/jfr/event/gc/objectcount/ObjectCountEventVerifier.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSConcurrent.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithPSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithParallelOld.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithSerial.java
+ test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountEvent.java
+ test/jdk/jdk/jfr/event/gc/refstat/RefStatEvent.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithCMSConcurrent.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithCMSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithDefNew.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithPSMarkSweep.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelOld.java
+ test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelScavenge.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/AllocationStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TEST.properties
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestConcMarkSweepAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestDefNewAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestG1HumongousAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestMarkSweepCompactAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceConcMarkSweepGCAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceG1GCAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceParallelGCAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceSerialGCAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestParNewAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelScavengeAllocationPendingStackTrace.java
+ test/jdk/jdk/jfr/event/io/EvilInstrument.java
+ test/jdk/jdk/jfr/event/io/IOEvent.java
+ test/jdk/jdk/jfr/event/io/IOHelper.java
+ test/jdk/jdk/jfr/event/io/InstrumentationCallback.java
+ test/jdk/jdk/jfr/event/io/MakeJAR.sh
+ test/jdk/jdk/jfr/event/io/TestDisabledEvents.java
+ test/jdk/jdk/jfr/event/io/TestFileChannelEvents.java
+ test/jdk/jdk/jfr/event/io/TestFileReadOnly.java
+ test/jdk/jdk/jfr/event/io/TestFileStreamEvents.java
+ test/jdk/jdk/jfr/event/io/TestInstrumentation.java
+ test/jdk/jdk/jfr/event/io/TestInstrumentation.mf
+ test/jdk/jdk/jfr/event/io/TestRandomAccessFileEvents.java
+ test/jdk/jdk/jfr/event/io/TestRandomAccessFileThread.java
+ test/jdk/jdk/jfr/event/io/TestSocketChannelEvents.java
+ test/jdk/jdk/jfr/event/io/TestSocketEvents.java
+ test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java
+ test/jdk/jdk/jfr/event/metadata/TestEventMetadata.java
+ test/jdk/jdk/jfr/event/oldobject/OldObjects.java
+ test/jdk/jdk/jfr/event/oldobject/TestAllocationTime.java
+ test/jdk/jdk/jfr/event/oldobject/TestArrayInformation.java
+ test/jdk/jdk/jfr/event/oldobject/TestCMS.java
+ test/jdk/jdk/jfr/event/oldobject/TestCircularReference.java
+ test/jdk/jdk/jfr/event/oldobject/TestClassLoader.java
+ test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
+ test/jdk/jdk/jfr/event/oldobject/TestFieldInformation.java
+ test/jdk/jdk/jfr/event/oldobject/TestG1.java
+ test/jdk/jdk/jfr/event/oldobject/TestHeapDeep.java
+ test/jdk/jdk/jfr/event/oldobject/TestHeapShallow.java
+ test/jdk/jdk/jfr/event/oldobject/TestLargeRootSet.java
+ test/jdk/jdk/jfr/event/oldobject/TestListenerLeak.java
+ test/jdk/jdk/jfr/event/oldobject/TestMetadataObject.java
+ test/jdk/jdk/jfr/event/oldobject/TestMetadataRetention.java
+ test/jdk/jdk/jfr/event/oldobject/TestObjectDescription.java
+ test/jdk/jdk/jfr/event/oldobject/TestParallel.java
+ test/jdk/jdk/jfr/event/oldobject/TestParallelOld.java
+ test/jdk/jdk/jfr/event/oldobject/TestReferenceChainLimit.java
+ test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
+ test/jdk/jdk/jfr/event/oldobject/TestSerial.java
+ test/jdk/jdk/jfr/event/oldobject/TestThreadLocalLeak.java
+ test/jdk/jdk/jfr/event/os/TestCPUInformation.java
+ test/jdk/jdk/jfr/event/os/TestCPULoad.java
+ test/jdk/jdk/jfr/event/os/TestCPUTimeStampCounter.java
+ test/jdk/jdk/jfr/event/os/TestInitialEnvironmentVariable.java
+ test/jdk/jdk/jfr/event/os/TestInitialEnvironmentVariable.sh
+ test/jdk/jdk/jfr/event/os/TestOSInfo.java
+ test/jdk/jdk/jfr/event/os/TestPhysicalMemoryEvent.java
+ test/jdk/jdk/jfr/event/os/TestSystemProcess.java
+ test/jdk/jdk/jfr/event/os/TestThreadContextSwitches.java
+ test/jdk/jdk/jfr/event/profiling/TestFullStackTrace.java
+ test/jdk/jdk/jfr/event/runtime/TestActiveRecordingEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java
+ test/jdk/jdk/jfr/event/runtime/TestClassDefineEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestClassLoadEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestClassLoaderStatsEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestClassLoadingStatisticsEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestClassUnloadEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestClasses.java
+ test/jdk/jdk/jfr/event/runtime/TestExceptionEvents.java
+ test/jdk/jdk/jfr/event/runtime/TestExceptionSubclass.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaBlockedEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaMonitorInflateEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitTimeOut.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEventBean.java
+ test/jdk/jdk/jfr/event/runtime/TestModuleEvents.java
+ test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java
+ test/jdk/jdk/jfr/event/runtime/TestSizeTFlags.java
+ test/jdk/jdk/jfr/event/runtime/TestSystemPropertyEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadAllocationEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadDumpEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadParkEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadSleepEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestThreadStartEndEvents.java
+ test/jdk/jdk/jfr/event/runtime/TestThrowableInstrumentation.java
+ test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.flags
+ test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.java
+ test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.sh
+ test/jdk/jdk/jfr/event/runtime/TestVMOperation.java
+ test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
+ test/jdk/jdk/jfr/event/runtime/exception.security.policy
+ test/jdk/jdk/jfr/event/sampling/TestNative.java
+ test/jdk/jdk/jfr/event/sampling/libTestNative.c
+ test/jdk/jdk/jfr/jcmd/JcmdAsserts.java
+ test/jdk/jdk/jfr/jcmd/JcmdHelper.java
+ test/jdk/jdk/jfr/jcmd/TEST.properties
+ test/jdk/jdk/jfr/jcmd/TestJcmdChangeLogLevel.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdConfigure.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdDump.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdLegacy.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdSaveToFile.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartInvaldFile.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartPathToGCRoots.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartReadOnlyFile.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartStopDefault.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartWithOptions.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStartWithSettings.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStopInvalidFile.java
+ test/jdk/jdk/jfr/jcmd/TestJcmdStopReadOnlyFile.java
+ test/jdk/jdk/jfr/jcmd/jcmd-testsettings.2.jfc
+ test/jdk/jdk/jfr/jcmd/jcmd-testsettings.jfc
+ test/jdk/jdk/jfr/jcmd/jcmd-testsettings3.jfc
+ test/jdk/jdk/jfr/jcmd/legacy.jfc
+ test/jdk/jdk/jfr/jmx/JmxHelper.java
+ test/jdk/jdk/jfr/jmx/TEST.properties
+ test/jdk/jdk/jfr/jmx/TestClone.java
+ test/jdk/jdk/jfr/jmx/TestCloneRepeat.java
+ test/jdk/jdk/jfr/jmx/TestConfigurationInfo.java
+ test/jdk/jdk/jfr/jmx/TestCopyTo.java
+ test/jdk/jdk/jfr/jmx/TestCopyToInvalidPath.java
+ test/jdk/jdk/jfr/jmx/TestCopyToReadOnlyDir.java
+ test/jdk/jdk/jfr/jmx/TestCopyToRunning.java
+ test/jdk/jdk/jfr/jmx/TestEventTypes.java
+ test/jdk/jdk/jfr/jmx/TestGetRecordings.java
+ test/jdk/jdk/jfr/jmx/TestGetRecordingsMultiple.java
+ test/jdk/jdk/jfr/jmx/TestMultipleRecordings.java
+ test/jdk/jdk/jfr/jmx/TestNotificationListener.java
+ test/jdk/jdk/jfr/jmx/TestPredefinedConfiguration.java
+ test/jdk/jdk/jfr/jmx/TestPredefinedConfigurationInvalid.java
+ test/jdk/jdk/jfr/jmx/TestRecordingOptions.java
+ test/jdk/jdk/jfr/jmx/TestRecordingSettings.java
+ test/jdk/jdk/jfr/jmx/TestRecordingSettingsInvalid.java
+ test/jdk/jdk/jfr/jmx/TestRecordingSettingsMultiple.java
+ test/jdk/jdk/jfr/jmx/TestRecordingState.java
+ test/jdk/jdk/jfr/jmx/TestRecordingStateInvalid.java
+ test/jdk/jdk/jfr/jmx/TestSetConfiguration.java
+ test/jdk/jdk/jfr/jmx/TestSetConfigurationInvalid.java
+ test/jdk/jdk/jfr/jmx/TestSnapshot.java
+ test/jdk/jdk/jfr/jmx/TestStartRecording.java
+ test/jdk/jdk/jfr/jmx/TestStream.java
+ test/jdk/jdk/jfr/jmx/TestStreamClosed.java
+ test/jdk/jdk/jfr/jmx/TestStreamMultiple.java
+ test/jdk/jdk/jfr/jmx/TestWrongId.java
+ test/jdk/jdk/jfr/jmx/info/TestConfigurationInfo.java
+ test/jdk/jdk/jfr/jmx/info/TestEventTypeInfo.java
+ test/jdk/jdk/jfr/jmx/info/TestRecordingInfo.java
+ test/jdk/jdk/jfr/jmx/info/TestSettingDescriptorInfo.java
+ test/jdk/jdk/jfr/jmx/security/TestEnoughPermission.java
+ test/jdk/jdk/jfr/jmx/security/TestNoControlPermission.java
+ test/jdk/jdk/jfr/jmx/security/TestNoMonitorPermission.java
+ test/jdk/jdk/jfr/jmx/security/TestNotificationListenerPermission.java
+ test/jdk/jdk/jfr/jmx/security/enough.policy
+ test/jdk/jdk/jfr/jmx/security/listener.policy
+ test/jdk/jdk/jfr/jmx/security/nocontrol.policy
+ test/jdk/jdk/jfr/jmx/security/nomonitor.policy
+ test/jdk/jdk/jfr/jvm/HelloWorldEvent1.java
+ test/jdk/jdk/jfr/jvm/HelloWorldEvent2.java
+ test/jdk/jdk/jfr/jvm/TestBeginAndEnd.java
+ test/jdk/jdk/jfr/jvm/TestClassId.java
+ test/jdk/jdk/jfr/jvm/TestCounterTime.java
+ test/jdk/jdk/jfr/jvm/TestCreateNative.java
+ test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java
+ test/jdk/jdk/jfr/jvm/TestGetAllEventClasses.java
+ test/jdk/jdk/jfr/jvm/TestGetEventWriter.java
+ test/jdk/jdk/jfr/jvm/TestGetStackTraceId.java
+ test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
+ test/jdk/jdk/jfr/jvm/TestJavaEvent.java
+ test/jdk/jdk/jfr/jvm/TestJfrJavaBase.java
+ test/jdk/jdk/jfr/jvm/TestLargeJavaEvent512k.java
+ test/jdk/jdk/jfr/jvm/TestLargeJavaEvent64k.java
+ test/jdk/jdk/jfr/jvm/TestLogImplementation.java
+ test/jdk/jdk/jfr/jvm/TestLogOutput.java
+ test/jdk/jdk/jfr/jvm/TestPid.java
+ test/jdk/jdk/jfr/jvm/TestUnloadEventClassCount.java
+ test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
+ test/jdk/jdk/jfr/startupargs/StartupHelper.java
+ test/jdk/jdk/jfr/startupargs/TestBadOptionValues.java
+ test/jdk/jdk/jfr/startupargs/TestDumpOnExit.java
+ test/jdk/jdk/jfr/startupargs/TestMemoryOptions.java
+ test/jdk/jdk/jfr/startupargs/TestOldObjectQueueSize.java
+ test/jdk/jdk/jfr/startupargs/TestRepositoryPath.java
+ test/jdk/jdk/jfr/startupargs/TestRepositoryPathLong.java
+ test/jdk/jdk/jfr/startupargs/TestRetransform.java
+ test/jdk/jdk/jfr/startupargs/TestRetransformUsingLog.java
+ test/jdk/jdk/jfr/startupargs/TestStartDelay.java
+ test/jdk/jdk/jfr/startupargs/TestStartDelayRunning.java
+ test/jdk/jdk/jfr/startupargs/TestStartDuration.java
+ test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java
+ test/jdk/jdk/jfr/startupargs/TestStartName.java
+ test/jdk/jdk/jfr/startupargs/TestStartRecording.java
+ test/lib/jdk/test/lib/jfr/AppExecutorHelper.java
+ test/lib/jdk/test/lib/jfr/CommonHelper.java
+ test/lib/jdk/test/lib/jfr/EventField.java
+ test/lib/jdk/test/lib/jfr/EventNames.java
+ test/lib/jdk/test/lib/jfr/EventTypePrototype.java
+ test/lib/jdk/test/lib/jfr/EventVerifier.java
+ test/lib/jdk/test/lib/jfr/Events.java
+ test/lib/jdk/test/lib/jfr/FileHelper.java
+ test/lib/jdk/test/lib/jfr/GCHelper.java
+ test/lib/jdk/test/lib/jfr/RecurseThread.java
+ test/lib/jdk/test/lib/jfr/SimpleEvent.java
+ test/lib/jdk/test/lib/jfr/SimpleEventHelper.java
+ test/lib/jdk/test/lib/jfr/SimpleSetting.java
+ test/lib/jdk/test/lib/jfr/Stressor.java
+ test/lib/jdk/test/lib/jfr/TestClassLoader.java
+ test/lib/jdk/test/lib/jfr/VoidFunction.java
+ test/lib/jdk/test/lib/thread/TestThread.java
+ test/lib/jdk/test/lib/thread/XRun.java

Changeset: d2cfda6a00de
Author:    joehw
Date:      2018-05-15 13:28 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d2cfda6a00de

8202426: NPE thrown by Transformer when XMLStreamReader reports no xml attribute type
Reviewed-by: lancea

! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java
+ test/jaxp/javax/xml/jaxp/libs/jaxp/library/JAXPTestPolicy.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/MyXMLInputFactoryImpl.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/MyXMLStreamReader.java
! test/jaxp/javax/xml/jaxp/unittest/transform/StAXSourceTest.java

Changeset: 94a048a97de4
Author:    iignatyev
Date:      2018-05-15 13:58 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/94a048a97de4

8203250: runtime/LoadClass/test-classes/Hello.java has wrong legal notice
Reviewed-by: ccheung

! test/hotspot/jtreg/runtime/LoadClass/test-classes/Hello.java

Changeset: cebd0673feeb
Author:    jjg
Date:      2018-05-15 14:15 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cebd0673feeb

8203176: javadoc handles non-ASCII characters incorrectly.
Reviewed-by: ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
+ test/langtools/jdk/javadoc/doclet/testUnicode/TestUnicode.java

Changeset: fb66b2959eaf
Author:    shade
Date:      2018-05-15 23:37 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fb66b2959eaf

8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun

! src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp
! src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp

Changeset: 919c36db208c
Author:    jjg
Date:      2018-05-15 14:41 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/919c36db208c

8202614: Add ability to validate links in JavadocTester
Reviewed-by: ksrini

! test/langtools/jdk/javadoc/doclet/5093723/T5093723.java
! test/langtools/jdk/javadoc/doclet/DocRootSlash/DocRootSlash.java
! test/langtools/jdk/javadoc/doclet/lib/JavadocTester.java
! test/langtools/jdk/javadoc/doclet/testAnchorNames/TestAnchorNames.java
! test/langtools/jdk/javadoc/doclet/testHrefInDocComment/pkg/I1.java
! test/langtools/jdk/javadoc/doclet/testHtmlTag/TestHtmlTag.java
! test/langtools/jdk/javadoc/doclet/testHtmlTag/pkg3/A.java
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testPackageDeprecation/TestPackageDeprecation.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java

Changeset: bf9177eac58d
Author:    aharlap
Date:      2018-05-15 19:26 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bf9177eac58d

8189271: Metaspace::_capacity_until_GC should be size_t
Summary: Change of member and some related local variables.
Reviewed-by: tschatzl, stuefe

! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace.hpp

Changeset: 9da00197ff72
Author:    pliden
Date:      2018-05-16 10:24 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9da00197ff72

8203220: Introduce ATTRIBUTE_ALIGNED macro
Reviewed-by: tschatzl, kbarrett

! src/hotspot/cpu/aarch64/stubRoutines_aarch64.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_log.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.cpp
! src/hotspot/share/utilities/globalDefinitions.hpp
! src/hotspot/share/utilities/globalDefinitions_gcc.hpp
! src/hotspot/share/utilities/globalDefinitions_sparcWorks.hpp
! src/hotspot/share/utilities/globalDefinitions_visCPP.hpp

Changeset: 63f8bc358cca
Author:    sjohanss
Date:      2018-05-16 10:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/63f8bc358cca

8183910: gc/arguments/TestAggressiveHeap.java fails intermittently
Reviewed-by: tschatzl, kbarrett

! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java

Changeset: d2bcbcf0d3d9
Author:    shade
Date:      2018-05-16 12:38 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d2bcbcf0d3d9

8203278: AArch64/PPC64 build failures after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun

! src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.inline.hpp

Changeset: f222eba39694
Author:    shade
Date:      2018-05-16 12:38 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f222eba39694

8203274: 32-bit build failures after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun

! src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp
! src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolBuffer.cpp
! src/hotspot/share/jfr/utilities/jfrAllocation.cpp

Changeset: 781f36c0831e
Author:    shade
Date:      2018-05-16 13:14 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/781f36c0831e

8203285: Minimal VM fails to build after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun

! src/hotspot/share/jfr/metadata/GenerateJfrFiles.java
! src/hotspot/share/jfr/support/jfrThreadId.hpp
! src/hotspot/share/runtime/java.cpp

Changeset: 2d9dd2b876a0
Author:    sgehwolf
Date:      2018-05-15 15:36 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2d9dd2b876a0

8203223: Signed integer overflow in ImageStrings::hash_code (libjimage.so)
Summary: Perform hash operation on local unsigned type.
Reviewed-by: shade, dholmes, alanb

! src/java.base/share/native/libjimage/imageFile.cpp

Changeset: 98f57dff16f3
Author:    mbaesken
Date:      2018-04-26 13:55 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/98f57dff16f3

8202322: AIX: symbol visibility flags not support on xlc 12.1
Reviewed-by: erikj, clanger

! make/launcher/Launcher-jdk.pack.gmk
! make/launcher/LauncherCommon.gmk
! make/lib/LibCommon.gmk

Changeset: 4bf83d5c3a63
Author:    redestad
Date:      2018-05-16 18:03 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4bf83d5c3a63

8196340: (coll) Examine overriding inherited methods in ArrayList and ArrayList.SubList
Reviewed-by: martin, forax, igerasim

! src/java.base/share/classes/java/util/ArrayList.java

Changeset: ea4e6d3dbf60
Author:    erikj
Date:      2018-05-16 09:37 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ea4e6d3dbf60

8202738: vm_version Abstract_VM_Version::internal_vm_info_string() returns same string for different incremental builds
Reviewed-by: ihse, jiangli

! make/common/NativeCompilation.gmk
! make/hotspot/lib/CompileJvm.gmk

Changeset: 7db531b83661
Author:    erikj
Date:      2018-05-16 09:40 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7db531b83661

8202920: jvm.cfg generation incorrect
Reviewed-by: ihse, shade, dholmes, ksrini

! make/copy/Copy-java.base.gmk
- src/java.base/macosx/conf/x86_64/jvm.cfg
- src/java.base/unix/conf/aarch64/jvm.cfg
- src/java.base/unix/conf/amd64/jvm.cfg
- src/java.base/unix/conf/arm/jvm.cfg
- src/java.base/unix/conf/i586/jvm.cfg
- src/java.base/unix/conf/ia64/jvm.cfg
- src/java.base/unix/conf/ppc64/jvm.cfg
- src/java.base/unix/conf/ppc64le/jvm.cfg
- src/java.base/unix/conf/s390x/jvm.cfg
- src/java.base/unix/conf/sparc/jvm.cfg
- src/java.base/unix/conf/sparcv9/jvm.cfg
- src/java.base/unix/conf/zero/jvm.cfg
- src/java.base/windows/conf/amd64/jvm.cfg
- src/java.base/windows/conf/i586/jvm.cfg
- src/java.base/windows/conf/ia64/jvm.cfg

Changeset: aefd3c7f5373
Author:    sherman
Date:      2018-05-16 10:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/aefd3c7f5373

8191533: jar --describe-module prints service provider class names in lower case
Reviewed-by: alanb

! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! test/jdk/tools/jar/modularJar/Basic.java

Changeset: 8e08d5a2614d
Author:    aivanov
Date:      2018-05-04 19:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8e08d5a2614d

8202476: ImageLib is broken in 32 bit Windows
Reviewed-by: prr, ihse, mbaesken

! src/java.desktop/share/native/common/awt/medialib/mlib_ImageCreate.c
! src/java.desktop/share/native/libmlib_image/mlib_ImageAffine.c
! src/java.desktop/share/native/libmlib_image/mlib_ImageConvKernelConvert.c
! src/java.desktop/share/native/libmlib_image/mlib_ImageConvMxN.c
! src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c
! src/java.desktop/share/native/libmlib_image/mlib_image_proto.h

Changeset: a9398d77ea79
Author:    prr
Date:      2018-05-05 12:17 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a9398d77ea79

8202679: Updates on windows failures in the problem list
Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: c4789b6dbbb9
Author:    psadhukhan
Date:      2018-05-07 16:51 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c4789b6dbbb9

8202064: Jemmy JInternalFrameOperator: Add wait for close(), activate(), resize() and move() operations
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu at oracle.com

! test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java
! test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/version_info

Changeset: 6064cd8725fa
Author:    prr
Date:      2018-05-07 13:36 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6064cd8725fa

8176510: java/awt/font/GlyphVector/TestLayoutFlags.java fails with OpenJDK
Reviewed-by: serb

! test/jdk/ProblemList.txt
! test/jdk/java/awt/font/GlyphVector/TestLayoutFlags.java

Changeset: 793e481c7641
Author:    lbourges
Date:      2018-05-08 10:13 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/793e481c7641

8202580: Dashed BasicStroke randomly painted incorrectly, may freeze application
Summary: fixed Dasher.init() to use the correct part [0; dashLen[
Reviewed-by: prr, serb

! src/java.desktop/share/classes/sun/java2d/marlin/DDasher.java
! src/java.desktop/share/classes/sun/java2d/marlin/Dasher.java
+ test/jdk/sun/java2d/marlin/DashedRectTest.java

Changeset: 2bdb78c5a858
Author:    psadhukhan
Date:      2018-05-08 15:30 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2bdb78c5a858

8202718: Jemmy JInternalFrameOperator: Dependency with orders of Minimize, Maximize and Close buttons
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu at oracle.com

! test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java

Changeset: 941d432aee8b
Author:    prr
Date:      2018-05-08 10:55 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/941d432aee8b

8202767: java/awt/font/GlyphVector/TestLayoutFlags.java is missing null check
Reviewed-by: serb

! test/jdk/java/awt/font/GlyphVector/TestLayoutFlags.java

Changeset: df06fe86f536
Author:    prr
Date:      2018-05-08 12:13 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/df06fe86f536

Merge

- src/hotspot/share/classfile/sharedClassUtil.cpp
- src/hotspot/share/classfile/sharedClassUtil.hpp
- src/hotspot/share/classfile/systemDictionary_ext.hpp
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/ClassForNamePlugin.java
- test/jdk/com/sun/crypto/provider/KeyAgreement/DHGenSecretKey.java
- test/jdk/java/lang/invoke/I4Special.jcod

Changeset: 6e7126d9e99f
Author:    psadhukhan
Date:      2018-05-09 16:03 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6e7126d9e99f

8197948: Create test for SwingSet2 main window
Reviewed-by: prr
Contributed-by: abdul.kolarkunnu at oracle.com

+ test/jdk/sanity/client/SwingSet/src/SwingSet2DemoTest.java
+ test/jdk/sanity/client/lib/SwingSet2/README
+ test/jdk/sanity/client/lib/SwingSet2/src/AquaTheme.java
+ test/jdk/sanity/client/lib/SwingSet2/src/CharcoalTheme.java
+ test/jdk/sanity/client/lib/SwingSet2/src/ContrastTheme.java
+ test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
+ test/jdk/sanity/client/lib/SwingSet2/src/EmeraldTheme.java
+ test/jdk/sanity/client/lib/SwingSet2/src/OptionPaneDemo.java
+ test/jdk/sanity/client/lib/SwingSet2/src/RubyTheme.java
+ test/jdk/sanity/client/lib/SwingSet2/src/SwingSet2.java
+ test/jdk/sanity/client/lib/SwingSet2/src/TextAndMnemonicUtils.java
+ test/jdk/sanity/client/lib/SwingSet2/src/resources/images/toolbar/JOptionPane.gif
+ test/jdk/sanity/client/lib/SwingSet2/src/resources/swingset.properties

Changeset: 1a0960ba9735
Author:    pkbalakr
Date:      2018-05-11 21:03 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1a0960ba9735

8196360: java/awt/Dialog/SiblingChildOrder/SiblingChildOrderTest.java fails
Reviewed-by: serb, sveerabhadra, jdv

! test/jdk/ProblemList.txt
! test/jdk/java/awt/Dialog/SiblingChildOrder/SiblingChildOrderTest.java

Changeset: 8a7d677ad039
Author:    aivanov
Date:      2018-05-11 15:07 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8a7d677ad039

8202544: Hide unused exports in libzip
Reviewed-by: clanger, ihse

! src/java.base/share/native/libzip/zip_util.c
! src/java.base/share/native/libzip/zip_util.h

Changeset: f348e5d4769b
Author:    erikj
Date:      2018-05-11 08:39 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f348e5d4769b

8202914: Let custom makefile override jmod intput dir locations
Reviewed-by: tbell

! make/CreateJmods.gmk

Changeset: 8afb040fd242
Author:    prr
Date:      2018-05-11 14:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8afb040fd242

8202811: Problem List some tests that leave windows open on the desktop
Reviewed-by: serb

! test/jdk/ProblemList.txt
! test/jdk/TEST.ROOT

Changeset: 2a85d59e7f8b
Author:    serb
Date:      2018-05-11 15:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2a85d59e7f8b

8202878: com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java fails
Reviewed-by: prr

! test/jdk/ProblemList.txt
! test/jdk/com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java

Changeset: 752645a158ff
Author:    prr
Date:      2018-05-11 20:59 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/752645a158ff

8198412: MonospacedGlyphWidthTest.java may fail on Solaris
Reviewed-by: serb

! test/jdk/ProblemList.txt
! test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java

Changeset: 0bb0e464ee76
Author:    prr
Date:      2018-05-14 08:58 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0bb0e464ee76

8198991: Move Java2D demo to the open repository
Reviewed-by: serb, jeff

! make/CompileDemos.gmk
+ src/demo/share/jfc/J2Ddemo/README.txt
+ src/demo/share/jfc/J2Ddemo/fonts/A.ttf
+ src/demo/share/jfc/J2Ddemo/images/bld.jpg
+ src/demo/share/jfc/J2Ddemo/images/bld at 2x.jpg
+ src/demo/share/jfc/J2Ddemo/images/boat.png
+ src/demo/share/jfc/J2Ddemo/images/boat at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/box.gif
+ src/demo/share/jfc/J2Ddemo/images/box.png
+ src/demo/share/jfc/J2Ddemo/images/box at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/boxwave.gif
+ src/demo/share/jfc/J2Ddemo/images/boxwave.png
+ src/demo/share/jfc/J2Ddemo/images/boxwave at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/clone.gif
+ src/demo/share/jfc/J2Ddemo/images/clone at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/clouds.jpg
+ src/demo/share/jfc/J2Ddemo/images/clouds at 2x.jpg
+ src/demo/share/jfc/J2Ddemo/images/duke.gif
+ src/demo/share/jfc/J2Ddemo/images/duke.png
+ src/demo/share/jfc/J2Ddemo/images/duke.running.gif
+ src/demo/share/jfc/J2Ddemo/images/duke at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/duke at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/dukeplug.gif
+ src/demo/share/jfc/J2Ddemo/images/dukeplug.png
+ src/demo/share/jfc/J2Ddemo/images/dukeplug at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/fight.gif
+ src/demo/share/jfc/J2Ddemo/images/fight.png
+ src/demo/share/jfc/J2Ddemo/images/fight at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/globe.gif
+ src/demo/share/jfc/J2Ddemo/images/globe.png
+ src/demo/share/jfc/J2Ddemo/images/globe at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/jumptojavastrip.png
+ src/demo/share/jfc/J2Ddemo/images/loop.gif
+ src/demo/share/jfc/J2Ddemo/images/loop at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/looping.gif
+ src/demo/share/jfc/J2Ddemo/images/looping at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/magnify.gif
+ src/demo/share/jfc/J2Ddemo/images/magnify.png
+ src/demo/share/jfc/J2Ddemo/images/magnify at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/painting.gif
+ src/demo/share/jfc/J2Ddemo/images/painting.png
+ src/demo/share/jfc/J2Ddemo/images/painting at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/print.gif
+ src/demo/share/jfc/J2Ddemo/images/print at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/remove.gif
+ src/demo/share/jfc/J2Ddemo/images/remove at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/snooze.gif
+ src/demo/share/jfc/J2Ddemo/images/snooze.png
+ src/demo/share/jfc/J2Ddemo/images/snooze at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/star7.gif
+ src/demo/share/jfc/J2Ddemo/images/star7.png
+ src/demo/share/jfc/J2Ddemo/images/star7 at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/start.gif
+ src/demo/share/jfc/J2Ddemo/images/start2.gif
+ src/demo/share/jfc/J2Ddemo/images/start2 at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/start at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/stop.gif
+ src/demo/share/jfc/J2Ddemo/images/stop2.gif
+ src/demo/share/jfc/J2Ddemo/images/stop2 at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/stop at 2x.gif
+ src/demo/share/jfc/J2Ddemo/images/surfing.gif
+ src/demo/share/jfc/J2Ddemo/images/surfing.png
+ src/demo/share/jfc/J2Ddemo/images/surfing at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/thumbsup.gif
+ src/demo/share/jfc/J2Ddemo/images/thumbsup.png
+ src/demo/share/jfc/J2Ddemo/images/thumbsup at 2x.png
+ src/demo/share/jfc/J2Ddemo/images/tip.gif
+ src/demo/share/jfc/J2Ddemo/images/tip.png
+ src/demo/share/jfc/J2Ddemo/images/tip at 2x.png
+ src/demo/share/jfc/J2Ddemo/java2d/AnimatingContext.java
+ src/demo/share/jfc/J2Ddemo/java2d/AnimatingControlsSurface.java
+ src/demo/share/jfc/J2Ddemo/java2d/AnimatingSurface.java
+ src/demo/share/jfc/J2Ddemo/java2d/CloningFeature.java
+ src/demo/share/jfc/J2Ddemo/java2d/ControlsSurface.java
+ src/demo/share/jfc/J2Ddemo/java2d/CustomControls.java
+ src/demo/share/jfc/J2Ddemo/java2d/CustomControlsContext.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoFonts.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoGroup.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoImages.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoInstVarsAccessor.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoInstVarsAccessorImplBase.java
+ src/demo/share/jfc/J2Ddemo/java2d/DemoPanel.java
+ src/demo/share/jfc/J2Ddemo/java2d/GlobalControls.java
+ src/demo/share/jfc/J2Ddemo/java2d/GlobalPanel.java
+ src/demo/share/jfc/J2Ddemo/java2d/Intro.java
+ src/demo/share/jfc/J2Ddemo/java2d/J2Ddemo.java
+ src/demo/share/jfc/J2Ddemo/java2d/MemoryMonitor.java
+ src/demo/share/jfc/J2Ddemo/java2d/PerformanceMonitor.java
+ src/demo/share/jfc/J2Ddemo/java2d/RunWindow.java
+ src/demo/share/jfc/J2Ddemo/java2d/Surface.java
+ src/demo/share/jfc/J2Ddemo/java2d/TextureChooser.java
+ src/demo/share/jfc/J2Ddemo/java2d/Tools.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Arcs_Curves/Arcs.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Arcs_Curves/BezierAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Arcs_Curves/Curves.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Arcs_Curves/Ellipses.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Clipping/Areas.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Clipping/ClipAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Clipping/Intersection.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Clipping/Text.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Colors/BullsEye.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Colors/ColorConvert.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Colors/Rotator3D.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Composite/ACimages.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Composite/ACrules.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Composite/FadeAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/AllFonts.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/AttributedStr.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/Highlighting.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/Outline.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/Tree.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Images/DukeAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Images/ImageOps.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Images/JPEGFlip.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Images/WarpImage.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Lines/Caps.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Lines/Dash.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Lines/Joins.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Lines/LineAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/Balls.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/BezierScroller.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/Stars3D.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/GradAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/Gradient.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/Texture.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/TextureAnim.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/Append.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/CurveQuadTo.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/FillStroke.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/WindingRule.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Transforms/Rotate.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Transforms/SelectTx.java
+ src/demo/share/jfc/J2Ddemo/java2d/demos/Transforms/TransformAnim.java
! test/jdk/TEST.ROOT
! test/jdk/TEST.groups
+ test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java
+ test/jdk/demo/jfc/TEST.properties

Changeset: 23a8ccafa7ba
Author:    jdv
Date:      2018-05-15 11:34 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/23a8ccafa7ba

8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: 9822dd521c15
Author:    pbansal
Date:      2018-05-15 18:03 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9822dd521c15

8196616: ava/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java fails
Reviewed-by: prr, mhalder

! test/jdk/java/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java

Changeset: d93ae85b18c1
Author:    prr
Date:      2018-05-15 10:13 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d93ae85b18c1

Merge

! make/CreateJmods.gmk
- src/hotspot/share/runtime/advancedThresholdPolicy.cpp
- src/hotspot/share/runtime/advancedThresholdPolicy.hpp
- test/hotspot/jtreg/compiler/tiered/TransitionsTestExecutor.java
! test/jdk/ProblemList.txt
! test/jdk/TEST.groups

Changeset: 1ff7fb9125f8
Author:    prr
Date:      2018-05-16 09:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1ff7fb9125f8

Merge

- src/hotspot/share/runtime/vmStructs_trace.hpp
- src/hotspot/share/trace/noTraceBackend.hpp
- src/hotspot/share/trace/trace.dtd
- src/hotspot/share/trace/trace.xml
- src/hotspot/share/trace/traceBackend.cpp
- src/hotspot/share/trace/traceBackend.hpp
- src/hotspot/share/trace/traceDataTypes.hpp
- src/hotspot/share/trace/traceEvent.hpp
- src/hotspot/share/trace/traceEventClasses.xsl
- src/hotspot/share/trace/traceEventIds.xsl
- src/hotspot/share/trace/traceMacros.hpp
- src/hotspot/share/trace/traceStream.cpp
- src/hotspot/share/trace/traceStream.hpp
- src/hotspot/share/trace/traceTime.hpp
- src/hotspot/share/trace/traceTypes.xsl
- src/hotspot/share/trace/traceevents.xml
- src/hotspot/share/trace/tracerelationdecls.xml
- src/hotspot/share/trace/tracetypes.xml
- src/hotspot/share/trace/tracing.hpp
- src/hotspot/share/trace/tracingExport.cpp
- src/hotspot/share/trace/tracingExport.hpp
- src/hotspot/share/trace/xinclude.mod
- src/hotspot/share/trace/xsl_util.xsl
- src/hotspot/share/utilities/ticks.inline.hpp
- src/java.base/macosx/conf/x86_64/jvm.cfg
- src/java.base/unix/conf/aarch64/jvm.cfg
- src/java.base/unix/conf/amd64/jvm.cfg
- src/java.base/unix/conf/arm/jvm.cfg
- src/java.base/unix/conf/i586/jvm.cfg
- src/java.base/unix/conf/ia64/jvm.cfg
- src/java.base/unix/conf/ppc64/jvm.cfg
- src/java.base/unix/conf/ppc64le/jvm.cfg
- src/java.base/unix/conf/s390x/jvm.cfg
- src/java.base/unix/conf/sparc/jvm.cfg
- src/java.base/unix/conf/sparcv9/jvm.cfg
- src/java.base/unix/conf/zero/jvm.cfg
- src/java.base/windows/conf/amd64/jvm.cfg
- src/java.base/windows/conf/i586/jvm.cfg
- src/java.base/windows/conf/ia64/jvm.cfg
! test/jdk/ProblemList.txt
! test/jdk/TEST.ROOT
! test/jdk/TEST.groups

Changeset: e2eff4dcebbd
Author:    prr
Date:      2018-05-16 10:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e2eff4dcebbd

Merge


Changeset: b5023063346d
Author:    iklam
Date:      2018-05-15 14:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b5023063346d

8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful
Summary: Removed this function, added JavaCalls::construct_new_instance and moved SharedDictionary_lock
Reviewed-by: jiangli, ccheung, dholmes, coleenp

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/systemDictionaryShared.hpp
! src/hotspot/share/runtime/javaCalls.cpp
! src/hotspot/share/runtime/javaCalls.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp

Changeset: 9010b580d8a9
Author:    iveresov
Date:      2018-05-16 15:19 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9010b580d8a9

8201447: C1 does backedge profiling incorrectly
Summary: Increment backedge counter only for backward arms of conditional branches.
Reviewed-by: never, kvn

! src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
! src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp
! src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp
! src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp
! src/hotspot/share/c1/c1_Canonicalizer.cpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/c1/c1_LIRGenerator.hpp

Changeset: d2d6bc39ea88
Author:    mseledtsov
Date:      2018-05-16 16:43 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d2d6bc39ea88

8199252: [TESTBUG] Open source VM testbase system dictionary tests
Summary: Opensourced the tests
Reviewed-by: iignatyev, gziemski

! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/BTreeGen.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/BTreeTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/ChainGen.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/ChainTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/GenClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/share/SysDictTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree001/btree001.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree002/btree002.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree003/btree003.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree004/btree004.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree005/btree005.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree006/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree006/btree006.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree007/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree007/btree007.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree008/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree008/btree008.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree009/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree009/btree009.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree010/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree011/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree011/btree011.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree012/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree012/btree012.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain001/chain001.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain002/chain002.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain003/chain003.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain004/chain004.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain005/chain005.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain006/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain006/chain006.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain007/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain008/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/chain/chain008/chain008.java

Changeset: 3595bd343b65
Author:    mseledtsov
Date:      2018-05-16 16:43 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3595bd343b65

Merge


Changeset: 6d6fe9416864
Author:    iignatyev
Date:      2018-05-17 00:23 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6d6fe9416864

8199384: [TESTBUG] Open source VM testbase MLVM tests
Reviewed-by: erikj, mseledtsov, vlivanov

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.h
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/castToGrandparent/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/castToParent/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/classNameInStackTrace/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/finalSuperclass/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/findByName/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/invalidSuperclass/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/isGarbageCollected/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/uniqueClassAndObject/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/share/AnonkTestee01.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/share/AnonkTestee02.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/share/ReplaceClassParentTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/share/StressClassLoadingTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/byteMutation/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/byteMutation/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/heap/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/parallelLoad/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/parallelLoad/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/randomBytecodes/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/randomBytecodes/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenCPFullOfMH.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenCPFullOfMT.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenFullCP.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenManyIndyCorrectBootstrap.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenManyIndyIncorrectBootstrap.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/GenManyIndyOneCPX.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/HandleType.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/correctBootstrap/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/incorrectBootstrap/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/manyIndyOneCPX/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/manyIndyOneCPX/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mt/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mt/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/INDIFY_Test6998541.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/INDIFY_Test6998541.jmpp
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/thisAsArgument/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/thisAsArgument/Test.java.jdk8
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/verifyStackTrace/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/verifyStackTrace/Test.java.jdk8
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpoint/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpoint/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpointOtherStratum/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpointOtherStratum/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_b/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_b/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_b/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_b/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_a/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_a/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_b/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_b/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_b/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_b/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_a/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_a/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInTarget/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInTarget/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInTarget/newclass/INDIFY_Dummy0.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/libIndyRedefineClass.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/libstepBreakPopReturn.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/share/CallSiteDekkerActor.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/share/INDIFY_RelinkCallSiteFreqTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/share/INDIFY_RelinkCallSiteTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/gc/lotsOfCallSites/INDIFY_Testee.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/gc/lotsOfCallSites/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/gc/lotsOfCallSites/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/INDIFY_Test.jmpp
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/Test.java.jdk8
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/mutableCallSiteDekker/Actor.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/mutableCallSiteDekker/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/mutableCallSiteDekker/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSite/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSite/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSiteFreq/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSiteFreq/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSite/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSite/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSiteFreq/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSiteFreq/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/volatileCallSiteDekker/Actor.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/volatileCallSiteDekker/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/volatileCallSiteDekker/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/jdi/breakpointInCompiledCode/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/jdi/breakpointInCompiledCode/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpoint/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpoint/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7087658/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7087658/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7087658/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7127687/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7127687/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7127687/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7129034/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7129034/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7129034/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/Argument.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/Arguments.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/MHTransformationGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/MHUtils.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/MethodParameterValueProvider.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/PrimitiveTypeConverter.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/PrimitiveTypeConverter.jmpp
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/RandomArgumentGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/RandomArgumentsGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/RandomMTGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/RandomTypeGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/RandomValueGen.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/SimpleOpMethodHandles.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/SimpleUnitTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/TestTypes.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHArrayEnvelopeTFPair.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHArrayGetElemTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHArraySetElemTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHBasicUnaryTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHBindTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHCall.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHCastTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHCollectSpreadBaseTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHCollectSpreadTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHConstantTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHConvertTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHDropTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHDropTF2.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHEnvelopeArgTFPair.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHExplicitCastTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHFilterRetValTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHFilterTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHFoldTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHIdentityTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHInsertOrDropTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHInsertTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHMacroTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHNaryTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHNullaryTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHOutboundCallTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHOutboundVirtualCallTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHPermuteTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHPrimitiveTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHSamTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHTFPair.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHThrowCatchTFPair.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHUnaryTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/transform/v2/MHVarargsCollectSpreadTF.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/inlineMHTarget/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/inlineMHTarget/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMH/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMH/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMHConsts/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMHConsts/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/libnativeAndMH.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/nativeAndMH.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/INDIFY_Test.jmpp
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/patches/java.base/java/lang/invoke/NewInvokeSpecialCallSite.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/patches/java.base/jdk/internal/org/objectweb/asm/ClassWriterExt.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/ClassfileGenerator.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/ClassfileGeneratorTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/CustomClassLoaders.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/DekkerTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/Env.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/ExceptionsOptionObjectFactory.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/IgnoreUnknownArgumentParser.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/IndifiedClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmOOMTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmTestExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MultiThreadedTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/Stratum.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/StratumClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/TestSequence.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/WhiteBoxHelper.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jdi/ArgumentHandler.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jdi/BreakpointInfo.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jdi/IndyDebuggee.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jdi/JDIBreakpointTest.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jdi/MHDebuggee.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jpda/Debuggee.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jpda/INDIFY_SDE_DebuggeeBase.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jpda/SDE_MHDebuggeeBase.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jpda/StratumInfo.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/jpda/StratumUtils.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.c
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.h
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/Indify.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/LoadClass.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/StratumAP.java
+ test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/StratumAPTreeVisitor.java

Changeset: bd198a98f3c5
Author:    pliden
Date:      2018-05-17 09:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bd198a98f3c5

8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
Reviewed-by: kvn, coleenp

! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp

Changeset: 8e4fcfb4cfe4
Author:    rehn
Date:      2018-05-17 10:32 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8e4fcfb4cfe4

8195098: Low latency hashtable for read-mostly scenarios
Summary: This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems.
Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson

+ src/hotspot/share/utilities/concurrentHashTable.hpp
+ src/hotspot/share/utilities/concurrentHashTable.inline.hpp
+ src/hotspot/share/utilities/concurrentHashTableTasks.inline.hpp
+ test/hotspot/gtest/utilities/test_concurrentHashtable.cpp

Changeset: 062fcc6d183b
Author:    asaha
Date:      2018-05-17 11:03 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/062fcc6d183b

Added tag jdk-11+14 for changeset 3595bd343b65

! .hgtags

Changeset: dc18db671651
Author:    mdoerr
Date:      2018-05-17 14:16 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dc18db671651

8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
Reviewed-by: shade

+ src/hotspot/cpu/ppc/vm_version_ext_ppc.cpp
+ src/hotspot/cpu/ppc/vm_version_ext_ppc.hpp
+ src/hotspot/cpu/s390/vm_version_ext_s390.cpp
+ src/hotspot/cpu/s390/vm_version_ext_s390.hpp
! src/hotspot/os/aix/os_aix.cpp
+ src/hotspot/os/aix/os_perf_aix.cpp
! src/hotspot/os/linux/os_perf_linux.cpp
! src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.cpp
! src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.hpp
! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp
! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.hpp
! src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp
! src/hotspot/os_cpu/linux_s390/thread_linux_s390.hpp
! src/hotspot/share/jfr/utilities/jfrBigEndian.hpp

Changeset: e2d9b38630c3
Author:    gromero
Date:      2018-05-16 11:11 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e2d9b38630c3

8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9
Reviewed-by: mdoerr

! src/hotspot/cpu/ppc/vm_version_ppc.cpp
! src/hotspot/cpu/ppc/vm_version_ppc.hpp

Changeset: f9fe56417050
Author:    mdoerr
Date:      2018-05-17 14:19 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f9fe56417050

8202713: Create a MacroAssembler::access_load/store_at wrapper for S390 and PPC
Reviewed-by: eosterlund, goetz

! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.hpp
! src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.hpp
! src/hotspot/cpu/ppc/interp_masm_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/macroAssembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/methodHandles_ppc.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.hpp
! src/hotspot/cpu/s390/gc/shared/barrierSetAssembler_s390.cpp
! src/hotspot/cpu/s390/gc/shared/barrierSetAssembler_s390.hpp
! src/hotspot/cpu/s390/interp_masm_s390.cpp
! src/hotspot/cpu/s390/macroAssembler_s390.cpp
! src/hotspot/cpu/s390/macroAssembler_s390.hpp
! src/hotspot/cpu/s390/methodHandles_s390.cpp
! src/hotspot/cpu/s390/s390.ad
! src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp
! src/hotspot/cpu/s390/templateTable_s390.cpp

Changeset: 268ea94772da
Author:    mgronlun
Date:      2018-05-17 14:31 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/268ea94772da

8203346: JFR: Inconsistent signature of jfr_add_string_constant
Reviewed-by: shade

! src/hotspot/share/jfr/jni/jfrJniMethod.cpp
! src/hotspot/share/jfr/jni/jfrJniMethod.hpp

Changeset: 88bf53770be5
Author:    eosterlund
Date:      2018-05-17 11:56 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/88bf53770be5

8202479: Add missing try_resolve_jobject_in_native calls
Reviewed-by: coleenp, pliden

! src/hotspot/cpu/sparc/jniFastGetField_sparc.cpp
! src/hotspot/cpu/x86/jniFastGetField_x86_64.cpp

Changeset: 86f038c25410
Author:    neliasso
Date:      2018-05-17 12:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/86f038c25410

8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
Summary: Make sure the phis are transformed
Reviewed-by: roland, kvn, rbackman

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

Changeset: 1d683e243d8d
Author:    ccheung
Date:      2018-05-17 08:41 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1d683e243d8d

8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java
Reviewed-by: dholmes

! test/hotspot/jtreg/runtime/appcds/MultiReleaseJars.java

Changeset: cc705c956798
Author:    bpatel
Date:      2018-05-17 12:59 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cc705c956798

8196201: Generate pages to list all classes and all packages in javadoc output
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractIndexWriter.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesIndexWriter.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllPackagesIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/MethodWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchIndexItem.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SingleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SplitIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlStyle.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Navigation.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Table.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/Resources.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/script.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
! test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java
! test/langtools/jdk/javadoc/doclet/testMethodTypes/TestMethodTypes.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModulePackages.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testPackagePage/TestPackagePage.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testStylesheet/TestStylesheet.java
! test/langtools/jdk/javadoc/doclet/testUnnamedPackage/TestUnnamedPackage.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
! test/langtools/tools/javadoc/api/basic/APITest.java

Changeset: 2f59dc95847d
Author:    iignatyev
Date:      2018-05-17 14:52 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2f59dc95847d

8199370: [TESTBUG] Open source vm testbase GC tests
Reviewed-by: erikj, ihse, ehelin

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle01/Juggle01.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle05/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle05/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle06/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle06/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle07/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle07/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle08/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle08/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle09/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle09/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle10/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle10/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle11/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle11/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle12/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle12/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle13/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle13/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle14/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle14/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle15/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle15/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle16/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle16/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle17/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle17/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle18/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle18/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle19/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle19/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle20/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle20/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle21/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle21/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle22/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle22/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle23/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle23/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle24/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle24/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle25/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle25/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle26/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle26/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle27/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle27/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle28/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle28/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle29/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle29/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle30/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle30/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle31/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle31/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle32/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle32/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle33/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle33/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle34/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle34/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/ClassNNN.java.template
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/ExecutionTask.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/GenClassPoolJar.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/GenClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/README
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/UnloadingTest.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/Bytecode.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/BytecodeFactory.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/BytecodeGeneratorFactory.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/BytecodeMutatorFactory.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/BytecodePatcher.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/DefaultTemplateClass.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/GenClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/HumongousTemplateClassGen.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/SourceGenerator.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/TemplateClassWithStaticField.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/ThreadTemplateClass.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/Assertion.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/AssertionContainer.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/ClassAssertion.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/FinalizedAssertion.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/PhantomizationServiceThread.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/PhantomizedAssertion.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/cleanup/CleanupAction.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/check/cleanup/UnusedThreadKiller.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/classloaders/DoItYourselfClassLoader.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/classloaders/FinalizableClassloader.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/classloaders/JNIClassloader.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/classloaders/ReflectionClassloader.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/configuration/ClassloadingMethod.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/configuration/KeepRefMode.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/configuration/ReleaseRefMode.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/configuration/TestConfiguration.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/configuration/WhatToKeep.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/InStackLocalHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/InStaticFieldHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/InThreadFieldHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/JNIGlobalRefHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/JNILocalRefHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/NullClassloaderHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/keepref/RefHolder.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/libdefine.c
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/loading/ClassLoadingHelper.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/loading/LibLoader.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_cl/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_cl/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_class/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_class/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_obj/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_obj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/AllocateWithoutOomTest/AllocateWithoutOomTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/AllocateWithoutOomTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/BigChains/BigChains.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/BigChains/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/CallGC/CallGC01/CallGC01.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/CallGC/CallGC01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/CallGC/CallGC02/CallGC02.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/CallGC/CallGC02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ClassDeallocGC/ClassDeallocGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest01/FinalizeTest01.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest04/FinalizeTest04.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest05/FinalizeTest05.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest05/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizerGC01/FinalizerGC01.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizerGC02/FinalizerGC02.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/GcPointerCheckTest/GcPointerCheckTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/GcPointerCheckTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/HeapUsageTest/HeapUsageTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/HeapUsageTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/InterruptGC/InterruptGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/InterruptGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/JumbleGC/JumbleGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/JumbleGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/JumbleGC/Tree.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/JumbleGC002/JumbleGC002.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/JumbleGC002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large001/large001.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC/LoadUnloadGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MTLinkedListGC/MTLinkedListGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MTLinkedListGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MTLinkedListGC/node.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MTasyncGC/MTasyncGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MTsyncGC/MTsyncGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MatrixJuggleGC/MatrixJuggleGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MatrixJuggleGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MemoryEater/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MemoryEater/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/MemoryEaterMT/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ObjectMonitorCleanup/MonitorThread.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ObjectMonitorCleanup/ObjectMonitorCleanup.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ObjectMonitorCleanup/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/OneeFinalizerTest/OneeFinalizerTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/OneeFinalizerTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PRHelper.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomHelper.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceEvilTest/PhantomReferenceEvilTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceEvilTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/PhantomReferenceTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/CircularLinkedList.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/ReferencesGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/RememberedSet/RememberedSet.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/RememberedSet/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/SoftReferenceTest/SoftReferenceTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/SoftReferenceTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft001/soft001.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft003/soft003.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft004/soft004.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/SoftReference/soft005/soft005.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal001/steal001.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal002/steal002.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringGC/StringGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringIntern/StringIntern.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringIntern/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternGC/StringInternGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSync/StringInternSync.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSync/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSync2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSync2/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC/StringGenerator.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC/StringInternSyncWithGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC2/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC3/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC3/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC4/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/StringInternSyncWithGC4/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ThreadGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/ThreadGC/ThreadGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceEvilTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceEvilTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceEvilTest/WeakReferenceEvilTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/WeakReferenceTest/WeakReferenceTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak001/weak001.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak003/weak003.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak004/weak004.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak005/weak005.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak006/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak006/weak006.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak007/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReference/weak007/weak007.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReferenceGC/CircularLinkedList.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReferenceGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/WeakReferenceGC/WeakReferenceGC.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/fileTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/gctests/fileTest/fileTest.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest01/gctest01.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest02/gctest02.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest03/Tree.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest03/appthread.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest03/gctest03.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest04/gctest04.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/gctest04/reqgen.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC1/libmallocWithGC1.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC2/libmallocWithGC2.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC3/libmallocWithGC3.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC01/libnativeGC01.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC01/nativeGC01.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC02/libnativeGC02.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC02/nativeGC02.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC03/libnativeGC03.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC03/nativeGC03.java
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC05/libnativeGC05.c
+ test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/ExternalHashingTest/ExternalHashingTest.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/ExternalHashingTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HCHelper.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeSimpleTest/HashCodeSimpleTest.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeSimpleTest/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestC/HashCodeTestC.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestCC/HashCodeTestCC.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestCC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestP/HashCodeTestP.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestP/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestPC/HashCodeTestPC.java
+ test/hotspot/jtreg/vmTestbase/gc/hashcode/HashCodeTestPC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/Access/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/Access/access.java
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/MemOptions/MemOptions.sh
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/MemOptions/MemStat.java
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/MemOptions/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/MemOptions/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/LockerTest.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/README
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jni/jnilock003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniglobalreflock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnilocalreflock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jnireflock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jniref/jniweakglobalreflock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/jvmti/alloc/jvmtialloclock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/lock/malloc/malloclock04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/ArrayJuggle.README
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle1/Juggle1.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle1_gc/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle1_gc/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle2/Juggle2.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle2_gc/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/ArrayJuggle/Juggle2_gc/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/SampleMe/SampleClass.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Array/SampleMe/SampleMe.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn.README
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn1/Churn1.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn2/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn3/Churn3.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn3/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn3a/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn3a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn4/Churn4.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn4/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/FillingStation/FillingStation.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/FillingStation/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/LargePagesTest/LargePagesTest.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/Nio/Nio.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular.README
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular1/Circular1.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular2/Circular2.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular3/Circular3.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular3/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular4/Circular4.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Circular4/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear.README
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear1/Linear1.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear2/Linear2.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear2/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear3/Linear3.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear3/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear4/Linear4.java
+ test/hotspot/jtreg/vmTestbase/gc/memory/UniThread/Linear4/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/CircularListHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/CircularListHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/CircularListLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/CircularListLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/DoubleArrayHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/DoubleArrayHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/DoubleArrayLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/DoubleArrayLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/FloatArrayHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/FloatArrayHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/FloatArrayLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/FloatArrayLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/LinearListHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/LinearListHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/LinearListLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/LinearListLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/NonbranchyTreeHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/NonbranchyTreeHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/NonbranchyTreeLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/NonbranchyTreeLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/ObjectArrayHigh/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/ObjectArrayHigh/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/ObjectArrayLow/TEST.properties
+ test/hotspot/jtreg/vmTestbase/gc/vector/ObjectArrayLow/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/Simple.README
+ test/hotspot/jtreg/vmTestbase/gc/vector/SimpleGC/SimpleGC.java
+ test/hotspot/jtreg/vmTestbase/gc/vector/SimpleGC/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/GenClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/Generator.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libBooleanArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libByteArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libCharArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libDoubleArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libFloatArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libIntArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libLongArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libShortArrayCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/libStringCriticalLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/libJNIGlobalRefLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/libJNILocalRefLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/libJNIRefLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/libJNIWeakGlobalRefLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jvmti/libJVMTIAllocLocker.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/malloc/libMallocLocker.c
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_ArrayOf/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_ArrayOf/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_ArrayOf1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_ArrayOf1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_TwoFields/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_TwoFields/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_TwoFields1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Arrays_TwoFields1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings_NonbranchyTree/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings_NonbranchyTree/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings_Strings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings_Strings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_ArrayOf/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_ArrayOf/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_ArrayOf1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_ArrayOf1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_TwoFields/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_TwoFields/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_TwoFields1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_TwoFields1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_ArrayOf/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_ArrayOf/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_ArrayOf1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_ArrayOf1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_InternedStrings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_InternedStrings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_TwoFields/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_TwoFields/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_TwoFields1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_TwoFields1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_TwoFields_InternedStrings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_TwoFields_InternedStrings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays5M/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Arrays5M/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_InternedStrings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_InternedStrings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_InternedStrings1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_InternedStrings1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree5M/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree5M/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Strings/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Strings/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Strings1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Strings1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/compact/README
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/Concurrent.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp0mr30st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp0mr30st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp0mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp0mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr30st0t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr30st0t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr70st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr70st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp30mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp70mr30st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp70mr30st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp70mr30st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp0rp70mr30st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp0mr30st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp0mr30st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp0mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp0mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr30st0t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr30st0t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr70st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr70st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp30mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp70mr30st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp70mr30st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp70mr30st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp10rp70mr30st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp0mr30st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp0mr30st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp0mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp0mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr30st0t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr30st0t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr70st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr70st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp30mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp70mr30st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp70mr30st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp70mr30st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp30yp25rp70mr30st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp0mr30st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp0mr30st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp0mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp0mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr30st0t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr30st0t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr70st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr70st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp30mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp70mr30st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp70mr30st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp70mr30st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp0rp70mr30st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp0mr30st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp0mr30st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp0mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp0mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr30st0t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr30st0t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr70st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr70st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr70st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp30mr70st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp70mr30st0/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp70mr30st0/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp70mr30st300t1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp50yp10rp70mr30st300t1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp60yp0rp30mr0st300/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/lp60yp0rp30mr0st300/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/CollectionContainer.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination01/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination01/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination02/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination02/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination03/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination03/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination04/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination04/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/ConcurrentHashMap_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/ConcurrentHashMap_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Container.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/ContainerDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/ContainersTest.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/DequeueContainer.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/HashMap_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/HashMap_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedBlockingDeque_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedBlockingDeque_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedHashMap_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedHashMap_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedList_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/LinkedList_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/MapContainer.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/Speed.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeMap_Arrays/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeMap_Arrays/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeSet_String/TEST.properties
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeSet_String/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/containers/readme
+ test/hotspot/jtreg/vmTestbase/vm/gc/kind/parOld/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/gc/kind/parOld/test.sh

Changeset: dd501973095c
Author:    lmesnik
Date:      2018-05-17 16:21 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dd501973095c

8199271: [TESTBUG] open source VM testbase stress tests
Reviewed-by: mseledtsov, sspitsyn, erikj

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except003.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except004.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except007.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except008.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except009.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except010.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except011.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except011oops.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/except/except012.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/GarbageGenerator.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/Interrupter.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/Synchronizer.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/gcl001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/libgcl001.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnihelper.h
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress003.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress004.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/jnistress007.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress001.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress002.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress003.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress004.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress005.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress006.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress007.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network003.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network004.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/network/network006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric003.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric004.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric007.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric008.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric009.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/numeric010.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/stack/TEST.properties
+ 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
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace003.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace004.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace005.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace006.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace008.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace009.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace011.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace012.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace014.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/libstrace015.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/nsk_strace.h
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace003.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace003.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace004.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace004.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace006.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace007.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace008.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace008.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace009.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace009.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace010.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace011.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace011.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace012.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace012.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace013.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace014.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace014.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.c
+ test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread001.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread002.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread005.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread006.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread007.java
+ test/hotspot/jtreg/vmTestbase/nsk/stress/thread/thread008.java

Changeset: 12fc7bf488ec
Author:    epavlova
Date:      2018-05-17 21:04 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/12fc7bf488ec

8203318: compiler/stable/TestStableShort.java is broken
Reviewed-by: shade

! test/hotspot/jtreg/compiler/stable/TestStableByte.java
! test/hotspot/jtreg/compiler/stable/TestStableChar.java
! test/hotspot/jtreg/compiler/stable/TestStableDouble.java
! test/hotspot/jtreg/compiler/stable/TestStableFloat.java
! test/hotspot/jtreg/compiler/stable/TestStableInt.java
! test/hotspot/jtreg/compiler/stable/TestStableLong.java
! test/hotspot/jtreg/compiler/stable/TestStableObject.java

Changeset: 40c98f9b69fa
Author:    weijun
Date:      2018-05-18 16:27 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/40c98f9b69fa

8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
Reviewed-by: valeriep

! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabInputStream.java
+ test/jdk/sun/security/krb5/ktab/BufferBoundary.java

Changeset: 9925e9fd56ad
Author:    bulasevich
Date:      2018-05-18 13:23 +0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9925e9fd56ad

8202710: AARCH64: sporadic jtreg test fail
Reviewed-by: aph, dsamersoff

! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
+ test/hotspot/jtreg/compiler/runtime/TestFloatsOnStackDeopt.java

Changeset: 5593cab7fb96
Author:    bsrbnd
Date:      2018-05-18 12:48 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5593cab7fb96

8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
Reviewed-by: jjg, jlahoda

! test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java

Changeset: 78d9ffb8146f
Author:    sgehwolf
Date:      2018-05-16 15:25 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/78d9ffb8146f

8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
Reviewed-by: shade, mdoerr

+ src/hotspot/cpu/zero/vm_version_ext_zero.cpp
+ src/hotspot/cpu/zero/vm_version_ext_zero.hpp
! src/hotspot/os_cpu/linux_zero/thread_linux_zero.hpp
! src/hotspot/share/jfr/utilities/jfrTime.cpp
! src/hotspot/share/utilities/ticks.cpp

Changeset: 589ed2770141
Author:    jlaskey
Date:      2018-05-18 08:43 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/589ed2770141

8200436: String::isBlank
Reviewed-by: sundar

! src/java.base/share/classes/java/lang/String.java
+ test/jdk/java/lang/String/IsBlank.java

Changeset: 0cc29ebee3f9
Author:    goetz
Date:      2018-05-18 10:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0cc29ebee3f9

8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors."
Reviewed-by: dholmes, lfoltan

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionary.cpp

Changeset: 9806f23d5e5e
Author:    coleenp
Date:      2018-05-18 08:47 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9806f23d5e5e

8134537: Much nearly duplicated code for sun.misc.Signal support
Summary: merged jvm_<os>.cpp into jvm_posix.cpp
Reviewed-by: dholmes, stuefe

- src/hotspot/os/aix/jvm_aix.cpp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/os_aix.hpp
- src/hotspot/os/bsd/jvm_bsd.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/bsd/os_bsd.hpp
- src/hotspot/os/linux/jvm_linux.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_linux.hpp
+ src/hotspot/os/posix/jvm_posix.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/posix/os_posix.hpp
- src/hotspot/os/solaris/jvm_solaris.cpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/os/solaris/os_solaris.hpp

Changeset: 7b0291382aff
Author:    pliden
Date:      2018-05-18 15:21 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7b0291382aff

8203227: Introduce os::processor_id() for Linux and Solaris
Reviewed-by: dholmes, rehn

! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/share/runtime/os.hpp

Changeset: d9bc8557ae16
Author:    pliden
Date:      2018-05-18 15:21 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d9bc8557ae16

8202989: Add missing decorators in calls to to arraycopy_prologue/epilogue
Reviewed-by: stefank, eosterlund

! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/arm/stubGenerator_arm.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/s390/stubGenerator_s390.cpp
! src/hotspot/cpu/sparc/stubGenerator_sparc.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp

Changeset: ffa644980dff
Author:    eosterlund
Date:      2018-05-18 14:51 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ffa644980dff

8202377: Modularize C2 GC barriers
Reviewed-by: neliasso, roland

+ src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
+ src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp
! src/hotspot/share/gc/g1/g1BarrierSet.cpp
! src/hotspot/share/gc/shared/barrierSet.hpp
+ src/hotspot/share/gc/shared/c2/barrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
+ src/hotspot/share/gc/shared/c2/cardTableBarrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/cardTableBarrierSetC2.hpp
+ src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.hpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.cpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.hpp
! src/hotspot/share/gc/shared/modRefBarrierSet.hpp
! src/hotspot/share/opto/arraycopynode.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/escape.cpp
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/graphKit.hpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/macro.cpp
! src/hotspot/share/opto/macro.hpp
! src/hotspot/share/opto/macroArrayCopy.cpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/parse2.cpp
! src/hotspot/share/opto/parse3.cpp
! src/hotspot/share/opto/phaseX.cpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/runtime.hpp

Changeset: f854b76b6a0c
Author:    vromero
Date:      2018-05-18 09:22 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f854b76b6a0c

8148354: Errors targeting functional interface intersection types
Reviewed-by: mcimadamore, dlsmith

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/tree/JCTree.java
+ test/langtools/tools/javac/T8148354/IntersectionFunctionalButComponentsNotTest.java
+ test/langtools/tools/javac/T8148354/IntersectionTypeBugTest.java
! test/langtools/tools/javac/diags/examples.not-yet.txt
! test/langtools/tools/javac/diags/examples/NotAnInterfaceComponent.java

Changeset: 28cd297a1086
Author:    dlong
Date:      2018-05-18 12:32 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/28cd297a1086

8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError
Reviewed-by: iveresov, epavlova

! src/jdk.internal.vm.compiler/share/classes/module-info.java

Changeset: 4befb3c9c758
Author:    iignatyev
Date:      2018-05-18 12:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4befb3c9c758

8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
Reviewed-by: shade

! test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC05/libnativeGC05.c

Changeset: 1a4101ebec92
Author:    coleenp
Date:      2018-05-18 15:56 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1a4101ebec92

8202014: Possible to receive signal before signal semaphore created
Summary: initialize jdk.internal.misc.Signal in os_init2 and rename initialization functions.
Reviewed-by: dholmes, stuefe

! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/os_share_aix.hpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/bsd/os_share_bsd.hpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_share_linux.hpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/os.hpp
! src/hotspot/share/runtime/thread.cpp

Changeset: 97be261ebcdd
Author:    cjplummer
Date:      2018-05-18 14:21 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/97be261ebcdd

8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
Summary: Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed

! test/jdk/ProblemList.txt
! test/jdk/com/sun/jdi/JdbExprTest.sh

Changeset: 5ec7380f671d
Author:    joehw
Date:      2018-05-18 18:31 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5ec7380f671d

8198548: Initialization race in com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange() on Token.categories
Reviewed-by: lancea

! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.java

Changeset: 261d0ac3b09d
Author:    weijun
Date:      2018-05-19 22:06 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/261d0ac3b09d

8201627: Kerberos sequence number issues
Reviewed-by: valeriep

! src/java.security.jgss/share/classes/sun/security/jgss/krb5/InitSecContextToken.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/MessageToken_v2.java
! test/jdk/sun/security/krb5/auto/Basic.java
! test/jdk/sun/security/krb5/auto/BasicKrb5Test.java
! test/jdk/sun/security/krb5/auto/BasicProc.java
! test/jdk/sun/security/krb5/auto/Context.java

Changeset: 531b4069637e
Author:    shade
Date:      2018-05-19 18:01 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/531b4069637e

8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
Reviewed-by: stuefe, eosterlund

! make/hotspot/lib/JvmFeatures.gmk

Changeset: b8ed2c98202a
Author:    cjplummer
Date:      2018-05-19 13:13 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b8ed2c98202a

8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
Summary: use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov

! test/jdk/ProblemList.txt
! test/jdk/com/sun/jdi/JdbMethodExitTest.sh

Changeset: 6f548c41a4fc
Author:    ysuenaga
Date:      2018-05-20 20:25 +0900
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6f548c41a4fc

8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
Reviewed-by: cjplummer, sspitsyn

! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcCauseResults.java
! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcNewResults.java
! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcResults.java
! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatResults.java

Changeset: c87fba18f2b9
Author:    stefank
Date:      2018-05-20 22:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c87fba18f2b9

8203339: Add oopDesc::field_offset()
Reviewed-by: rkennke, eosterlund

! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/oops/oop.inline.hpp
+ test/hotspot/gtest/oops/test_oop.cpp

Changeset: 8bc79d2d1568
Author:    stefank
Date:      2018-05-20 22:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8bc79d2d1568

8203341: Add a safepoint-aware Semaphore
Reviewed-by: pliden, eosterlund

! src/hotspot/share/runtime/handshake.cpp
! src/hotspot/share/runtime/semaphore.hpp
+ src/hotspot/share/runtime/semaphore.inline.hpp

Changeset: 49c3e91c424f
Author:    stuefe
Date:      2018-05-21 11:33 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/49c3e91c424f

8176808: Split up metaspace.cpp
Reviewed-by: asiebenborn, coleenp

! src/hotspot/share/gc/cms/vmStructs_cms.hpp
! src/hotspot/share/memory/binaryTreeDictionary.hpp
! src/hotspot/share/memory/binaryTreeDictionary.inline.hpp
! src/hotspot/share/memory/freeList.inline.hpp
- src/hotspot/share/memory/metachunk.cpp
- src/hotspot/share/memory/metachunk.hpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace.hpp
+ src/hotspot/share/memory/metaspace/blockFreelist.cpp
+ src/hotspot/share/memory/metaspace/blockFreelist.hpp
+ src/hotspot/share/memory/metaspace/chunkManager.cpp
+ src/hotspot/share/memory/metaspace/chunkManager.hpp
+ src/hotspot/share/memory/metaspace/metaDebug.cpp
+ src/hotspot/share/memory/metaspace/metaDebug.hpp
+ src/hotspot/share/memory/metaspace/metabase.hpp
+ src/hotspot/share/memory/metaspace/metablock.hpp
+ src/hotspot/share/memory/metaspace/metachunk.cpp
+ src/hotspot/share/memory/metaspace/metachunk.hpp
! src/hotspot/share/memory/metaspace/metaspaceCommon.cpp
! src/hotspot/share/memory/metaspace/metaspaceCommon.hpp
! src/hotspot/share/memory/metaspace/metaspaceDCmd.hpp
! src/hotspot/share/memory/metaspace/metaspaceStatistics.cpp
! src/hotspot/share/memory/metaspace/metaspaceStatistics.hpp
+ src/hotspot/share/memory/metaspace/occupancyMap.cpp
+ src/hotspot/share/memory/metaspace/occupancyMap.hpp
+ src/hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.cpp
+ src/hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.hpp
+ src/hotspot/share/memory/metaspace/smallBlocks.cpp
+ src/hotspot/share/memory/metaspace/smallBlocks.hpp
+ src/hotspot/share/memory/metaspace/spaceManager.cpp
+ src/hotspot/share/memory/metaspace/spaceManager.hpp
+ src/hotspot/share/memory/metaspace/virtualSpaceList.cpp
+ src/hotspot/share/memory/metaspace/virtualSpaceList.hpp
+ src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp
+ src/hotspot/share/memory/metaspace/virtualSpaceNode.hpp
! src/hotspot/share/runtime/vmStructs.cpp
! test/hotspot/gtest/memory/test_chunkManager.cpp
! test/hotspot/gtest/memory/test_metachunk.cpp
! test/hotspot/gtest/memory/test_spaceManager.cpp

Changeset: 2ae4cd9d809d
Author:    egahlin
Date:      2018-05-21 14:46 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2ae4cd9d809d

8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
Reviewed-by: mgronlun

! src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecorder.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecording.java
! test/jdk/jdk/jfr/startupargs/TestDumpOnExit.java

Changeset: ec881a19d294
Author:    egahlin
Date:      2018-05-21 17:38 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ec881a19d294

8195817: JFR.stop should require name of recording
Reviewed-by: mgronlun

! src/hotspot/share/jfr/dcmd/jfrDcmds.cpp

Changeset: 85e3ac4fa57b
Author:    simonis
Date:      2018-05-21 11:09 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/85e3ac4fa57b

8203292: Print complete set of flags in the hs_err file
Summary: Prints non-default flags to hs_err file
Reviewed-by: gziemski, dholmes

! src/hotspot/share/runtime/flags/jvmFlag.cpp
! src/hotspot/share/runtime/flags/jvmFlag.hpp
! src/hotspot/share/utilities/vmError.cpp

Changeset: f4735ff8d17d
Author:    egahlin
Date:      2018-05-21 18:19 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f4735ff8d17d

8195818: JFR.start should increase autogenerated name by one
Reviewed-by: mgronlun

! src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecorder.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecording.java

Changeset: db3c6bb7f856
Author:    bpb
Date:      2018-05-21 11:43 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/db3c6bb7f856

8203487: Typo in ICUBinary.java: s/Magin/Magic/
Reviewed-by: igerasim, naoto
Contributed-by: Adam Farley <adam.farley at uk.ibm.com>

! src/java.base/share/classes/sun/text/normalizer/ICUBinary.java

Changeset: 83d8b3a25f25
Author:    jiangli
Date:      2018-05-21 15:15 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/83d8b3a25f25

8199807: AppCDS performs overly restrictive path matching check.
8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check().
Summary: Relax CDS/AppCDS path check for modules image.
Reviewed-by: iklam, ccheung

! src/hotspot/os/aix/os_aix.inline.hpp
! src/hotspot/os/bsd/os_bsd.inline.hpp
! src/hotspot/os/linux/os_linux.inline.hpp
! src/hotspot/os/solaris/os_solaris.inline.hpp
! src/hotspot/os/windows/os_windows.inline.hpp
! src/hotspot/share/classfile/sharedPathsMiscInfo.cpp
! src/hotspot/share/memory/filemap.cpp
! src/hotspot/share/memory/filemap.hpp
! src/hotspot/share/runtime/os.hpp
! test/hotspot/jtreg/runtime/appcds/BootClassPathMismatch.java
+ test/hotspot/jtreg/runtime/appcds/MoveJDKTest.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/MainModuleOnly.java

Changeset: 9ce050c4711b
Author:    vromero
Date:      2018-05-21 12:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9ce050c4711b

8203486: skip type inference for non functional interface components of intersection types
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/langtools/tools/javac/T8203486/SkipInferenceForNonFunctionalInterfTest.java

Changeset: a2c92332c6ba
Author:    igerasim
Date:      2018-05-21 12:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a2c92332c6ba

8203279: Faster rounding up to nearest power of two
Reviewed-by: martin, redestad

! src/java.base/share/classes/java/util/ComparableTimSort.java
! src/java.base/share/classes/java/util/HashMap.java
! src/java.base/share/classes/java/util/TimSort.java

Changeset: 63c65528b1fe
Author:    egahlin
Date:      2018-05-21 22:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/63c65528b1fe

8027760: JFC schema condition should not have defaults
Reviewed-by: mgronlun

! src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/jfc.xsd

Changeset: 39d88709b138
Author:    coleenp
Date:      2018-05-21 17:17 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/39d88709b138

8202853: NotifyCount is not initialized
Summary: remove NotifyCount
Reviewed-by: jiangli

! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/mutex.hpp

Changeset: 3195a713e24d
Author:    valeriep
Date:      2018-05-21 23:40 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3195a713e24d

8146293: Add support for RSASSA-PSS Signature algorithm
Summary: add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore

! src/java.base/share/classes/com/sun/crypto/provider/OAEPParameters.java
! src/java.base/share/classes/com/sun/crypto/provider/RSACipher.java
! src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java
! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/java/security/cert/X509CRL.java
! src/java.base/share/classes/java/security/cert/X509Certificate.java
! src/java.base/share/classes/java/security/interfaces/RSAKey.java
! src/java.base/share/classes/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java
! src/java.base/share/classes/java/security/interfaces/RSAPrivateCrtKey.java
! src/java.base/share/classes/java/security/interfaces/package-info.java
! src/java.base/share/classes/java/security/spec/MGF1ParameterSpec.java
! src/java.base/share/classes/java/security/spec/PSSParameterSpec.java
! src/java.base/share/classes/java/security/spec/RSAKeyGenParameterSpec.java
! src/java.base/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
! src/java.base/share/classes/java/security/spec/RSAOtherPrimeInfo.java
! src/java.base/share/classes/java/security/spec/RSAPrivateCrtKeySpec.java
! src/java.base/share/classes/java/security/spec/RSAPrivateKeySpec.java
! src/java.base/share/classes/java/security/spec/RSAPublicKeySpec.java
! src/java.base/share/classes/java/security/spec/package-info.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! src/java.base/share/classes/javax/crypto/spec/OAEPParameterSpec.java
! src/java.base/share/classes/javax/crypto/spec/PSource.java
! src/java.base/share/classes/javax/crypto/spec/package-info.java
! src/java.base/share/classes/sun/security/pkcs/SignerInfo.java
! src/java.base/share/classes/sun/security/pkcs10/PKCS10.java
! src/java.base/share/classes/sun/security/provider/DSA.java
+ src/java.base/share/classes/sun/security/rsa/MGF1.java
+ src/java.base/share/classes/sun/security/rsa/PSSParameters.java
! src/java.base/share/classes/sun/security/rsa/RSAKeyFactory.java
! src/java.base/share/classes/sun/security/rsa/RSAKeyPairGenerator.java
+ src/java.base/share/classes/sun/security/rsa/RSAPSSSignature.java
! src/java.base/share/classes/sun/security/rsa/RSAPadding.java
! src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSAPublicKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSASignature.java
+ src/java.base/share/classes/sun/security/rsa/RSAUtil.java
! src/java.base/share/classes/sun/security/rsa/SunRsaSignEntries.java
! src/java.base/share/classes/sun/security/ssl/RSASignature.java
! src/java.base/share/classes/sun/security/ssl/SunJSSE.java
! src/java.base/share/classes/sun/security/util/SecurityProviderConstants.java
+ src/java.base/share/classes/sun/security/util/SignatureUtil.java
! src/java.base/share/classes/sun/security/x509/AlgorithmId.java
! src/java.base/share/classes/sun/security/x509/X509CRLImpl.java
! src/java.base/share/classes/sun/security/x509/X509CertImpl.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Signature.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/ECDSASignature.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSAPublicKey.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSASignature.java
! src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSASignature.java
! test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEP.java
! test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java
! test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEPParameterSpec.java
! test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEPWithParams.java
! test/jdk/java/security/Signature/Offsets.java
! test/jdk/java/security/SignedObject/Chain.java
! test/jdk/sun/security/ec/SignedObjectChain.java
! test/jdk/sun/security/mscapi/SignedObjectChain.java
+ test/jdk/sun/security/rsa/SigGen15_186-3.txt
+ test/jdk/sun/security/rsa/SigGen15_186-3_TruncatedSHAs.txt
+ test/jdk/sun/security/rsa/SigRecord.java
! test/jdk/sun/security/rsa/SignatureOffsets.java
! test/jdk/sun/security/rsa/SignatureTest.java
! test/jdk/sun/security/rsa/SignedObjectChain.java
! test/jdk/sun/security/rsa/TestKeyPairGenerator.java
+ test/jdk/sun/security/rsa/TestSigGen15.java
! test/jdk/sun/security/rsa/TestSignatures.java
+ test/jdk/sun/security/rsa/pss/PSSParametersTest.java
+ test/jdk/sun/security/rsa/pss/SigGenPSS_186-3.txt
+ test/jdk/sun/security/rsa/pss/SigGenPSS_186-3_TruncatedSHAs.txt
+ test/jdk/sun/security/rsa/pss/SigRecord.java
+ test/jdk/sun/security/rsa/pss/SignatureTest2.java
+ test/jdk/sun/security/rsa/pss/SignatureTestPSS.java
+ test/jdk/sun/security/rsa/pss/TestPSSKeySupport.java
+ test/jdk/sun/security/rsa/pss/TestSigGenPSS.java
! test/jdk/sun/security/ssl/rsa/SignedObjectChain.java
+ test/lib/jdk/test/lib/SigTestUtil.java

Changeset: 95ba3a1dc2b2
Author:    iris
Date:      2018-05-21 18:44 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/95ba3a1dc2b2

8203500: Fix broken links to Specification in "specs" directory
Reviewed-by: jjg, lancea, mchung

! src/java.se/share/classes/module-info.java
! src/jdk.compiler/share/classes/com/sun/source/doctree/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java
! src/jdk.javadoc/share/classes/module-info.java
! src/jdk.jdwp.agent/share/classes/module-info.java

Changeset: adec398d9051
Author:    iklam
Date:      2018-05-21 21:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/adec398d9051

8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
Reviewed-by: lfoltan, jiangli

! src/hotspot/share/classfile/classListParser.cpp
! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/oops/instanceKlass.hpp
! test/hotspot/jtreg/runtime/SharedArchiveFile/BootAppendTests.java

Changeset: 24b5f2e635f6
Author:    thartmann
Date:      2018-05-22 09:04 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/24b5f2e635f6

8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
Summary: Avoid integer overflow in TableSwitch().
Reviewed-by: goetz, mdoerr, vlivanov

! src/hotspot/share/c1/c1_Instruction.hpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp

Changeset: a20f2b3c321f
Author:    thartmann
Date:      2018-05-22 09:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a20f2b3c321f

8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
Summary: Use "C" locale for correct parsing of decimals in VM internal compiler directive tests.
Reviewed-by: dholmes, coleenp, stuefe, dcubed

! src/hotspot/share/utilities/internalVMTests.cpp

Changeset: 2fdce199fcb9
Author:    kbarrett
Date:      2018-05-22 03:46 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2fdce199fcb9

8202863: Rename OopStorage inner collection classes
Summary: rename BlockArray, BlockList, BlockEntry
Reviewed-by: coleenp

! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/gc/shared/oopStorage.hpp
! src/hotspot/share/gc/shared/oopStorage.inline.hpp
! src/hotspot/share/gc/shared/oopStorageParState.hpp
! test/hotspot/gtest/gc/shared/test_oopStorage.cpp

Changeset: afb9bc5328a3
Author:    dholmes
Date:      2018-05-22 05:20 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/afb9bc5328a3

8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
Reviewed-by: thartmann

! test/hotspot/jtreg/ProblemList.txt

Changeset: 5afedc9e4662
Author:    redestad
Date:      2018-05-22 14:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5afedc9e4662

8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
Reviewed-by: martin, igerasim
Contributed-by: ivan.gerasimov at oracle.com, claes.redestad at oracle.com

! src/java.base/share/classes/java/lang/Integer.java
! src/java.base/share/classes/java/lang/Long.java
! test/jdk/java/lang/Integer/BitTwiddle.java
! test/jdk/java/lang/Long/BitTwiddle.java

Changeset: c4800cdd45c7
Author:    bulasevich
Date:      2018-05-22 14:54 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c4800cdd45c7

8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
Reviewed-by: redestad

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/compiler/runtime/TestFloatsOnStackDeopt.java

Changeset: 3085969bdf91
Author:    mcimadamore
Date:      2018-05-22 13:37 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3085969bdf91

8203436: javac should fail early when emitting illegal signature attributes
Summary: check that signature attributes do not contain non-denotable types
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/langtools/tools/javac/6521805/T6521805d.out
! test/langtools/tools/javac/6521805/T6521805e.out
+ test/langtools/tools/javac/8203436/T8203436a.java
+ test/langtools/tools/javac/8203436/T8203436a.out
+ test/langtools/tools/javac/8203436/T8203436b.java
+ test/langtools/tools/javac/8203436/T8203436b.out
! test/langtools/tools/javac/SynthName2.out
! test/langtools/tools/javac/diags/examples/ErrSyntheticNameConflict.java
+ test/langtools/tools/javac/diags/examples/IllegalSignature.java

Changeset: 9bdd233f270d
Author:    jlahoda
Date:      2018-05-22 12:26 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9bdd233f270d

8198315: Incomplete classpath causes NPE in TransTypes
Summary: Avoid symbol completion while constructing error message.
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java
+ test/langtools/tools/javac/diags/CompletionFailureInDiags.java

Changeset: 2fb27c352cae
Author:    jlaskey
Date:      2018-05-22 12:04 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2fb27c352cae

8200380: String::lines
Reviewed-by: sundar, sherman, rriggs, psandoz

! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
+ test/jdk/java/lang/String/Lines.java

Changeset: f4fd580dd7d1
Author:    sgehwolf
Date:      2018-05-18 15:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f4fd580dd7d1

8203410: Zero: Disable jfr feature by default
Reviewed-by: erikj

! make/autoconf/hotspot.m4

Changeset: 843fc56f4686
Author:    iklam
Date:      2018-05-18 09:15 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/843fc56f4686

8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
Reviewed-by: lfoltan, dholmes, coleenp, minqi

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/serviceThread.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/services/attachListener.cpp
! src/hotspot/share/services/gcNotifier.cpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/memoryService.cpp
! src/hotspot/share/utilities/exceptions.cpp

Changeset: 0df902a00215
Author:    vromero
Date:      2018-05-22 09:01 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0df902a00215

8196048: thrown type variables should be roots in the minimum inference graph
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/langtools/tools/javac/T8196048/ThrownTypeVarsAsRootsTest.java

Changeset: 4ab066d71956
Author:    coleenp
Date:      2018-05-22 13:10 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4ab066d71956

8202669: Intermittent crash in ClassLoadingService::compute_class_size()
Summary: Don't report classes that failed to load when reporting class unloading. Remove the classes first.
Reviewed-by: dholmes, lfoltan, ccheung

! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/services/classLoadingService.cpp
+ test/hotspot/jtreg/runtime/BadObjectClass/TestUnloadClassError.java

Changeset: 31361382634b
Author:    iignatyev
Date:      2018-05-22 10:08 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/31361382634b

8199379: [TESTBUG] Open source vm testbase JDB tests
Reviewed-by: mseledtsov, sspitsyn

! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/caught_exception/caught_exception002/caught_exception002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/caught_exception/caught_exception002/caught_exception002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/classes/classes001/classes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/classes/classes001/classes001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/classpath/classpath001/classpath001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/classpath/classpath001/classpath001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear002/clear002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear002/clear002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear003/clear003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear003/clear003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear004/clear004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/clear/clear004/clear004a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/down/down002/down002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/down/down002/down002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/dump/dump002/dump002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/dump/dump002/dump002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/eval/eval001/eval001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/eval/eval001/eval001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/fields/fields001/fields001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/fields/fields001/fields001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/ignore/ignore001/ignore001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/ignore/ignore001/ignore001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill001/kill001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill001/kill001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill002/kill002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill002/kill002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/klass/class001/class001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/klass/class001/class001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/list/list002/list002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/list/list002/list002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/locals/locals002/locals002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/locals/locals002/locals002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/methods002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/methods002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/monitor/monitor001/monitor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/monitor/monitor001/monitor001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/next/next001/next001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/next/next001/next001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect001/connect001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect001/connect001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect002/connect002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect002/connect002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect003/connect003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect003/connect003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect004/connect004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect004/connect004a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect005/connect005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/connect/connect005/connect005a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/options/listconnectors/listconnectors001/listconnectors001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/pop/pop001/pop001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/pop/pop001/pop001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/pop_exception/pop_exception001/pop_exception001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/pop_exception/pop_exception001/pop_exception001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/print/print002/print002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/print/print002/print002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/read/read001/jdb.scenario
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/read/read001/read001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/read/read001/read001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/redefine/redefine001/RedefinedClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/redefine/redefine001/newclass_g/RedefinedClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/redefine/redefine001/redefine001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/redefine/redefine001/redefine001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/reenter/reenter001/reenter001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/reenter/reenter001/reenter001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/b4689395.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/b4689395a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/newclass/b4689395a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/resume/resume002/resume002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/resume/resume002/resume002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/run/run002/run002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/run/run002/run002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set001/set001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set001/set001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set002/set002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set002/set002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/step/step002/step002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/step/step002/step002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/step_up/step_up001/step_up001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/step_up/step_up001/step_up001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_at/stop_at003/stop_at003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_at/stop_at003/stop_at003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_in/stop_in002/stop_in002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/stop_in/stop_in002/stop_in002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/suspend/suspend001/suspend001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/suspend/suspend001/suspend001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/thread/thread002/thread002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/thread/thread002/thread002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threadgroup/threadgroup002/threadgroup002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threadgroup/threadgroup002/threadgroup002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threadgroups/threadgroups002/threadgroups002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threadgroups/threadgroups002/threadgroups002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threads/threads002/threads002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/threads/threads002/threads002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/uncaught_exception002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/uncaught_exception002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unmonitor/unmonitor001/unmonitor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unmonitor/unmonitor001/unmonitor001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/untrace/untrace001/untrace001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/untrace/untrace001/untrace001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/unwatch001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/unwatch001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch002/unwatch002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch002/unwatch002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/up/up002/up002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/up/up002/up002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/use/use001/use001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/use/use001/use001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/watch001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/watch001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch002/watch002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch002/watch002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where004/where004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where004/where004a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where005/where005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where005/where005a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where006/where006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/where/where006/where006a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/wherei/wherei001/wherei001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdb/wherei/wherei001/wherei001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/classload/ClassLoadUtils.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Debuggee.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/DebuggeeUncaughtException.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Jdb.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbArgumentHandler.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbCommand.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java

Changeset: 28f2e09a0ae0
Author:    sherman
Date:      2018-05-22 11:04 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/28f2e09a0ae0

8196987: Resolve disabled warnings for libzip
Reviewed-by: erikj, alanb

! make/lib/CoreLibraries.gmk

Changeset: 911b913022ef
Author:    zgu
Date:      2018-05-22 14:49 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/911b913022ef

8203635: JFR sampler thread does not record stack info
Summary: Added call to record_stack_base_and_size() from sampler thread
Reviewed-by: shade, coleenp, stuefe

! src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp

Changeset: 28a33a0dbf04
Author:    mseledtsov
Date:      2018-05-22 13:05 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/28a33a0dbf04

8199257: [TESTBUG] Open source VM testbase metaspace tests
Summary: Open sourced VM metaspace tests
Reviewed-by: coleenp, stuefe

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/flags/maxMetaspaceSize/maxMetaspaceSize.java
+ test/hotspot/jtreg/vmTestbase/metaspace/flags/maxMetaspaceSize/maxMetaspaceSize.sh
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/Fault.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/FirstGCTest.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/HighWaterMarkTest.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/MemoryUsageTest.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/MetaspaceBaseGC.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_10m/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_50m/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_99m/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_default/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_default/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageLargeComp/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageLargeComp/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageLargeMeta/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageLargeMeta/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageSmallComp/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageSmallComp/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageSmallMeta/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/memoryUsageSmallMeta/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/readme.txt
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_0_1/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_0_1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_10_20/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_10_20/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_70_80/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_99_100/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_99_100/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java
+ test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java
+ test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/OneUsageClassloader.java
+ test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
+ test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/ClassloaderUnderTest.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/GenClassesBuilder.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/HumongousClassGen.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/PerformChecksHelper.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchy1.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchy2.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchy3.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchyBaseClass.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/StressClassloader.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/Node.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/Tree.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/exceptions/ClassNotUnloadedException.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/exceptions/GotWrongOOMEException.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/exceptions/TimeIsOverException.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/generateHierarchy/GenerateHierarchyHelper.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/generateHierarchy/NodeDescriptor.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/generateHierarchy/TreeDescriptor.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy006/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy007/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy008/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy009/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy010/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy013/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy013/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy014/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy014/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy015/TEST.properties
+ test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy015/TestDescription.java

Changeset: 67066e7971e1
Author:    lmesnik
Date:      2018-05-22 10:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/67066e7971e1

8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
Reviewed-by: psandoz, mseledtsov

! test/hotspot/jtreg/applications/jcstress/TestGenerator.java
! test/hotspot/jtreg/applications/jcstress/acqrel/Test.java
! test/hotspot/jtreg/applications/jcstress/atomicity/Test.java
! test/hotspot/jtreg/applications/jcstress/copy/Test.java
! test/hotspot/jtreg/applications/jcstress/fences/Test.java
! test/hotspot/jtreg/applications/jcstress/memeffects/Test.java
! test/hotspot/jtreg/applications/jcstress/other/Test.java
! test/hotspot/jtreg/applications/jcstress/seqcst.sync/Test.java
! test/hotspot/jtreg/applications/jcstress/seqcst.volatiles/Test.java

Changeset: 2942ae532175
Author:    egahlin
Date:      2018-05-22 23:27 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2942ae532175

8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
Reviewed-by: tbell, mgronlun

! test/jdk/jdk/jfr/api/consumer/TestReadTwice.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThreadOther.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFullStackTrace.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFile.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestInheritedAnnotations.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestUnloadingEventClass.java
! test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
! test/jdk/jdk/jfr/cmd/ExecuteHelper.java
! test/jdk/jdk/jfr/cmd/TestPrint.java
! test/jdk/jdk/jfr/jcmd/TestJcmdLegacy.java
! test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
! test/lib/jdk/test/lib/Utils.java
! test/lib/jdk/test/lib/jfr/CommonHelper.java

Changeset: 408021edf22f
Author:    egahlin
Date:      2018-05-23 00:21 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/408021edf22f

8195819: Remove recording=x from jcmd JFR.check output
Reviewed-by: mgronlun

! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/AbstractDCmd.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdCheck.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java
! test/jdk/jdk/jfr/jcmd/JcmdAsserts.java
! test/jdk/jdk/jfr/jcmd/JcmdHelper.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartStopDefault.java

Changeset: 7b259287cdd2
Author:    bpb
Date:      2018-05-22 16:19 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7b259287cdd2

8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
Summary: If all other means to obtain the file length fail, fall back to FindFirstFile
Reviewed-by: igerasim, alanb

! src/java.base/windows/native/libjava/WinNTFileSystem_md.c
! test/jdk/java/io/File/WinSpecialFiles.java

Changeset: 45093fb73c6d
Author:    dl
Date:      2018-05-22 21:46 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/45093fb73c6d

8202685: Optimize ArrayList subList replaceAll
Reviewed-by: martin, psandoz, igerasim, redestad, dholmes, smarks, jrose, plevart

! src/java.base/share/classes/java/util/ArrayList.java
! test/jdk/java/util/concurrent/tck/Collection8Test.java

Changeset: 6b29ef846c5c
Author:    dl
Date:      2018-05-22 21:50 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6b29ef846c5c

8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
Reviewed-by: martin, psandoz

! src/java.base/share/classes/java/util/PriorityQueue.java
! src/java.base/share/classes/java/util/concurrent/PriorityBlockingQueue.java
! test/jdk/java/util/ArrayList/IteratorMicroBenchmark.java
! test/jdk/java/util/Collection/IteratorMicroBenchmark.java
! test/jdk/java/util/Collection/RemoveMicroBenchmark.java
! test/jdk/java/util/WeakHashMap/GCDuringIteration.java
! test/jdk/java/util/concurrent/ArrayBlockingQueue/WhiteBox.java
! test/jdk/java/util/concurrent/ConcurrentQueues/GCRetention.java
+ test/jdk/java/util/concurrent/PriorityBlockingQueue/WhiteBox.java
! test/jdk/java/util/concurrent/forkjoin/FJExceptionTableLeak.java
! test/jdk/java/util/concurrent/locks/Lock/TimedAcquireLeak.java
! test/jdk/java/util/concurrent/tck/CopyOnWriteArraySetTest.java
! test/jdk/java/util/concurrent/tck/PriorityBlockingQueueTest.java
! test/jdk/java/util/concurrent/tck/PriorityQueueTest.java
! test/jdk/java/util/concurrent/tck/VectorTest.java

Changeset: cae567ae015d
Author:    mli
Date:      2018-05-23 14:21 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cae567ae015d

8202771: Migrate Unicode character tests to JDK Repo
Reviewed-by: naoto
Contributed-by: dan.z.zhou at oracle.com

- test/jdk/java/lang/Character/Blocks.txt
+ test/jdk/java/lang/Character/CharPropTest.java
- test/jdk/java/lang/Character/CheckBlocks.java
- test/jdk/java/lang/Character/TestISOControls.java
+ test/jdk/java/lang/Character/UnicodeBlock/Blocks.txt
+ test/jdk/java/lang/Character/UnicodeBlock/CheckBlocks.java

Changeset: 10b14c9ee78d
Author:    mbaesken
Date:      2018-05-17 18:09 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/10b14c9ee78d

8203355: MITSHM define guarding missing
Reviewed-by: prr, stuefe

! src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c

Changeset: 3c6dc4b291cd
Author:    stefank
Date:      2018-05-23 09:42 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3c6dc4b291cd

8203694: Add a safepoint-aware Semaphore - part 2
Reviewed-by: dholmes, pliden

! src/hotspot/share/runtime/semaphore.hpp
! src/hotspot/share/runtime/semaphore.inline.hpp

Changeset: 48d4abe945f1
Author:    stefank
Date:      2018-05-23 09:43 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/48d4abe945f1

8203490: StringTable::dump lacks a load barrier
Reviewed-by: coleenp, pliden

! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/utilities/hashtable.cpp
! src/hotspot/share/utilities/hashtable.hpp

Changeset: 6ba3e32a9882
Author:    mgronlun
Date:      2018-05-23 15:21 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6ba3e32a9882

8203457: Add back missing full buffer notification
Reviewed-by: redestad, sjohanss

! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp
! src/hotspot/share/jfr/recorder/storage/jfrStorageControl.cpp

Changeset: ff5d0ea58d9b
Author:    neliasso
Date:      2018-03-21 16:03 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ff5d0ea58d9b

8192992: Test8007294.java failed: attempted to spill a non-spillable item
Summary: Fix bugs in schedule_late that forces load to early
Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/gcm.cpp
! src/hotspot/share/opto/phasetype.hpp
! test/hotspot/jtreg/compiler/c2/Test6843752.java

Changeset: a11c1cb542bb
Author:    mbaesken
Date:      2018-05-23 16:26 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a11c1cb542bb

8202427: Enhance os::print_memory_info on Windows
Reviewed-by: goetz, stuefe

! src/hotspot/os/windows/os_windows.cpp

Changeset: ec52b4d094c0
Author:    sherman
Date:      2018-05-23 08:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ec52b4d094c0

8200172: String.split non-positive term incorrect use
Reviewed-by: darcy, lancea

! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/util/regex/Pattern.java

Changeset: a9307f400f5a
Author:    martin
Date:      2018-05-23 10:34 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a9307f400f5a

8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman

! src/java.base/share/classes/java/util/zip/Deflater.java
! src/java.base/share/classes/java/util/zip/DeflaterOutputStream.java
! src/java.base/share/classes/java/util/zip/Inflater.java
! src/java.base/share/classes/java/util/zip/ZipConstants64.java
! src/java.base/share/classes/java/util/zip/ZipEntry.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/ZipConstants.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
! test/jdk/java/util/zip/ZipCoding.java

Changeset: a28085b5830e
Author:    erikj
Date:      2018-05-23 11:29 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a28085b5830e

8203497: Bump Jib format version to 1.2
Reviewed-by: tbell

! make/conf/jib-profiles.js

Changeset: b9c483223a91
Author:    jjg
Date:      2018-05-23 11:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b9c483223a91

8202947: Fix minor issues with taglets
Reviewed-by: ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlSerialFieldWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseConfiguration.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BaseExecutableMemberTaglet.java
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BaseInlineTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BasePropertyTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BaseTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/CodeTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/DeprecatedTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/DocRootTaglet.java
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/HiddenTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/IndexTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/InheritDocTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/InheritableTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/LiteralTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/PropertyGetterTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/PropertySetterTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ReturnTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/SeeTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/SimpleTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/SummaryTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/TagletManager.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/TagletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ThrowsTaglet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ValueTaglet.java
+ test/langtools/jdk/javadoc/doclet/testAuthor/TestAuthor.java
+ test/langtools/jdk/javadoc/doclet/testTaglets/TestTaglets.java
+ test/langtools/jdk/javadoc/doclet/testTaglets/TestTaglets.out
+ test/langtools/jdk/javadoc/doclet/testVersionTag/TestVersionTag.java
! test/langtools/jdk/javadoc/tool/CheckResourceKeys.java
! test/langtools/tools/lib/toolbox/ToolBox.java

Changeset: b4bfc263cdc6
Author:    jwilhelm
Date:      2018-05-23 21:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b4bfc263cdc6

Added tag jdk-11+15 for changeset a11c1cb542bb

! .hgtags

Changeset: 9a87afc49148
Author:    fyang
Date:      2018-05-24 07:20 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9a87afc49148

8203041: AArch64: fix overflow in immediate cmp/cmn instruction
Summary: fix overflow in immediate cmp/cmn instruction for AArch64
Reviewed-by: aph, dpochepk, drwhite
Contributed-by: joshua.zhu at arm.com

! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp

Changeset: 4fac3c99487d
Author:    mseledtsov
Date:      2018-05-23 17:09 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4fac3c99487d

8199255: [TESTBUG] Open source VM testbase default methods tests
Summary: Open sourced default method tests
Reviewed-by: ccheung, iignatyev, erikj

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/AccessibilityFlagsTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/BasicTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/ConflictingDefaultsTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/DefaultVsAbstractTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/MethodResolutionTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/ObjectMethodOverridesTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/PrivateMethodsTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/README
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/RedefineTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/StaticMethodsTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/StressTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/SuperCallTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/AccessibilityFlags_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Basic_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ConflictingDefaults_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/DefaultVsAbstract_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/MethodResolution_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/ObjectMethodOverrides_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/PrivateMethods_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Redefine_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v49_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v50_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v51_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/StaticMethods_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/Stress_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_none_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_strict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_sync_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_direct_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_direct_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_invoke_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_invoke_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_reflect_noredefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios/SuperCall_v52_syncstrict_reflect_redefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/BuildJar.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/ClassFileGenerator.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/Constants.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/DefMethTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/DefMethTestFailure.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/ExecutionMode.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/MemoryClassLoader.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/Printer.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/TestContext.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/Util.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/annotation/Crash.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/annotation/KnownFailure.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/annotation/NotApplicableFor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/annotation/NotTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/AccessFlag.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/Builder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/ClassBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/ClassMethodBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/ConcreteClassBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/InterfaceBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/MethodBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/MethodType.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/TestBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/TestBuilderFactory.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/TestExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/builder/TesterBuilder.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/AbstractVisitor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/Clazz.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ClazzImpl.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ClazzLazyAdapter.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ConcreteClass.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ConcreteClassImpl.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ConcreteClassLazyAdapter.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/Element.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/Interface.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/InterfaceImpl.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/InterfaceLazyAdapter.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/ParamValueExtractor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/Tester.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/Visitor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/AbstractMethod.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/ConcreteMethod.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/DefaultMethod.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/Method.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/CallMethod.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/EmptyBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/MethodBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/ReturnIntBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/ReturnNewInstanceBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/ReturnNullBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/body/ThrowExBody.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/DoubleParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/FloatParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/IntParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/LongParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/NewInstanceParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/NullParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/Param.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/param/StringParam.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/result/IntResult.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/result/Result.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/result/ResultIgnore.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/data/method/result/ThrowExResult.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/executor/AbstractReflectionTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/executor/GeneratedTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/executor/MHInvokeWithArgsTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/executor/ReflectionTest.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/executor/TestExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/libredefineClasses.c
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/redefineClasses.c
+ test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/retransform.mf

Changeset: 317a8688db78
Author:    valeriep
Date:      2018-05-24 00:37 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/317a8688db78

8194630: Uninitialized initiator_address in native GSS
Summary: Zeroized the initiator/acceptor_address in gss_channel_bindings_t
Reviewed-by: valeriep
Contributed-by: Jan Kalina <jkalina at redhat.com>

! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c

Changeset: 5e7174bf1259
Author:    jjiang
Date:      2018-05-23 18:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5e7174bf1259

8203686: Add JDK 11 major version to javax/net/ssl/compatibility/JdkRelease.java
Summary: javax/net/ssl/compatibility/JdkRelease.java adds major version JDK 11
Reviewed-by: xuelei

! test/jdk/javax/net/ssl/compatibility/JdkRelease.java

Changeset: b2a93f8a6aa9
Author:    dholmes
Date:      2018-05-24 01:04 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b2a93f8a6aa9

8203769: ProblemList test/jdk/java/util/Map/InPlaceOpsCollisions.java
Reviewed-by: stuefe

! test/jdk/ProblemList.txt

Changeset: e91322fc41c5
Author:    pmuthuswamy
Date:      2018-05-24 13:34 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e91322fc41c5

8188248: NullPointerException on generic methods
Reviewed-by: ksrini, jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java
+ test/langtools/jdk/javadoc/doclet/testGenericMethodLinkTaglet/TestGenericMethodLinkTaglet.java

Changeset: c0475f9c1c45
Author:    roland
Date:      2018-05-24 09:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c0475f9c1c45

8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
Reviewed-by: neliasso, kvn

! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopstripmining/UnexpectedPinnedNodeInOuterLoop.java

Changeset: 5715962c8831
Author:    pmuthuswamy
Date:      2018-05-24 14:35 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5715962c8831

8199307: NPE in jdk.javadoc.internal.doclets.toolkit.util.Utils.getLineNumber
Reviewed-by: ksrini, jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
+ test/langtools/jdk/javadoc/doclet/testSerializedFormWithClassFile/TestSerializedFormWithClassFile.java

Changeset: 04f9bb270ab8
Author:    mcimadamore
Date:      2018-05-24 11:13 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/04f9bb270ab8

8203488: Remove error generation from TransTypes
Summary: Bridge clash errors should noty be reported in TransTypes (as they are already reported in the frontend); cleanup polysig call code.
Reviewed-by: vromero, cushon, forax

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/javac/8013179/T8013179.java
+ test/langtools/tools/javac/8013179/T8013179.out
+ test/langtools/tools/javac/8133247/T8133247.java
+ test/langtools/tools/javac/8133247/p/A.java
+ test/langtools/tools/javac/8133247/p/B.java
+ test/langtools/tools/javac/8133247/p/I.java
! test/langtools/tools/javac/diags/examples/MethodInvokedWithWrongNumberOfArgs.java

Changeset: dc01f2104e46
Author:    egahlin
Date:      2018-05-24 15:46 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dc01f2104e46

8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
Reviewed-by: mgronlun

! test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
! test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java

Changeset: c3c6cae9d480
Author:    chegar
Date:      2018-05-24 15:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c3c6cae9d480

8203297: java/net/URL/OpenStream.java fails intermittently
Reviewed-by: alanb, dfuchs

! test/jdk/java/net/URL/OpenStream.java

Changeset: 7a7285477153
Author:    pmuthuswamy
Date:      2018-05-24 20:34 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7a7285477153

8196913: javadoc does not (over)write stylesheet.css
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
+ test/langtools/jdk/javadoc/doclet/testStylesheetOverwrite/TestStylesheetOverwrite.java

Changeset: 61657d4a99e5
Author:    ccheung
Date:      2018-05-24 09:15 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/61657d4a99e5

8203354: assert in ClassLoader::update_module_path_entry_list() could have incorrect message
Summary: Converting the assert in ClassLoader::update_module_path_entry_list() to a meaningful error message before aborting the CDS dump.
Reviewed-by: stuefe, iklam

! src/hotspot/share/classfile/classLoader.cpp
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/MainModuleOnly.java

Changeset: 18bd8eb3989f
Author:    hseigel
Date:      2018-05-24 13:04 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/18bd8eb3989f

8203183: vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java times out
Summary: Limit the heap size so the OOM happens sooner.
Reviewed-by: kbarrett, coleenp

! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java

Changeset: c29627b3ba73
Author:    hseigel
Date:      2018-05-24 13:06 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c29627b3ba73

Merge


Changeset: 81d3a2c11535
Author:    coleenp
Date:      2018-05-24 14:02 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/81d3a2c11535

8203225: Fix of redefining a method that removes 1 or more lambda expressions failed to commit test cases
Reviewed-by: zgu, lfoltan

+ test/hotspot/jtreg/runtime/RedefineTests/RedefineAddLambdaExpression.java
+ test/hotspot/jtreg/runtime/RedefineTests/RedefineSubtractLambdaExpression.java

Changeset: 25f93c5406bf
Author:    bpb
Date:      2018-05-24 12:29 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/25f93c5406bf

8203766: Add some instrumentation to jdk/java/nio/channels/Selector/RacyDeregister.java
Reviewed-by: alanb

! test/jdk/java/nio/channels/Selector/RacyDeregister.java

Changeset: 01d27ae7a84e
Author:    rhalade
Date:      2018-05-24 13:26 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/01d27ae7a84e

8191844: Remove SECOM root (secomevrootca1)
Reviewed-by: mullan

! src/java.base/share/lib/security/cacerts
! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: 46c67f5e27c2
Author:    iignatyev
Date:      2018-05-24 17:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/46c67f5e27c2

8199383: [TESTBUG] Open source VM testbase JVMTI tests
Reviewed-by: sspitsyn, erikj

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/libaddcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/libaddcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/libaddcaps003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch001/newclass/bootclssearch001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002/loadclass/bootclssearch002p.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002/newclass/bootclssearch002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002p.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch003/loadclass/bootclssearch003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch003/newclass/bootclssearch003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004/newclass01/bootclssearch004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004/newclass02/bootclssearch004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch001/newclass/systemclssearch001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch002/newclass/systemclssearch002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch002p.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch003/newclass01/systemclssearch003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch003/newclass02/systemclssearch003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/libagentonload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/libagentonload002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/libagentonload003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/libagentonunload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.sh
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/liballoc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach001/attach001TestRunner.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/libattach002Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/newclass00/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aTarget.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/libattach002aAgent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/newclass00/java.base/java/lang/InterruptedException.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach004/attach004.policy
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach004/attach004Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach004/attach004Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/libattach008Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/libattach009Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach010/attach010Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach010/attach010Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/libattach012Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach013/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/libattach014Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/ClassToLoad1.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/ClassToLoad2.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/libattach015Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/libattach015Agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/libattach015Target.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/libattach020Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/libattach021Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/libattach022Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/attach024Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/attach024Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/ServiceConfigurationError.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/ClassToRedefine01.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/ClassToRedefine02.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/attach030Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/attach030Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/attach030Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/newclass00/ClassToRedefine01.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach030/newclass00/ClassToRedefine02.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach031/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach031/attach031Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach031/attach031Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach034/AgentParent.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach034/AgentParent.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach034/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach034/attach034Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach034/attach034Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach036/attach036Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach036/attach036Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach036/attach036TestRunner.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/libattach037Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/libattach038Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/libattach039Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/libattach040Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/libattach041Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/libattach042Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach043/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/ClassToLoad.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/libattach045Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/libattach045Agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/libattach045Agent02.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/libattach045Agent03.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/libattach046Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/newclass00/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/newclass01/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/newclass02/ClassToRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050TestRunner.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/libattach050Agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/libsimpleAgent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/breakpoint001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/libbreakpoint001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/libclassfloadhk001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/libclassfloadhk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/libclassfloadhk003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/loadclass/classfloadhk003r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/libclassfloadhk004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/newclass/classfloadhk004r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/libclassfloadhk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/loadclass/classfloadhk005r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/newclass/classfloadhk005r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/libclassfloadhk006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/newclass/classfloadhk006r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/libclassfloadhk007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/loadclass/classfloadhk007r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/newclass/classfloadhk007r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/libclassfloadhk008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/newclass/classfloadhk008r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/newclass01/classfloadhk008r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/libclassfloadhk009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/loadclass/classfloadhk009r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/newclass/classfloadhk009r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/newclass01/classfloadhk009r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassLoad/classload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassLoad/classload001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassLoad/classload001/classload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassLoad/classload001/libclassload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassPrepare/classprep001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassPrepare/classprep001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassPrepare/classprep001/classprep001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassPrepare/classprep001/libclassprep001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/libclrbrk001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/libclrbrk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/libclrbrk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/libclrfldw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/libclrfldw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/libclrfmodw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/libclrfmodw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/libcompmethload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/libcompmethunload001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/loadclass/compmethunload001u.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/libcrrawmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/libcrrawmon002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/libdatadumpreq001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/libdealloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/libdrrawmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/libdrrawmon003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/libdrrawmon004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/libdisposeenv001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/libdisposeenv002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/libdyncodgen001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001/exception001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001/exception001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001/libexception001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/excatch001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/excatch001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/libexcatch001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001/fieldacc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001/fieldacc001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001/libfieldacc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc002/fieldacc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc002/libfieldacc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/fieldacc003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/libfieldacc003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc004/fieldacc004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc004/libfieldacc004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001/fieldmod001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001/fieldmod001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001/libfieldmod001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod002/fieldmod002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod002/libfieldmod002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/EarlyReturnThread001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/libForceEarlyReturn001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/libforcegc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/libforcegc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001/framepop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001/framepop001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001/libframepop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop002/framepop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop002/libframepop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/libgcfinish001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/libgcstart001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/libgcstart002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/libgenevents001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001/allthr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001/liballthr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr002/allthr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr002/liballthr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/libargsize001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/libargsize002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/libgetavailproc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/libbytecodes001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/libbytecodes002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/libbytecodes003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/libgetcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/libgetcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/libgetclfld005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/libgetclfld006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/libgetclfld007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/libgetclsldr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/libgetclsldr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/libgetclsldr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/libclsldrclss001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/libclsldrclss002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/libgetclmthd005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/libgetclmthd006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/libgetclmthd007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/libgetclmdf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/libgetclmdf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/libgetclmdf006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006e.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/libgetclmdf007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/libgetclsig004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/libgetclsig005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/libgetclsig006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/libgetclstat005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/libgetclstat006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/libgetclstat007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon001/contmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon001/libcontmon001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon002/contmon002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon002/libcontmon002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon003/contmon003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentContendedMonitor/contmon003/libcontmon003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/libcurthrcputime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/libcurthrtimerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/libGetEnv001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/libgetenvstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/libgeterrname001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/libgeterrname002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/libextevents001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/libextfuncs001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/libgetfldecl001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/libgetfldecl002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/libgetfldecl004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/libgetfldmdf003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/libgetfldmdf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/libgetfldnm003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/libgetfldnm004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/libgetfldnm005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt001/framecnt001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt001/libframecnt001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt002/framecnt002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt002/libframecnt002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt003/framecnt003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameCount/framecnt003/libframecnt003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc001/frameloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc001/frameloc001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc001/libframeloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc002/frameloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc002/libframeloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc003/frameloc003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/frameloc003/libframeloc003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/libgetintrf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/libgetintrf006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/libgetintrf007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/libgetjlocfmt001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/libgetjlocfmt002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/libgetjniftab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/libgetjniftab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/liblinetab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/liblinetab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/liblinetab003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/libloadedclss001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/libloadedclss002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/libgetlocal001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/libgetlocal002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/liblocaltab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.jcod
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/liblocaltab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/liblocaltab003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/liblocaltab004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/liblocaltab005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/libmaxloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/libmaxloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/libdeclcls001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/libdeclcls002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/libdeclcls003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/libmethloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/methloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/libmethloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/libmethmod001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/libmethmod002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/libmethname001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/libmethname002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/libmethname003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/libobjhashcode001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.c
+ 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/libobjmonusage001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/libobjmonusage002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.c
+ 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.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/libobjmonusage004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/libobjmonusage005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/libobjmonusage006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/libobjsize001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/libobjwithtags001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/libownmoninf001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/libownmoninf002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/libownmoninf003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/libgetphase001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/libgetphase002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/libgetpotcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/libsrcdebugex001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/libsrcdebugex002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/libsrcdebugex003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.jcod
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/libgetsrcfn004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/libgetsrcfn005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/libgetsrcfn006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006c.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/getstacktr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/libgetstacktr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr002/getstacktr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr002/libgetstacktr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr003/getstacktr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr003/libgetstacktr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr004/getstacktr004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr004/libgetstacktr004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr005/getstacktr005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr005/libgetstacktr005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr006/getstacktr006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr006/libgetstacktr006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr007/getstacktr007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr007/libgetstacktr007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr008/getstacktr008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr008/libgetstacktr008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr009/getstacktr009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr009/libgetstacktr009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/libgetsysprops001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/libgetsysprops002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/libgetsysprop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/libgetsysprop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/libgettag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/libthrcputime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/libthrcputime002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/libthrtimerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/libgetthrdgrpchld001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/libthrgrpinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/libthrgrpinfo002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/libthrinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/thrinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo002/libthrinfo002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo002/thrinfo002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/libgetthrdstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat001/libthrstat001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat001/thrstat001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat002/libthrstat002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat002/thrstat002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat003/libthrstat003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat003/thrstat003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat004/libthrstat004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat004/thrstat004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat005/libthrstat005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat005/thrstat005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/libgettime001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/libtimerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/libtopthrgrp001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/libtopthrgrp002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/libgetvern001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/libintrpthrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/libintrpthrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/libintrpthrd003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/libisarray004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/libisarray005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/libisfldsin002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003a.jcod
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/libisfldsin003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/libisintrf004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/libisintrf005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/libisnative001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/libisnative002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/libisobsolete001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/newclass/isobsolete001r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001a.jcod
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/libIsMethodSyntheticIssynth001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/libissynth002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/libiterheap001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/libiterheap002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/libiterheap003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/libiterheap004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/libiterheap005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/libiterheap006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/libiterheap007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/libiterinstcls001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/libiterinstcls002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/libiterinstcls003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/libiterinstcls004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/libiterinstcls005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/libiterinstcls006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/libiterinstcls007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/libiterobjreachobj001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/libiterobjreachobj002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/libiterobjreachobj003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/libiterobjreachobj004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/libiterobjreachobj005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/libiterreachobj001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/libiterreachobj002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/libiterreachobj003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/libiterreachobj004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/libiterreachobj005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/libAbort.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/libCallbacks.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/libConcreteKlassFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete_klass_filter/ConcreteKlassFilter.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-class-tagged/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-class-untagged/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/libHeapFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-untagged/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter_tagged/HeapFilter.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/libNonConcreteKlassFilter.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non_concrete_klass_filter/NonConcreteKlassFilter.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry001/libmentry001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry001/mentry001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry002/libmentry002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry002/mentry002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001/libmexit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001/mexit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001/mexit001a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002/libmexit002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002/mexit002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002/mexit002a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/libmcontenter001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/mcontenter001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/mcontentered001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/mcontentered001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/mcontentered001/libmcontentered001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/mcontentered001/mcontentered001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWait/monitorwait001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWait/monitorwait001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWait/monitorwait001/libmonitorwait001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWait/monitorwait001/monitorwait001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWaited/monitorwaited001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWaited/monitorwaited001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWaited/monitorwaited001/libmonitorwaited001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWaited/monitorwaited001/monitorwaited001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeLibraryCopier.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind001/libnativemethbind001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind001/nativemethbind001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind002/libnativemethbind002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind002/nativemethbind002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind003/libnativemethbind003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind003/nativemethbind003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind004/libnativemethbind004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind004/nativemethbind004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/libnframepop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/libnframepop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/libnframepop003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/libobjfree001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/loadclass/objfree001u.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/libobjfree002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/libpopframe001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/libpopframe002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/libpopframe003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003p.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/libpopframe004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/libpopframe005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/libpopframe006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/libpopframe007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/libpopframe008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/libpopframe009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/libpopframe010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/libpopframe011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/librawmonenter001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/librawmonenter002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/librawmonenter003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/librawmonenter004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/librawmonexit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/librawmonexit002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/librawmonexit003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/librawmonexit005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/librawmnntfy001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/librawmnntfy002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/librawmnntfy003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/librawmnntfy004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/librawmnntfyall001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/librawmnntfyall002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/librawmnntfyall003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/librawmnntfyall004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/librawmnwait001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/librawmnwait002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/librawmnwait003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/librawmnwait004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/librawmnwait005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/GenerateSourceHelper.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/libstressRedefine.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/libredefclass001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/newclass/redefclass001r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/libredefclass002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/newclass/redefclass002r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/libredefclass003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/newclass/redefclass003r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/libredefclass004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/newclass/redefclass004r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/libredefclass005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/libredefclass006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/libredefclass008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/newclass/redefclass008r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/libredefclass009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/newclass_g/redefclass009r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/libredefclass010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/newclass/redefclass010r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/libredefclass011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/libredefclass012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/libredefclass013.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/libredefclass014.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/newclass/redefclass014.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/libredefclass015.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/newclass/redefclass015a.jasm
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/libredefclass016.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/libredefclass017.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/newclass/redefclass017a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/libredefclass018.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/newclass/redefclass018a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/libredefclass019.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/newclass_g/redefclass019a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/libredefclass020.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/newclass/redefclass020a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/libredefclass021.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/newclass/redefclass021a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/libredefclass022.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/newclass/redefclass022a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/libredefclass023.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/newclass/redefclass023a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/libredefclass024.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/newclass/redefclass024a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/libredefclass025.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/newclass/redefclass025a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/libredefclass026.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/newclass/redefclass026b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/libredefclass027.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/libredefclass028.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/newclass/redefclass028.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/libredefclass029.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/newclass/redefclass029.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/libredefclass030.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/newclass/redefclass030.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/libredefclass031.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/librelcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/librelcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/Helper.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/libresexhausted.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted004/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/libresumethrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/libresumethrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/libresumethrdlst001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/libresumethrdlst002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/libretransform002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/libretransform003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/libretransform004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/libagentthr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/libagentthr002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/libagentthr003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/libsetbrk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/libsetbrk003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/libsetbrk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/libsetbrk007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/libsetbrk008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/libsetenvstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/libsetenvstor002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/libsetenvstor003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/libsetevntcallb001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/libsetevntcallb002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/libsetevntcallb003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/libsetnotif001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/libsetextevent001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/libsetfldw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/libsetfldw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/libsetfldw003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/libsetfldw004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/libsetfldw005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/libsetfldw006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/libsetfmodw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/libsetfmodw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/libsetfmodw003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/libsetfmodw004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/libsetfmodw005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/libsetfmodw006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/libsetjniftab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/libsetjniftab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/libsetlocal001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/libsetlocal002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/libsetlocal003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/libsetlocal004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/Binder.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/libSetNativeMethodPrefix001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002Main.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/libSetNativeMethodPrefix002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/libSetNativeMethodPrefix002Main.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/libsetsysprop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/libsetsysprop003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/libsettag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/libsetthrdstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/libsetthrdstor002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/libsetthrdstor003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/libsetvrbflag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/libsetvrbflag002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep001/libsinglestep001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep001/singlestep001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep002/libsinglestep002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep002/singlestep002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep003/libsinglestep003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep003/singlestep003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/libstopthrd006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/libstopthrd007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/libsuspendthrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/libsuspendthrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/libsuspendthrd003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/libsuspendthrdlst001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/libsuspendthrdlst002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend001/libthreadend001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend001/threadend001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend002/libthreadend002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend002/threadend002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart001/libthreadstart001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart001/threadstart001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/libthreadstart002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/threadstart002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart003/libthreadstart003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart003/threadstart003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/libvmdeath001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/libvminit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMObjectAlloc/vmobjalloc001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMObjectAlloc/vmobjalloc001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMObjectAlloc/vmobjalloc001/libvmobjalloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMObjectAlloc/vmobjalloc001/vmobjalloc001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/libap01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/libap02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/libap03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/libap04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/libap04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/libap04t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/libap05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/libap05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/libap06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/libap07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/libap07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/libap09t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/libap10t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/libap11t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/libap12t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/libbi01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/loadclass/bi01t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/newclass/bi01t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/libbi01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/loadclass/bi01t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/newclass01/bi01t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/newclass02/bi01t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/libbi02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/newclass/bi02t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/libbi02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/newclass/bi02t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/libbi03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/newclass/bi03t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/libbi03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/newclass/bi03t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/libbi04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/newclass02/java.base/java/lang/Object.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/libcm01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/libcm01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/libcm01t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/libcm01t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/libcm01t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/libcm01t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/libcm01t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/libcm01t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/libcm01t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/libcm01t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/libcm01t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/libcm01t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/libcm01t013.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/libcm01t014.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/libcm01t015.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/libcm01t016.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/libcm01t017.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/libcm01t018.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/libcm01t019.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/libcm01t020.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/libcm01t021.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/libcm02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/libcm03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/libtc01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/libtc02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/libtc03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/libtc03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/libtc04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/libtc05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/libem01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/loadclass/em01t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/libem01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/loadclass/em01t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/libem02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/libem02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/libem02t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/loadclass/em02t003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/libem02t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/libem02t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/loadclass/em02t005a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/libem02t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/libem02t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/libem02t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/libem02t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/libem02t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/libem02t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/libem02t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/libem04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/libem05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/libem05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/libem06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/loadclass/em06t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/libem07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/libem07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/loadclass/em07t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/libex03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/loadclass/ex03t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/loadclass/ex03t001b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/libgf01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/libgf04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/newclass/gf04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/libgf06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/libgf08t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/libgf08t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/libgf08t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS101/hs101t008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/libhs103t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/libhs104t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/libhs104t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/libhs201t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/newclass/hs201t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/newclass01/hs201t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/newclass02/hs201t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/newclass03/hs201t001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TEST.properties
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/libhs201t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/newclass/hs201t002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/libhs201t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/newclass/hs201t003r.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/MyObject.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/libhs202t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/newclass00/MyObject.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/libhs202t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/libhs203t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/libhs203t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/libhs203t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/libhs203t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001R.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/libhs204t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass00/hs204t001R.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass01/hs204t001R.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass02/hs204t001R.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass03/hs204t001R.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.h
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/libhs204t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/libhs204t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/newclass00/MyThread.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/MyClassLoader.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/TempClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/libhs204t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/newclass00/MyClassLoader.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/libhs301t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/libhs301t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/libhs301t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/libhs301t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/libhs301t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/libhs302t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/libhs302t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/libhs302t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/libhs302t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/libhs302t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/libhs302t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/libhs302t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/libhs302t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/libhs302t009.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/libhs302t010.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/libhs302t011.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/libhs302t012.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/newclass00/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012r/MyClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/libji01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/libji03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/libji03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/libji03t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/libji03t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/libji05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/libji06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/libma01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/libma01t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/TestDriver.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/libma02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/libma02t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/libma03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/libma03t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/libma04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/libma04t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/libma04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/libma04t002a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/libma04t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/libma04t003a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/libma05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/libma05t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/libma06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/libma06t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/libma07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/libma07t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/libma08t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/libma08t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/libma10t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/libma10t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/libma10t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/libma10t002a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/libma10t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/libma10t003a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/libma10t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/libma10t004a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/libma10t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/libma10t005a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/libma10t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/libma10t006a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/libma10t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/libma10t007a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/libma10t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/libma10t008a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/libsp01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/libsp01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/libsp01t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/libsp02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/libsp02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/libsp02t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/libsp03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/libsp03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/libsp04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/libsp04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/libsp05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/libsp05t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/libsp06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/libsp06t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/libsp06t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/libsp07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/libsp07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/FollowRefObjects.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/libfollowref001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/libfollowref002.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/libfollowref003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/libfollowref004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/libfollowref005.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/libfollowref006.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/libearlyretbase.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/libearlyretfp.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/libearlyretint.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/libearlyretlong.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/libearlyretobj.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/libearlyretstr.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/libearlyretvoid.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/libgetallstktr001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/libgetcpool001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/liblinetab004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/libgetlocal003.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/libgetlocal004.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/libIsSyntheticIssynth001.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/libMethodBind.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/libOnUnload.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/libStackTrace.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/libagentthr.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/libclsldrclss00x.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/libredefineCFLH.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/newclass/JvmtiTestr.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTestr.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/extmech.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/libextmech.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/libAddToBootstrapClassLoaderSearch.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/newclass/Boot.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/libDispose.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/gc.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/libgc.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/libenvironment.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/libnosuspendMonitorInfo.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/libnosuspendStackTrace.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/librawmonitor.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/BasicIterationTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/BasicIterationTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/BasicTagTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/BasicTagTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/GetWithTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/GetWithTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/HeapWalkTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/HeapWalkTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ObjectFreeTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ObjectFreeTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ObjectSizeTests.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ObjectSizeTests/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/libheapref.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/librefignore.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/libsetNullVMInit.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.c
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/libtimers.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/libbootclssearch_agent.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/libsystemclssearch_agent.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/ArgumentHandler.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/DebugeeClass.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/GetConstantPool/Methods.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITest.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/ProfileCollector.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/README
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RedefineAgent.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class1.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class10.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class2.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class3.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class4.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class5.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class6.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class7.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class8.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/RetransformClasses/LinearHierarchy/Class9.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/ThreadState.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/attach/loader/CLEventHelper.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/attach/loader/EventObject.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/libHotSwap.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.c
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/libHeap.c

Changeset: 3fd701692627
Author:    jcm
Date:      2018-05-24 22:21 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3fd701692627

8184030: TestUseRTMLockingOptionOnUnsupportedVM - RTM locking optimization not supported is missing
Summary: corrected the rtm unsupported error message for emulated client.
Reviewed-by: thartmann, gromero

! src/hotspot/cpu/x86/vm_version_x86.cpp

Changeset: 131a631b271a
Author:    thartmann
Date:      2018-05-25 09:05 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/131a631b271a

8202949: C2: assert(false) failed: Bad graph detected in build_loop_late
Summary: Fixed trip count computation for counted loop with negative stride to prevent over-unrolling.
Reviewed-by: roland

! src/hotspot/share/opto/loopTransform.cpp
! test/hotspot/jtreg/compiler/loopopts/TestOverunrolling.java

Changeset: 42165815ee40
Author:    sspitsyn
Date:      2018-05-25 00:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/42165815ee40

8203816: add tests failed because of 8203174 to the ProblemList-graal
Summary: add tests to the ProblemList-graal.txt
Reviewed-by: dholmes

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 28ac7708af52
Author:    sspitsyn
Date:      2018-05-25 00:26 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/28ac7708af52

8203815: add tests failed because of 8203809 to the ProblemList-graal
Summary: add tests to the ProblemList-graal.txt
Reviewed-by: dholmes

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 6cd6af149326
Author:    ihse
Date:      2018-05-25 09:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6cd6af149326

8203366: Tag added wrongly in Docs.gmk
Reviewed-by: jjg, erikj

! make/Docs.gmk

Changeset: 8090a68b6af5
Author:    ihse
Date:      2018-05-25 10:14 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8090a68b6af5

8203221: Makefile fixes after Flight Recorder
Reviewed-by: erikj

! make/autoconf/basics.m4
! make/autoconf/hotspot.m4
! make/hotspot/gensrc/GensrcJfr.gmk
+ make/src/classes/build/tools/jfr/GenerateJfrFiles.java
- src/hotspot/share/jfr/metadata/GenerateJfrFiles.java

Changeset: 1582de22e3a1
Author:    ihse
Date:      2018-05-25 11:51 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1582de22e3a1

8198323: testing.md not updated for repository layout change
Reviewed-by: ehelin, erikj

! doc/building.html
! doc/building.md
! doc/testing.html
! doc/testing.md

Changeset: 5f4f5b52ee39
Author:    sballal
Date:      2018-05-25 15:34 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5f4f5b52ee39

8203689: Add failure code to threaddb exception messages`
Reviewed-by: sspitsyn, cjplummer

! src/jdk.hotspot.agent/solaris/native/libsaproc/saproc.cpp

Changeset: d8327f838b88
Author:    bpb
Date:      2018-05-25 07:22 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d8327f838b88

8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra")
Summary: Reinstate actual running of tests for macOS version >= 10.13.
Reviewed-by: alanb

! test/jdk/java/io/FileOutputStream/AtomicAppend.java
! test/jdk/java/nio/channels/FileChannel/AtomicAppend.java

Changeset: cc2b36619704
Author:    adinn
Date:      2018-05-23 15:57 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cc2b36619704

8203699: java/lang/invoke/SpecialInterfaceCall fails with SIGILL on aarch64
Summary: fastdebug build fails with SIGILL
Reviewed-by: shade, drwhite, aph

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp

Changeset: 697b49a04e19
Author:    rriggs
Date:      2018-05-25 13:29 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/697b49a04e19

8203368: ObjectInputStream filterCheck method throws NullPointerException
Reviewed-by: bpb, smarks

! src/java.base/share/classes/java/io/ObjectInputStream.java
+ test/jdk/java/io/Serializable/serialFilter/CheckArrayTest.java

Changeset: dd2867f9e671
Author:    smarks
Date:      2018-05-25 11:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dd2867f9e671

8201518: add test for randomized iteration order of unmodifiable Set and Map
Reviewed-by: plevart

+ test/jdk/java/util/Collection/RandomizedIteration.java

Changeset: 737a17045ffe
Author:    erikj
Date:      2018-05-25 20:47 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/737a17045ffe

8203795: Change default compiler on Windows to VS2017
Reviewed-by: ihse, prr

! make/autoconf/toolchain_windows.m4
! make/conf/jib-profiles.js
! make/test/JtregNativeHotspot.gmk

Changeset: 33a890c972c3
Author:    rhalade
Date:      2018-05-25 11:59 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/33a890c972c3

8203793: cacerts/VerifyCACerts.java fails with java.lang.Exception: At least one cacert test failed
Summary: Added equifaxsecureca to EXPIRY_EXC_ENTRIES list
Reviewed-by: redestad

! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: 69204b98dc3d
Author:    igerasim
Date:      2018-05-25 12:44 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/69204b98dc3d

8203369: Check for both EAGAIN and EWOULDBLOCK error codes
Reviewed-by: alanb

! src/java.base/linux/classes/sun/nio/fs/LinuxWatchService.java
! src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template
! src/java.base/unix/native/libnet/PlainSocketImpl.c
! src/java.base/unix/native/libnio/ch/DatagramChannelImpl.c
! src/java.base/unix/native/libnio/ch/IOUtil.c
! src/java.base/unix/native/libnio/ch/ServerSocketChannelImpl.c
! src/jdk.sctp/unix/native/libsctp/SctpChannelImpl.c

Changeset: 6a5a8ed5e475
Author:    epavlova
Date:      2018-05-25 14:10 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6a5a8ed5e475

8200266: [Graal] Update ProblemList-graal.txt files
Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList-graal.txt
! test/jdk/ProblemList-graal.txt

Changeset: f84ae8aa5d88
Author:    kbarrett
Date:      2018-05-26 03:11 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f84ae8aa5d88

8203028: Simplify reference processing in light of JDK-8175797
Summary: Removed special handling of Reference.next
Reviewed-by: tschatzl, sjohanss, mchung

! src/hotspot/share/gc/parallel/psCompactionManager.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psPromotionManager.cpp
! src/hotspot/share/gc/shared/referenceProcessor.cpp
! src/hotspot/share/gc/shared/referenceProcessor.hpp
! src/hotspot/share/oops/instanceRefKlass.cpp
! src/hotspot/share/oops/instanceRefKlass.inline.hpp
! src/java.base/share/classes/java/lang/ref/Reference.java
! src/java.base/share/classes/java/lang/ref/ReferenceQueue.java

Changeset: a8e77041c69f
Author:    sdama
Date:      2018-05-27 12:00 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a8e77041c69f

8202178: type.getKind() for var is None instead of Error
Summary: make sure var kind != None for instance variables without initialization
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/MemberEnter.java
+ test/langtools/tools/javac/types/VarInstanceMemberTest.java

Changeset: 197ee9d8e228
Author:    shade
Date:      2018-05-28 09:05 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/197ee9d8e228

8203628: Optimize (masked) byte memory comparisons on x86
Reviewed-by: adinn, vlivanov, jrose

! src/hotspot/cpu/x86/x86_64.ad

Changeset: 5aaf3a471172
Author:    pliden
Date:      2018-05-28 09:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5aaf3a471172

8203817: Monitor::try_lock() should not call check_prelock_state()
Reviewed-by: dholmes, eosterlund, rehn

! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/mutex.hpp

Changeset: bc1336220671
Author:    tschatzl
Date:      2018-05-28 11:13 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bc1336220671

8202842: G1 footprint regressions in jdk11+10
Summary: Lazily initialize G1FromCardCache to save on startup footprint if AlwaysPretouch is disabled.
Reviewed-by: sjohanss, redestad

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1FromCardCache.cpp
! src/hotspot/share/gc/g1/g1FromCardCache.hpp
! src/hotspot/share/gc/g1/g1RegionMarkStatsCache.cpp
! src/hotspot/share/memory/padded.hpp
! src/hotspot/share/memory/padded.inline.hpp

Changeset: 4887e76f2493
Author:    rpatil
Date:      2018-05-28 03:04 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4887e76f2493

8203233: (tz) Upgrade time-zone data to tzdata2018e
Reviewed-by: martin, naoto

! make/data/tzdata/VERSION
! make/data/tzdata/africa
! make/data/tzdata/asia
! make/data/tzdata/australasia
! make/data/tzdata/europe
! test/jdk/sun/util/calendar/zi/tzdata/VERSION
! test/jdk/sun/util/calendar/zi/tzdata/africa
! test/jdk/sun/util/calendar/zi/tzdata/asia
! test/jdk/sun/util/calendar/zi/tzdata/australasia
! test/jdk/sun/util/calendar/zi/tzdata/europe

Changeset: 2f9811d99ba8
Author:    tschatzl
Date:      2018-05-28 12:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2f9811d99ba8

8203262: Incorrect cmpxchg usage in MetaspaceGC::inc_capacity_until_GC
Reviewed-by: pliden, shade

! src/hotspot/share/memory/metaspace.cpp

Changeset: 274b2806c34c
Author:    tschatzl
Date:      2018-05-28 12:11 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/274b2806c34c

Merge


Changeset: 5b6bdc59f8cc
Author:    jlahoda
Date:      2018-05-29 10:53 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5b6bdc59f8cc

8202832: cycle detection depends on ordering of requires directives
Summary: Ensuring cyclic dependencies among modules produce a compile-time error.
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java
! test/langtools/tools/javac/modules/ModuleInfoTest.java

Changeset: cbc4fca9171e
Author:    stuefe
Date:      2018-05-29 12:52 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cbc4fca9171e

8203865: Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
Reviewed-by: dholmes, zgu

! src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp
! src/hotspot/share/memory/metaspace/virtualSpaceNode.hpp

Changeset: 64c880300d9b
Author:    jlahoda
Date:      2018-05-29 13:17 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/64c880300d9b

8193717: Import resolution performance regression in JDK 9
Summary: Avoiding iteration through all sub-scopes of single import scope when looking up by name by only using those that may contain the given name.
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacScope.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTrees.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/langtools/tools/javac/importscope/T8193717.java
! test/langtools/tools/javac/lib/DPrinter.java

Changeset: 3831655869bc
Author:    pliden
Date:      2018-05-29 13:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3831655869bc

8203885: ConcurrentLocksDump::dump_at_safepoint() should not allocate array in resource area
Reviewed-by: dholmes, stuefe, kbarrett

! src/hotspot/share/services/threadService.cpp

Changeset: 0195ee80e530
Author:    gziemski
Date:      2018-05-29 11:04 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0195ee80e530

8133564: Runtime - 2nd followup to Validate JVM Command-Line Flag Arguments
Summary: Moved print function into JVMFlag, cleaned up include headers.
Reviewed-by: coleenp, hseigel

! src/hotspot/share/gc/cms/jvmFlagConstraintsCMS.cpp
! src/hotspot/share/gc/g1/jvmFlagConstraintsG1.cpp
! src/hotspot/share/gc/parallel/jvmFlagConstraintsParallel.cpp
! src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp
! src/hotspot/share/runtime/flags/jvmFlag.cpp
! src/hotspot/share/runtime/flags/jvmFlag.hpp
! src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp
! src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.cpp
! src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp
! src/hotspot/share/runtime/flags/jvmFlagRangeList.hpp
! src/hotspot/share/runtime/globals.cpp

Changeset: b4fc0f620f7f
Author:    jlahoda
Date:      2018-05-29 18:09 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b4fc0f620f7f

8203926: Problem list test/langtools/tools/javac/importscope/T8193717.java
Reviewed-by: mcimadamore

! test/langtools/ProblemList.txt

Changeset: be93f2c7d44a
Author:    vromero
Date:      2018-05-29 09:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/be93f2c7d44a

8203892: Target interface added as marker interface in calls to altMetafactory
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/langtools/tools/javac/T8203892/CheckTargetIsNotAddedAsMarkerInterfaceTest.java

Changeset: 43d41f780a5b
Author:    gziemski
Date:      2018-05-29 12:57 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/43d41f780a5b

8203938: Fix build failures from JDK-8133564
Summary: Added missing static keyword
Reviewed-by: kbarrett, tschatzl

! src/hotspot/share/runtime/flags/jvmFlag.hpp

Changeset: edfb87b2520e
Author:    jjg
Date:      2018-05-29 11:20 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/edfb87b2520e

8196202: Javadoc should not generate frames by default
Reviewed-by: ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! test/langtools/jdk/javadoc/doclet/AccessFrameTitle/AccessFrameTitle.java
! test/langtools/jdk/javadoc/doclet/AccessH1/AccessH1.java
! test/langtools/jdk/javadoc/doclet/AccessSummary/AccessSummary.java
! test/langtools/jdk/javadoc/doclet/DocRootSlash/DocRootSlash.java
! test/langtools/jdk/javadoc/doclet/JavascriptWinTitle/JavascriptWinTitle.java
! test/langtools/jdk/javadoc/doclet/MetaTag/MetaTag.java
! test/langtools/jdk/javadoc/doclet/PackagesHeader/PackagesHeader.java
! test/langtools/jdk/javadoc/doclet/ValidHtml/ValidHtml.java
! test/langtools/jdk/javadoc/doclet/WindowTitles/WindowTitles.java
! test/langtools/jdk/javadoc/doclet/testClassDocCatalog/TestClassDocCatalog.java
! test/langtools/jdk/javadoc/doclet/testFramesNoFrames/TestFramesNoFrames.java
! test/langtools/jdk/javadoc/doclet/testGeneratedBy/TestGeneratedBy.java
! test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java
! test/langtools/jdk/javadoc/doclet/testGroupOption/TestGroupOption.java
! test/langtools/jdk/javadoc/doclet/testHeadings/TestHeadings.java
! test/langtools/jdk/javadoc/doclet/testHiddenTag/TestHiddenTag.java
! test/langtools/jdk/javadoc/doclet/testHtmlTableStyles/TestHtmlTableStyles.java
! test/langtools/jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java
! test/langtools/jdk/javadoc/doclet/testIndex/TestIndex.java
! test/langtools/jdk/javadoc/doclet/testJavascript/TestJavascript.java
! test/langtools/jdk/javadoc/doclet/testModuleDirs/TestModuleDirs.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestModuleNavigation.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestNavigation.java
! test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java
! test/langtools/jdk/javadoc/doclet/testOrdering/TestOrdering.java
! test/langtools/jdk/javadoc/doclet/testOverview/TestOverview.java
! test/langtools/jdk/javadoc/doclet/testPackageDeprecation/TestPackageDeprecation.java
! test/langtools/jdk/javadoc/doclet/testRecurseSubPackages/TestRecurseSubPackages.java
! test/langtools/jdk/javadoc/doclet/testRelativeLinks/TestRelativeLinks.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testSummaryTag/TestSummaryTag.java
! test/langtools/jdk/javadoc/doclet/testTopOption/TestTopOption.java
! test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java
! test/langtools/jdk/javadoc/doclet/testWindowTitle/TestWindowTitle.java
! test/langtools/jdk/javadoc/tool/TestScriptInComment.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
! test/langtools/tools/javadoc/api/basic/APITest.java

Changeset: 16be361f4320
Author:    stuefe
Date:      2018-05-29 20:57 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/16be361f4320

8203014: jcmd should output command list if no command is given
Reviewed-by: sspitsyn, simonis

! src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java

Changeset: 84256425a4e9
Author:    erikj
Date:      2018-05-29 21:01 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/84256425a4e9

8203932: Windows devkit has wrong dlls in 32 bit tools dir
Reviewed-by: prr, tbell, stuefe

! make/devkit/createWindowsDevkit2017.sh

Changeset: 75681fe34e32
Author:    dlong
Date:      2018-05-29 12:06 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/75681fe34e32

8203370: [JVMCI] UseJVMCICompiler should imply EnableJVMCI
Reviewed-by: kvn

! src/hotspot/share/runtime/arguments.cpp
! test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java

Changeset: 580744d900c8
Author:    coleenp
Date:      2018-05-29 15:50 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/580744d900c8

8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
Summary: SystemDictionary has all strong roots.  The weak oop_storage is processed by the WeakProcessor so it can be scanned and cleared concurrently and/or by parallel threads.
Reviewed-by: kbarrett, sjohanss

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/gc/cms/cmsHeap.cpp
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1FullCollector.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/parallel/pcTasks.cpp
! src/hotspot/share/gc/parallel/psMarkSweep.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/serial/genMarkSweep.cpp
! src/hotspot/share/gc/shared/genCollectedHeap.cpp
! src/hotspot/share/gc/shared/genCollectedHeap.hpp
! src/hotspot/share/gc/shared/weakProcessor.cpp
! src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.cpp
! src/hotspot/share/prims/jvmtiTagMap.cpp

Changeset: 188a87cbfac3
Author:    kbarrett
Date:      2018-05-29 16:02 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/188a87cbfac3

8203843: BasicParState::default_estimated_thread_count(false) can return 0 in gtest
Summary: Ensure minimum estimated thread count is 1.
Reviewed-by: tschatzl, stuefe, rehn

! src/hotspot/share/gc/shared/oopStorage.cpp

Changeset: 896486c6e357
Author:    dholmes
Date:      2018-05-29 17:21 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/896486c6e357

8189766: whitebox failure with -Xcheck:jni
Reviewed-by: lfoltan, kbarrett

! src/hotspot/share/prims/whitebox.cpp

Changeset: d11e87c8cd44
Author:    kbarrett
Date:      2018-05-29 18:10 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d11e87c8cd44

8202945: OopStorage should use GlobalCounter
Summary: Use GlobalCounter rather than private mechanism.
Reviewed-by: eosterlund, tschatzl, rehn

! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/gc/shared/oopStorage.hpp

Changeset: fe42de5250f3
Author:    martin
Date:      2018-05-29 19:15 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fe42de5250f3

8203327: Small cleanups in java.lang.ref
Reviewed-by: mr

! src/java.base/share/classes/java/lang/ref/ReferenceQueue.java

Changeset: fd2fccf3b079
Author:    stuefe
Date:      2018-05-30 08:52 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fd2fccf3b079

8203455: jcmd: VM.metaspace: print loader name for anonymous CLDs
Reviewed-by: lfoltan, goetz

! src/hotspot/share/classfile/classLoaderData.hpp
! src/hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.cpp
! test/hotspot/jtreg/runtime/Metaspace/PrintMetaspaceDcmd.java

Changeset: 7164c3bb55df
Author:    vtewari
Date:      2018-05-30 16:36 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7164c3bb55df

8194298: Add support for per Socket configuration of TCP keepalive
Reviewed-by: chegar, clanger, igerasim, alanb

! make/lib/Lib-jdk.net.gmk
! src/java.base/share/classes/sun/net/ext/ExtendedSocketOptions.java
! src/java.base/share/classes/sun/nio/ch/AsynchronousServerSocketChannelImpl.java
! src/java.base/share/classes/sun/nio/ch/AsynchronousSocketChannelImpl.java
! src/java.base/share/classes/sun/nio/ch/DatagramChannelImpl.java
! src/java.base/share/classes/sun/nio/ch/ServerSocketChannelImpl.java
! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java
! src/java.base/unix/classes/java/net/PlainDatagramSocketImpl.java
! src/java.base/unix/classes/java/net/PlainSocketImpl.java
! src/jdk.net/linux/classes/jdk/net/LinuxSocketOptions.java
! src/jdk.net/linux/native/libextnet/LinuxSocketOptions.c
+ src/jdk.net/macosx/classes/jdk/net/MacOSXSocketOptions.java
+ src/jdk.net/macosx/native/libextnet/MacOSXSocketOptions.c
! src/jdk.net/share/classes/jdk/net/ExtendedSocketOptions.java
! src/jdk.net/share/classes/jdk/net/Sockets.java
+ test/jdk/java/net/SocketOption/TcpKeepAliveTest.java
! test/jdk/java/nio/channels/AsynchronousServerSocketChannel/Basic.java
! test/jdk/java/nio/channels/AsynchronousSocketChannel/Basic.java
! test/jdk/java/nio/channels/ServerSocketChannel/SocketOptionTests.java
! test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java

Changeset: d5331b94f821
Author:    goetz
Date:      2018-05-30 11:39 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d5331b94f821

8203881: Print erroneous size in NegativeArraySizeException
Reviewed-by: dholmes, stuefe

! src/hotspot/share/oops/arrayKlass.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/oops/typeArrayKlass.cpp
! src/hotspot/share/runtime/reflection.cpp
+ test/hotspot/jtreg/runtime/exceptionMsgs/NegativeArraySizeException/NegativeArraySizeExceptionTest.java

Changeset: 02934b0d661b
Author:    redestad
Date:      2018-05-30 14:46 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/02934b0d661b

8203886: Invoke LambdaMetafactory::altMetafactory exactly from the BootstrapMethodInvoker
Reviewed-by: mchung

! src/java.base/share/classes/java/lang/invoke/BootstrapMethodInvoker.java

Changeset: ed7605e8675f
Author:    phedlin
Date:      2018-05-30 16:10 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ed7605e8675f

8200288: [SPARC] "assert(!(is_cti(prev) && is_cti(insn))) failed: CTI-CTI not allowed"
Reviewed-by: neliasso, kvn

! src/hotspot/cpu/sparc/assembler_sparc.hpp

Changeset: ba1b490901d4
Author:    weijun
Date:      2018-05-30 22:24 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ba1b490901d4

8072996: Deprecate stream-based GSSContext methods
Reviewed-by: mullan

! src/java.security.jgss/share/classes/org/ietf/jgss/GSSContext.java
! src/java.security.jgss/share/classes/sun/security/jgss/GSSContextImpl.java
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoContext.java

Changeset: 9ace9865028c
Author:    rhalade
Date:      2018-05-30 07:42 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9ace9865028c

8189949: Remove Baltimore Cybertrust Code Signing CA
Reviewed-by: mullan

! src/java.base/share/lib/security/cacerts
! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: 37ebfe8bac7f
Author:    stuefe
Date:      2018-05-30 17:30 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/37ebfe8bac7f

8203219: VM.metaspace jcmd should optionally show loaded classes for loaders
Reviewed-by: zgu, coleenp

! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace.hpp
! src/hotspot/share/memory/metaspace/metaspaceDCmd.cpp
! src/hotspot/share/memory/metaspace/metaspaceDCmd.hpp
! src/hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.cpp
! src/hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.hpp
+ src/hotspot/share/memory/metaspace/printMetaspaceInfoKlassClosure.cpp
+ src/hotspot/share/memory/metaspace/printMetaspaceInfoKlassClosure.hpp

Changeset: 5a9acf84c34a
Author:    jlaskey
Date:      2018-05-30 12:40 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5a9acf84c34a

8050818: Predicate::not - provide an easier way to negate a predicate
Reviewed-by: chegar, dl, psandoz, forax, smarks, redestad

! src/java.base/share/classes/java/util/function/Predicate.java
+ test/jdk/java/util/function/PredicateNotTest.java

Changeset: 04c8eba70a59
Author:    erikj
Date:      2018-05-30 09:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/04c8eba70a59

8204091: Configure broken on MIPS when uname returns mipsel or mips64el
Reviewed-by: erikj, ihse
Contributed-by: aoqi at loongson.cn

! make/autoconf/build-aux/config.guess

Changeset: 06b01795c957
Author:    erikj
Date:      2018-05-30 09:50 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/06b01795c957

8203946: Move UnpackSecurity.gmk to closed
Reviewed-by: tbell

! make/Main.gmk
- make/UnpackSecurity.gmk

Changeset: 7c40e39e38a1
Author:    erikj
Date:      2018-05-30 10:23 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7c40e39e38a1

8203945: Cleanup nashorn build
Reviewed-by: tbell

- make/BuildNashorn.gmk
! make/CompileJavaModules.gmk
+ make/CompileJavaModulesNashorn.gmk
! make/Main.gmk
+ make/gensrc/Gensrc-jdk.scripting.nashorn.gmk

Changeset: 75547f03c6b0
Author:    dtitov
Date:      2018-05-30 08:59 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/75547f03c6b0

8203802: Jvmti test fails to build with VS2017
Reviewed-by: sspitsyn, erikj

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.c
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.h

Changeset: ae67f5db7469
Author:    erikj
Date:      2018-05-30 14:55 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ae67f5db7469

8204109: JDK-8203945 broke nashorn
Reviewed-by: tbell

! make/CompileJavaModulesNashorn.gmk

Changeset: 60ebcc705421
Author:    iignatyev
Date:      2018-05-30 16:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/60ebcc705421

8199380: [TESTBUG] Open source VM testbase AOD tests
Reviewed-by: erikj, sspitsyn

! make/test/JtregNativeHotspot.gmk
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/aod/AttachProvider/AttachProvider01/AttachProvider01.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/AttachProvider/AttachProvider02/AttachProvider02.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine01/VirtualMachine01.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine02/VirtualMachine02.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine03/VirtualMachine03.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine04/VM04Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine04/VirtualMachine04.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine05/VirtualMachine05.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent00.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent00.mf
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent01.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent01.mf
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent02.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent02.mf
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent03.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VM06Agent03.mf
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine06/VirtualMachine06.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/VirtualMachine07.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent03.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/libVirtualMachine07agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/libVirtualMachine07agent01.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/libVirtualMachine07agent02.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/libVirtualMachine07agent03.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine08/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/VM09Target.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/VirtualMachine09.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/libVirtualMachine09agent00.c
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine10/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachineDescriptor/VirtualMachineDescriptor01/VirtualMachineDescriptor01.java

Changeset: cf71bff5f533
Author:    iignatyev
Date:      2018-05-30 20:54 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cf71bff5f533

8199371: [TESTBUG] Open source vm testbase JDWP tests
Reviewed-by: sspitsyn, mseledtsov

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/GetValues/getvalues002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/length001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/length001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/length001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/SetValues/setvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/SetValues/setvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/SetValues/setvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayType/NewInstance/newinstance001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayType/NewInstance/newinstance001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayType/NewInstance/newinstance001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassLoaderReference/VisibleClasses/visibclasses001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassLoaderReference/VisibleClasses/visibclasses001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassLoaderReference/VisibleClasses/visibclasses001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassObjectReference/ReflectedType/reflectype001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassObjectReference/ReflectedType/reflectype001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassObjectReference/ReflectedType/reflectype001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/invokemeth001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/invokemeth001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/invokemeth001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/newinst001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/newinst001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/newinst001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/SetValues/setvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/SetValues/setvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/SetValues/setvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/Superclass/superclass001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/Superclass/superclass001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/Superclass/superclass001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/breakpoint001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/breakpoint001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/breakpoint001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_PREPARE/clsprepare001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_PREPARE/clsprepare001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_PREPARE/clsprepare001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_UNLOAD/clsunload001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_UNLOAD/clsunload001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/CLASS_UNLOAD/clsunload001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/Composite/composite001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/Composite/composite001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/Composite/composite001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/EXCEPTION/exception001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/EXCEPTION/exception001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/EXCEPTION/exception001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_ACCESS/fldaccess001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_ACCESS/fldaccess001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_ACCESS/fldaccess001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_MODIFICATION/fldmodification001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_MODIFICATION/fldmodification001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/FIELD_MODIFICATION/fldmodification001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/methentry001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/methentry001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/methentry001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/methexit001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/methexit001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/methexit001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/singlestep003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_DEATH/thrdeath001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_DEATH/thrdeath001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_DEATH/thrdeath001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_START/thrstart001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_START/thrstart001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/THREAD_START/thrstart001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/vmdeath002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_START/vmstart001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_START/vmstart001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_START/vmstart001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Clear/clear001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Clear/clear001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Clear/clear001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp003.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp003/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/ClearAllBreakpoints/clrallbreakp003a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/EventRequest/Set/set002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/Bytecodes/bytecodes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/Bytecodes/bytecodes001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/Bytecodes/bytecodes001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete002/newclass/isobsolete002b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/IsObsolete/isobsolete002b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/LineTable/linetable001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/LineTable/linetable001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/LineTable/linetable001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTable/vartable001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTable/vartable001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTable/vartable001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTableWithGeneric/vartblwithgen001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTableWithGeneric/vartblwithgen001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/Method/VariableTableWithGeneric/vartblwithgen001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/DisableCollection/disablecol001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/DisableCollection/disablecol001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/DisableCollection/disablecol001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/EnableCollection/enablecol001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/EnableCollection/enablecol001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/EnableCollection/enablecol001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/GetValues/getvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/GetValues/getvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/GetValues/getvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/invokemeth001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/invokemeth001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/invokemeth001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/IsCollected/iscollected001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/IsCollected/iscollected001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/IsCollected/iscollected001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/MonitorInfo/monitorinfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/MonitorInfo/monitorinfo001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/MonitorInfo/monitorinfo001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferenceType/referencetype001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferenceType/referencetype001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferenceType/referencetype001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferringObjects/referringObjects001/referringObjects001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferringObjects/referringObjects001/referringObjects001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferringObjects/referringObjects002/referringObjects002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferringObjects/referringObjects002/referringObjects002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/SetValues/setvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/SetValues/setvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/SetValues/setvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassLoader/classloader001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassLoader/classloader001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassLoader/classloader001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassObject/classobj001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassObject/classobj001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/ClassObject/classobj001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Fields/fields001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Fields/fields001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Fields/fields001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/FieldsWithGeneric/fldwithgeneric001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/FieldsWithGeneric/fldwithgeneric001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/FieldsWithGeneric/fldwithgeneric001t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/GetValues/getvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/GetValues/getvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/GetValues/getvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Instances/instances001/instances001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Instances/instances001/instances001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Instances/instances002/instances002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Instances/instances002/instances002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Interfaces/interfaces001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Interfaces/interfaces001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Interfaces/interfaces001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Methods/methods001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Methods/methods001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Methods/methods001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/MethodsWithGeneric/methwithgeneric001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/MethodsWithGeneric/methwithgeneric001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/MethodsWithGeneric/methwithgeneric001t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Modifiers/modifiers001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Modifiers/modifiers001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Modifiers/modifiers001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/NestedTypes/nestedtypes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/NestedTypes/nestedtypes001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/NestedTypes/nestedtypes001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Signature/signature001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Signature/signature001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Signature/signature001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SignatureWithGeneric/sigwithgeneric001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SignatureWithGeneric/sigwithgeneric001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SignatureWithGeneric/sigwithgeneric001t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceDebugExtension/srcdebugext001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceDebugExtension/srcdebugext001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceDebugExtension/srcdebugext001t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceFile/srcfile001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceFile/srcfile001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/SourceFile/srcfile001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Status/status001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Status/status001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ReferenceType/Status/status001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/GetValues/getvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/GetValues/getvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/GetValues/getvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/PopFrames/popframes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/PopFrames/popframes001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/PopFrames/popframes001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/SetValues/setvalues001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/SetValues/setvalues001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/SetValues/setvalues001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/ThisObject/thisobject001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/ThisObject/thisobject001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StackFrame/ThisObject/thisobject001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StringReference/Value/value001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StringReference/Value/value001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/StringReference/Value/value001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Children/children001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Children/children001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Children/children001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Name/name001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Name/name001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Name/name001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Parent/parent001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Parent/parent001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadGroupReference/Parent/parent001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/libforceEarlyReturn002a.c
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/FrameCount/framecnt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/FrameCount/framecnt001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/FrameCount/framecnt001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Frames/frames001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Frames/frames001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Frames/frames001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Interrupt/interrupt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Interrupt/interrupt001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Interrupt/interrupt001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Name/name001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Name/name001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Name/name001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitors/ownmonitors001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitors/ownmonitors001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitors/ownmonitors001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo001/ownedMonitorsStackDepthInfo001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo001/ownedMonitorsStackDepthInfo001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo002/ownedMonitorsStackDepthInfo002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Resume/resume001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Resume/resume001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Resume/resume001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Status/status001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Status/status001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Status/status001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Stop/stop001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Stop/stop001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Stop/stop001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Suspend/suspend001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Suspend/suspend001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/Suspend/suspend001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/SuspendCount/suspendcnt001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/SuspendCount/suspendcnt001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/SuspendCount/suspendcnt001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ThreadGroup/threadgroup001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ThreadGroup/threadgroup001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ThreadGroup/threadgroup001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClasses/allclasses001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClasses/allclasses001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClasses/allclasses001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClassesWithGeneric/allclswithgeneric001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClassesWithGeneric/allclswithgeneric001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllClassesWithGeneric/allclswithgeneric001t.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllThreads/allthreads001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllThreads/allthreads001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/AllThreads/allthreads001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Capabilities/capabilities001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Capabilities/capabilities001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Capabilities/capabilities001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CapabilitiesNew/capabilitiesnew001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CapabilitiesNew/capabilitiesnew001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CapabilitiesNew/capabilitiesnew001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassPaths/classpaths001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassPaths/classpaths001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassPaths/classpaths001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassesBySignature/classbysig001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassesBySignature/classbysig001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ClassesBySignature/classbysig001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CreateString/createstr001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CreateString/createstr001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/CreateString/createstr001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Dispose/dispose001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Dispose/dispose001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Dispose/dispose001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/DisposeObjects/disposeobj001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/DisposeObjects/disposeobj001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/DisposeObjects/disposeobj001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Exit/exit001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Exit/exit001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Exit/exit001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/HoldEvents/holdevents002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/IDSizes/idsizes001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/IDSizes/idsizes001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/IDSizes/idsizes001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/InstanceCounts/instanceCounts001/instanceCounts001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/InstanceCounts/instanceCounts001/instanceCounts001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001/newclass/redefinecls001b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001b.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/ReleaseEvents/releaseevents002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Resume/resume001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Resume/resume001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Resume/resume001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/SetDefaultStratum/setdefstrat001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/SetDefaultStratum/setdefstrat001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/SetDefaultStratum/setdefstrat001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/TopLevelThreadGroups/threadgroups001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/TopLevelThreadGroups/threadgroups001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/TopLevelThreadGroups/threadgroups001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version001.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version001a.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version002.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/Version/version002a.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/AbstractJDWPDebuggee.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/ArgumentHandler.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/Binder.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/BoundException.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/ByteBuffer.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/CommandPacket.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/Debugee.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/EventPacket.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/JDWP.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/Packet.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/ReplyPacket.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/SocketTransport.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/TestDebuggerType1.java
+ test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/Transport.java

Changeset: 8e6a6a0ce618
Author:    jwilhelm
Date:      2018-05-31 07:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8e6a6a0ce618

Added tag jdk-11+16 for changeset 02934b0d661b

! .hgtags




More information about the valhalla-dev mailing list