Skip to content

Commit a6bc9b3

Browse files
committed
8372588: [asan] serviceability/sa/TestJmapCore.java and TestJmapCoreMetaspace.java fail after recent improvements
Reviewed-by: stuefe, azeller, lucy
1 parent 293fec7 commit a6bc9b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎test/hotspot/jtreg/serviceability/sa/TestJmapCore.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test TestJmapCore
2626
* @summary Test verifies that jhsdb jmap could generate heap dump from core when heap is full
2727
* @requires vm.hasSA
28+
* @requires !vm.asan
2829
* @library /test/lib
2930
* @run driver/timeout=480 TestJmapCore run heap
3031
*/

‎test/hotspot/jtreg/serviceability/sa/TestJmapCoreMetaspace.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test TestJmapCoreMetaspace
2626
* @summary Test verifies that jhsdb jmap could generate heap dump from core when metaspace is full
2727
* @requires vm.hasSA
28+
* @requires !vm.asan
2829
* @library /test/lib
2930
* @run driver/timeout=480 TestJmapCore run metaspace
3031
*/

0 commit comments

Comments
 (0)