jdk-24/test/hotspot/jtreg/serviceability/sa
Coleen Phillimore 016b0f0caa 8232759: Remove GC.class_stats
Make the GC.class_stats option obsolete

Reviewed-by: dholmes, iklam
2020-01-09 17:38:41 -05:00
..
jmap-hprof 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
sadebugd 8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger" 2019-07-13 20:55:25 +09:00
CDSJMapClstats.java 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode 2018-08-27 10:25:13 +05:30
ClhsdbAttach.java 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier 2019-08-06 10:48:21 +02:00
ClhsdbCDSCore.java 8235403: Further cleanup to test serviceability/sa/ClhsdbCDSCore.java 2019-12-09 15:01:57 +01:00
ClhsdbCDSJstackPrintAll.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbField.java 8223306: Remove threads linked list (use ThreadsList's array in SA) 2019-05-21 10:34:57 +02:00
ClhsdbFindPC.java 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64 2019-08-15 14:00:36 +08:00
ClhsdbFlags.java 8217845: SA should refer const values for JVMFlag from HotSpot 2019-02-05 14:24:29 +09:00
ClhsdbInspect.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbJdis.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbJhisto.java 8220602: Shenandoah-SA: Enable best-effort implementation of heap walk 2019-03-14 09:53:15 -04:00
ClhsdbJstack.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbJstackXcompStress.java 8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE 2019-09-23 20:26:18 +02:00
ClhsdbLauncher.java 8234277: ClhsdbLauncher should enable verbose exceptions and do a better job of detecting SA failures 2019-12-18 11:49:30 -08:00
ClhsdbLongConstant.java 8229838: Rename markOop files to markWord 2019-08-19 11:30:03 +02:00
ClhsdbPmap.java 8230043: Lazily load libverify 2019-10-07 16:55:24 +02:00
ClhsdbPrintAll.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbPrintAs.java 8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers 2019-02-01 11:29:31 +05:30
ClhsdbPrintStatics.java 8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184 2019-08-28 12:53:37 -04:00
ClhsdbPstack.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbScanOops.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbSource.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbThread.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbVmStructsDump.java 8223306: Remove threads linked list (use ThreadsList's array in SA) 2019-05-21 10:34:57 +02:00
ClhsdbWhere.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
DeadlockDetectionTest.java 8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher 2018-09-10 14:23:37 -07:00
JhsdbThreadInfoTest.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
libNoFramePointer.c 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 2018-07-23 18:08:46 +02:00
LingeredAppWithDefaultMethods.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LingeredAppWithEnum.java 8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes 2018-02-09 12:09:21 +05:30
LingeredAppWithInterface.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LingeredAppWithInvokeDynamic.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LingeredAppWithLock.java 8185796: jstack and clhsdb jstack should show lock objects 2017-11-27 11:20:38 +05:30
LingeredAppWithNativeMethod.java 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 2018-07-23 18:08:46 +02:00
LingeredAppWithRecComputation.java 8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE 2019-09-23 20:26:18 +02:00
LingeredAppWithTrivialMain.java 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64 2019-08-15 14:00:36 +08:00
TestClassDump.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestClhsdbJstackLock.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
TestCpoolForInvokeDynamic.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestDefaultMethods.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestG1HeapRegion.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestHeapDumpForInvokeDynamic.java 8218978: SA: Enable more ZGC testing 2019-02-19 10:04:53 +01:00
TestInstanceKlassSize.java 8232759: Remove GC.class_stats 2020-01-09 17:38:41 -05:00
TestInstanceKlassSizeForInterface.java 8232759: Remove GC.class_stats 2020-01-09 17:38:41 -05:00
TestIntConstant.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestJhsdbJstackLock.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestJhsdbJstackMixed.java 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 2018-07-23 18:08:46 +02:00
TestJmapCore.java 8230942: Support compressed cores in SA tests 2019-09-27 10:48:23 -07:00
TestJmapCoreMetaspace.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestPrintMdo.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
TestRevPtrsForInvokeDynamic.java 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach 2018-06-25 23:04:21 +02:00
TestType.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
TestUniverse.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00