jdk-24/test/jdk/com/sun/jdi
Richard Reingruber 40f847e2fb 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
8233915: JVMTI FollowReferences: Java Heap Leak not found because of C2 Scalar Replacement

Reviewed-by: mdoerr, goetz, sspitsyn, kvn
2020-10-20 15:31:55 +00:00
..
cds 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
connect 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
lib/jdb 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
redefine 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
redefineMethod 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
RedefineNestmateAttr 8232182: RedefineNestmateAttr/TestNestmateAttr.java failes due to ObjectCollectedException 2019-10-14 22:20:03 -04:00
sde 8158066: SourceDebugExtensionTest fails to rename file 2019-01-18 05:33:28 -05:00
AcceptTimeout.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessSpecifierTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AfterThreadDeathTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AllLineLocations.java 8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold 2018-02-12 16:08:33 -08:00
AnyDebuggeeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ArgumentValuesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ArrayLengthDumpTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
ArrayRangeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BacktraceFieldTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BadAgentPath.java 8210112: remove jdk.testlibrary.ProcessTools 2018-09-07 14:01:52 -07:00
BadHandshakeTest.java 8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException 2019-09-11 11:55:31 -07:00
BreakpointTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BreakpointWithFullGC.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
CatchAllTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CatchCaughtTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CatchPatternTest.java 8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect 2018-10-02 12:08:51 -07:00
ClassesByName2Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassesByName.java 8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold 2018-02-12 16:08:33 -08:00
ClassLoaderClassesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassLoaderTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CommandCommentDelimiter.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CompatibleConnectors.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
compilerDirectives.json 8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC 2018-11-08 09:04:00 -08:00
ConnectedVMs.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConstantPoolInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConstantPoolInfoGC.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ControlFlow.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountEvent.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountFilterTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DataModelTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DebuggerThreadTest.java 8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE 2018-09-13 07:54:38 -04:00
DeferredStepTest.java 8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55 2018-10-22 14:41:51 -07:00
DeleteAllBkptsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DeleteEventRequestsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DeoptimizeWalk.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
DoubleAgentTest.java 8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2' 2018-10-12 10:08:11 -07:00
EarlyReturnNegativeTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
EarlyReturnTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
EATests.java 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents 2020-10-20 15:31:55 +00:00
EnumTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EvalArgs.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EvalArraysAsList.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EvalInterfaceStatic.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EventQueueDisconnectTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExceptionEvents.java 8222821: com/sun/jdi/ExceptionEvents.java failed 2019-04-30 16:11:42 -07:00
ExclusiveBind.java 8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64 2018-10-25 11:48:18 -07:00
Exit0.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExpiredRequestDeletionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FetchLocals.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FieldWatchpoints.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FilterMatch.java 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold 2018-02-15 11:31:56 -08:00
FilterNoMatch.java 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold 2018-02-15 11:31:56 -08:00
FinalizerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FinalLocalsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Frames2Test.java 8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior 2018-07-23 15:17:14 +02:00
FramesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GenericsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetLocalVariables2Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetLocalVariables3Test.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
GetLocalVariables4Test.java 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed 2018-08-31 09:53:37 -07:00
GetLocalVariables.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetSetLocalTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetUninitializedStringValue.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HelloWorld.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HomeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ImmutableResourceTest.java 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
InnerTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstanceFilter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstancesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InterfaceMethodsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InterruptHangTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InvokeHangTest.java 8232684: Make switch expressions final 2019-11-12 06:32:13 +00:00
InvokeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InvokeVarArgs.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Java_gTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdbArgTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdbExprTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
JdbLockTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdbMethodExitTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
JdbMissStep.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdbOptions.java 8234808: jdb quoted option parsing broken 2020-09-22 00:05:14 +00:00
JdbReadTwiceTest.sh 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdbStepTest.java 8163127: Debugger classExclusionFilter does not work correctly with method references 2019-01-29 16:48:20 -08:00
JdbStopInNotificationThreadTest.java 8170299: Debugger does not stop inside the low memory notifications code 2019-10-08 09:13:08 -07:00
JdbStopThreadidTest.java 8220030: JdbStopThreadidTest.java failed due to "Unexpected IO error while writing command 'quit' to jdb stdin stream" 2019-03-05 13:40:05 -08:00
JdbStopThreadTest.java 8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD 2018-10-23 07:57:26 -07:00
JdbVarargsTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdwpAllowTest.java 8237111: LingeredApp should be started with getTestJavaOpts 2020-01-24 10:31:45 +01:00
JdwpAttachTest.java 8254345: com/sun/jdi/JdwpAttachTest.java reports error incorrectly 2020-10-14 17:46:36 +00:00
JdwpListenTest.java 8241530: com/sun/jdi tests fail due to network issues on OSX 10.15 2020-04-06 07:39:58 -07:00
JdwpNetProps.java 8184770: JDWP support for IPv6 2019-05-15 11:06:33 -07:00
JITDebug.java 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
LambdaBreakpointTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LambdaStepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LaunchCommandLine.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
LineNumberInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LineNumberOnBraceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ListenAddress.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LocalVariableEqual.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LocationTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodCalls.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodCallsReflection.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodEntryExitEvents.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodExitReturnValuesTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
MethodInvokeWithTraceOnTest.java 8193879: Java debugger hangs on method invocation 2018-10-09 19:11:09 -07:00
MixedSuspendTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
ModificationWatchpoints.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
ModulesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MonitorEventTest.java 8232370: Refactor some com.sun.jdi tests to enable IDE integration 2019-10-17 22:41:36 +02:00
MonitorFrameInfo.java 8232370: Refactor some com.sun.jdi tests to enable IDE integration 2019-10-17 22:41:36 +02:00
MultiBreakpointsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NativeInstanceFilter.java 8198533: Remove obsolete JDIScaffold class from repo 2018-02-23 11:31:22 -08:00
NativeInstanceFilterTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NewInstanceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoLaunchOptionTest.java 8210894: remove jdk/testlibrary/Asserts 2018-09-21 14:50:06 -07:00
NoLocInfoTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NotAField.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
NullLocalVariable.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
NullThreadGroupNameTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OnJcmdTest.java 8252837: Cleanup SAP Copyright file headers 2020-09-07 07:30:10 +00:00
OnThrowTarget.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OnThrowTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OomDebugTest.java 8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental) 2018-06-12 17:40:28 +02:00
OptionTest.java 8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use 2019-02-26 15:29:08 -08:00
PopAndInvokeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PopAndStepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PopAsynchronousTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PopSynchronousTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PrivateTransportTest.java 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
ProcessAttachTest.java 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries 2018-11-29 07:40:45 +08:00
RedefineAbstractClass.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineAddPrivateMethod.java 8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition 2019-04-19 21:49:54 -07:00
RedefineAnnotation.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineChangeClassOrder.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineClasses.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineClearBreakpoint.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineCrossEvent.java 8206330: Revisit com/sun/jdi/RedefineCrossEvent.java 2018-10-23 11:51:03 -04:00
RedefineCrossStart.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RedefineException.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineFinal.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineG.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineImplementor.java 8232370: Refactor some com.sun.jdi tests to enable IDE integration 2019-10-17 22:41:36 +02:00
RedefineIntConstantToLong.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineMulti.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefinePop.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineStep.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineTTYLineNumber.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
ReferrersTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RefTypes.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RepStep.java 8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors 2019-02-13 11:04:03 -08:00
RepStepTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RequestReflectionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ResumeOneThreadTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RunToExit.java 8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use 2019-02-26 15:29:08 -08:00
SDENullTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SetLocalWhileThreadInNative.java 8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out 2018-11-16 15:51:29 +01:00
SimulResumerTest.java 8232684: Make switch expressions final 2019-11-12 06:32:13 +00:00
SourceNameFilterTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StringConvertTest.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
SunBootClassPathEmptyTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SuspendNoFlagTest.java 8210112: remove jdk.testlibrary.ProcessTools 2018-09-07 14:01:52 -07:00
SuspendThreadTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TargetAdapter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TargetListener.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TemplateTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TEST.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestClass.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestScaffold.java 8206330: Revisit com/sun/jdi/RedefineCrossEvent.java 2018-10-23 11:51:03 -04:00
ThreadGroupTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TwoThreadsTest.java 8232684: Make switch expressions final 2019-11-12 06:32:13 +00:00
Unload1Targ.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Unload2Targ.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnloadEventTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnpreparedByName.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
UnpreparedClasses.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
UTF8Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarargsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Vars.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
VisibleMethods.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VMConnection.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VMDeathLastTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VMDeathRequestTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
WatchFramePop.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00