We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febd4b2 commit 67ba8b4Copy full SHA for 67ba8b4
test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java
@@ -25,6 +25,8 @@
25
* @test
26
* @bug 8357601
27
* @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
30
* @library /test/lib
31
* @run main/othervm/native TestCharArrayReleasing 0 0
32
* @run main/othervm/native TestCharArrayReleasing 1 0
0 commit comments