changeset 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 2e96b2d61686
children 78468e5dc6fc 19682558f2e1
files test/runtime/memory/ReadFromNoaccessArea.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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