jdk-24/test/hotspot/jtreg/serviceability/sa
2020-04-21 16:11:25 -07:00
..
jmap-hprof 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
sadebugd 8196751: Add jhsdb option to specify debug server RMI connector port 2020-03-26 09:03:52 -07:00
CDSJMapClstats.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
ClhsdbAttach.java 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier 2019-08-06 10:48:21 +02:00
ClhsdbCDSCore.java 8240691: ClhsdbCDSJstackPrintAll incorrectly thinks CDS is in use 2020-03-10 11:52:53 -07:00
ClhsdbCDSJstackPrintAll.java 8240691: ClhsdbCDSJstackPrintAll incorrectly thinks CDS is in use 2020-03-10 11:52:53 -07:00
ClhsdbClasses.java 8242142: convert clhsdb "class" and "classes" commands from javascript to java 2020-04-07 16:31:46 -07:00
ClhsdbDumpclass.java 8240990: convert clhsdb "dumpclass" command from javascript to java 2020-04-08 21:01:01 -07:00
ClhsdbDumpheap.java 8240989: convert clhsdb "dumpheap" command from javascript to java 2020-04-03 12:58:15 -07:00
ClhsdbField.java 8223306: Remove threads linked list (use ThreadsList's array in SA) 2019-05-21 10:34:57 +02:00
ClhsdbFindPC.java 8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr" 2020-04-07 09:36:13 -07:00
ClhsdbFlags.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
ClhsdbInspect.java 8237111: LingeredApp should be started with getTestJavaOpts 2020-01-24 10:31:45 +01:00
ClhsdbJdis.java 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher 2019-02-05 00:43:38 +05:30
ClhsdbJhisto.java 8237111: LingeredApp should be started with getTestJavaOpts 2020-01-24 10:31:45 +01:00
ClhsdbJstack.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
ClhsdbJstackXcompStress.java 8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr" 2020-04-07 09:36:13 -07:00
ClhsdbLauncher.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
ClhsdbLongConstant.java 8229838: Rename markOop files to markWord 2019-08-19 11:30:03 +02:00
ClhsdbPmap.java 8237250: pmap and pstack should do a better of making it clear that they are not supported on Mac OS X 2020-04-13 16:30:11 -07:00
ClhsdbPrintAll.java 8237111: LingeredApp should be started with getTestJavaOpts 2020-01-24 10:31:45 +01:00
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 8237250: pmap and pstack should do a better of making it clear that they are not supported on Mac OS X 2020-04-13 16:30:11 -07:00
ClhsdbScanOops.java 8242265: serviceability/sa/ClhsdbScanOops.java fails due to bad @requires expression 2020-04-08 12:03:02 -07:00
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 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
JhsdbThreadInfoTest.java 8243206: Cleanup error checking and handling in serviceability/sa/JhsdbThreadInfoTest.ja 2020-04-21 16:11:25 -07:00
libNoFramePointer.c 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 2018-07-23 18:08:46 +02:00
LingeredAppSysProps.java 8242162: convert clhsdb "sysprops" command from javascript to java 2020-04-09 07:13:49 -07: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 8242313: use reproducible random in hotspot svc tests 2020-04-13 12:31:34 -07: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 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestClhsdbJstackLock.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestCpoolForInvokeDynamic.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestDefaultMethods.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestG1HeapRegion.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestHeapDumpForInvokeDynamic.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestInstanceKlassSize.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestInstanceKlassSizeForInterface.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestIntConstant.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestJhsdbJstackLock.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestJhsdbJstackMixed.java 8242313: use reproducible random in hotspot svc tests 2020-04-13 12:31:34 -07: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 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestRevPtrsForInvokeDynamic.java 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified 2020-04-01 16:27:03 -07:00
TestSysProps.java 8242162: convert clhsdb "sysprops" command from javascript to java 2020-04-09 07:13:49 -07:00
TestType.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00
TestUniverse.java 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available 2020-03-17 18:04:59 -07:00