comparison test/runtime/memory/ReadFromNoaccessArea.java @ 14248:8bca494530d3

8028398: [TESTBUG]: test/runtime/memory/ReadFromNoaccessArea.java failed with EXCEPTION_ACCESS_VIOLATION Summary: Remove ignore label Reviewed-by: sla, mseledtsov Contributed-by: george.triantafillou@oracle.com
author hseigel
date Tue, 14 Jan 2014 13:51:47 -0500
parents e567d5afd4dd
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14247:2e96b2d61686 14248:8bca494530d3
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @ignore 8028398
26 * @test 25 * @test
27 * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION 26 * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
28 * @library /testlibrary /testlibrary/whitebox 27 * @library /testlibrary /testlibrary/whitebox
29 * @build ReadFromNoaccessArea 28 * @build ReadFromNoaccessArea
30 * @run main ClassFileInstaller sun.hotspot.WhiteBox 29 * @run main ClassFileInstaller sun.hotspot.WhiteBox