Skip to content

Commit af8bef1

Browse files
author
duke
committed
Backport 67ba8b45dd632c40d5e6872d2a6ce24f86c22152
1 parent 20d362c commit af8bef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* @test
2626
* @bug 8357601
2727
* @requires vm.flagless
28+
* @comment The check of the array allocated with raw malloc triggers ASAN as we peek into the malloc header space.
29+
* @requires !vm.asan
2830
* @library /test/lib
2931
* @run main/othervm/native TestCharArrayReleasing 0 0
3032
* @run main/othervm/native TestCharArrayReleasing 1 0

0 commit comments

Comments
 (0)