jdk-24/jdk/test/java/lang/instrument
Serguei Spitsyn 3de0140a88 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Enable the test: java/lang/instrument/IsModifiableClassAgent.java

Reviewed-by: coleenp, dcubed
2015-01-26 15:46:47 -08:00
..
appendToClassLoaderSearch 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
asmlib 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing 2014-08-25 18:17:24 +02:00
BootClassPath 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
bootreporter 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
DaemonThread 8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout 2014-10-28 11:45:31 +01:00
PremainClass 8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process 2014-10-17 10:53:30 +02:00
AddTransformerTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
AInstrumentationTestCase.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
AppendToBootstrapClassPathSetUp.sh 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
AppendToBootstrapClassPathTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
AppendToClassPathSetUp.sh 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
AppendToClassPathTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ASimpleInstrumentationTestCase.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ATestCaseScaffold.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ATransformerManagementTestCase.java 7191322: add test for 7064927 to java.lang.instrument 2012-08-17 12:51:23 -07:00
basicAgent.mf Initial load 2007-12-01 00:00:00 +00:00
BigClass.java 7121600: Instrumentation.redefineClasses() leaks class bytes 2011-12-22 18:35:48 -08:00
bootclasspathAgent.mf Initial load 2007-12-01 00:00:00 +00:00
BufferClassLoader.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
classpathAgent.mf Initial load 2007-12-01 00:00:00 +00:00
Counter.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Different_ExampleRedefine.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
DummyClass.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
DummyClassWithLVT.java 7191322: add test for 7064927 to java.lang.instrument 2012-08-17 12:51:23 -07:00
ExampleForBootClassPath.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ExampleForClassPath.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ExampleRedefine.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
FakeTestDriver.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
FromShutdownHook.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GetAllLoadedClassesTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GetInitiatedClassesTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GetObjectSizeTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
InstrumentationHandoff.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
IsModifiableClassAgent.java 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found 2015-01-26 15:46:47 -08:00
IsModifiableClassApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MakeJAR2.sh 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing 2014-08-25 18:17:24 +02:00
MakeJAR3.sh 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
MakeJAR4.sh 8016369: java/lang/instrument/RetransformBigClass.sh failing again 2013-06-12 09:44:34 +01:00
MakeJAR.sh 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
ManifestTest.sh 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
ManifestTestAgent.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ManifestTestApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NamedBuffer.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NativeMethodPrefixAgent.java 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing 2014-08-25 18:17:24 +02:00
NativeMethodPrefixApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NMTHelper.java 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 2014-08-21 13:09:28 +02:00
NoTransformerAddedTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NullGetObjectSizeTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NullRedefineClassesTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NullTransformerAddTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NullTransformerRemoveTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ParallelTransformerLoader.sh 6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh 2014-02-28 10:27:54 -08:00
ParallelTransformerLoaderAgent.java 8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError 2014-11-26 15:33:43 -08:00
ParallelTransformerLoaderApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
redefineAgent.mf Initial load 2007-12-01 00:00:00 +00:00
RedefineBigClass.sh 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 2014-08-21 13:09:28 +02:00
RedefineBigClassAgent.java 7121600: Instrumentation.redefineClasses() leaks class bytes 2011-12-22 18:35:48 -08:00
RedefineBigClassApp.java 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
RedefineClassesDisabledTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineClassesTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineClassWithNativeMethod.sh 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
RedefineClassWithNativeMethodAgent.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineClassWithNativeMethodApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodAddInvoke.sh 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
RedefineMethodAddInvokeAgent.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodAddInvokeApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodAddInvokeTarget_1.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodAddInvokeTarget_2.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodAddInvokeTarget.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RedefineMethodDelInvoke.sh 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodDelInvokeAgent.java 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodDelInvokeApp.java 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodDelInvokeTarget_1.java 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodDelInvokeTarget_2.java 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodDelInvokeTarget.java 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found) 2014-06-26 03:26:20 -07:00
RedefineMethodInBacktrace.sh 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV 2013-10-21 23:32:36 -04:00
RedefineMethodInBacktraceAgent.java 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests 2013-01-22 13:53:53 +01:00
RedefineMethodInBacktraceApp.java 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV 2013-10-21 23:32:36 -04:00
RedefineMethodInBacktraceTarget_2.java 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests 2013-01-22 13:53:53 +01:00
RedefineMethodInBacktraceTarget.java 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests 2013-01-22 13:53:53 +01:00
RedefineMethodInBacktraceTargetB_2.java 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV 2013-10-21 23:32:36 -04:00
RedefineMethodInBacktraceTargetB.java 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV 2013-10-21 23:32:36 -04:00
RedefineMethodWithAnnotations.sh 8009531: Crash when redefining class with annotated method 2013-04-17 12:50:45 -04:00
RedefineMethodWithAnnotationsAgent.java 7140852: Add test for 7022100 2013-01-22 15:25:37 +01:00
RedefineMethodWithAnnotationsAnnotations.java 7140852: Add test for 7022100 2013-01-22 15:25:37 +01:00
RedefineMethodWithAnnotationsApp.java 7140852: Add test for 7022100 2013-01-22 15:25:37 +01:00
RedefineMethodWithAnnotationsTarget_2.java 8009531: Crash when redefining class with annotated method 2013-04-17 12:50:45 -04:00
RedefineMethodWithAnnotationsTarget.java 8009531: Crash when redefining class with annotated method 2013-04-17 12:50:45 -04:00
RedefineSetUp.sh 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools 2013-01-11 20:19:55 +00:00
RedefineSubclassWithTwoInterfaces.sh 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS 2013-02-20 13:23:56 -08:00
RedefineSubclassWithTwoInterfacesAgent.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesApp.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesImpl_1.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesImpl.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesIntf1.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesIntf2.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesRemote.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesTarget_1.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RedefineSubclassWithTwoInterfacesTarget.java 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument 2013-02-11 10:07:01 -08:00
RemoveAbsentTransformerTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RemoveTransformerTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RetransformAgent.java 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing 2014-08-25 18:17:24 +02:00
retransformAgent.mf 7191322: add test for 7064927 to java.lang.instrument 2012-08-17 12:51:23 -07:00
RetransformApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RetransformBigClass.sh 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 2014-08-21 13:09:28 +02:00
RetransformBigClassAgent.java 7121600: Instrumentation.redefineClasses() leaks class bytes 2011-12-22 18:35:48 -08:00
RetransformBigClassApp.java 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
RuntimeConstants.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
SimpleIdentityTransformer.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
SingleTransformerTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StressGetObjectSizeApp.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StressGetObjectSizeTest.sh 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestClass1.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestClass2.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestClass3.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TransformerManagementThreadAddTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TransformerManagementThreadRemoveTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TransformMethodTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
VerifyLocalVariableTableOnRetransformTest.java 7191322: add test for 7064927 to java.lang.instrument 2012-08-17 12:51:23 -07:00
VerifyLocalVariableTableOnRetransformTest.sh 7191322: add test for 7064927 to java.lang.instrument 2012-08-17 12:51:23 -07:00