diff 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
line wrap: on
line diff
--- a/test/runtime/memory/ReadFromNoaccessArea.java	Mon Jan 13 10:05:37 2014 -0500
+++ b/test/runtime/memory/ReadFromNoaccessArea.java	Tue Jan 14 13:51:47 2014 -0500
@@ -22,7 +22,6 @@
  */
 
 /*
- * @ignore 8028398
  * @test
  * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
  * @library /testlibrary /testlibrary/whitebox