hg: jdk/jdk: 8220744: Move RedefineTests to from runtime to serviceability
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Tue Mar 19 18:56:52 UTC 2019
Changeset: 6146ab937899
Author: coleenp
Date: 2019-03-19 14:22 -0400
URL: http://hg.openjdk.java.net/jdk/jdk/rev/6146ab937899
8220744: Move RedefineTests to from runtime to serviceability
Summary: move tests out of runtime to jvmti/RedefineClasses
Reviewed-by: sspitsyn, dcubed, cjplummer, hseigel, mseledtsov
! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/runtime/RedefineObject/Agent.java
- test/hotspot/jtreg/runtime/RedefineObject/TestRedefineObject.java
- test/hotspot/jtreg/runtime/RedefineObject/WalkThroughInvoke.java
- test/hotspot/jtreg/runtime/RedefineTests/ModifyAnonymous.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineAddLambdaExpression.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineAnnotations.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineDeleteJmethod.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineDoubleDelete.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineFinalizer.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineInterfaceCall.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineInterfaceMethods.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineLeak.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefinePreviousVersions.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineRunningMethods.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineRunningMethodsWithResolutionErrors.java
- test/hotspot/jtreg/runtime/RedefineTests/RedefineSubtractLambdaExpression.java
- test/hotspot/jtreg/runtime/RedefineTests/TestMultipleClasses.java
- test/hotspot/jtreg/runtime/RedefineTests/libRedefineDeleteJmethod.c
- test/hotspot/jtreg/runtime/RedefineTests/libRedefineDoubleDelete.c
! test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineBasicTest.java
! test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineRunningMethods_Shared.java
! test/hotspot/jtreg/runtime/logging/RedefineClasses.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/Agent.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/ModifyAnonymous.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineAddLambdaExpression.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineAnnotations.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineDeleteJmethod.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineDoubleDelete.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineFinalizer.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineInterfaceCall.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineInterfaceMethods.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeak.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithResolutionErrors.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineSubtractLambdaExpression.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RetransformClassesZeroLength.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestLambdaFormRetransformation.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestMultipleClasses.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestRedefineObject.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestRedefineWithUnresolvedClass.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/UnresolvedClassAgent.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/UnresolvedClassAgent.mf
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/WalkThroughInvoke.java
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/libRedefineDeleteJmethod.c
+ test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/libRedefineDoubleDelete.c
- test/hotspot/jtreg/serviceability/jvmti/RetransformClassesZeroLength.java
- test/hotspot/jtreg/serviceability/jvmti/TestLambdaFormRetransformation.java
- test/hotspot/jtreg/serviceability/jvmti/TestRedefineWithUnresolvedClass.java
- test/hotspot/jtreg/serviceability/jvmti/UnresolvedClassAgent.java
- test/hotspot/jtreg/serviceability/jvmti/UnresolvedClassAgent.mf
More information about the jdk-changes
mailing list