# HG changeset patch # User hseigel # Date 1389725507 18000 # Node ID b6440c46dbce8e2a616ece5c28871a57250d2f9d # Parent 6dd74e9a4e6839b042e91b6c6c66f23f622b3e85 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 diff -r 6dd74e9a4e68 -r b6440c46dbce hotspot/test/runtime/memory/ReadFromNoaccessArea.java --- a/hotspot/test/runtime/memory/ReadFromNoaccessArea.java Mon Jan 13 10:05:37 2014 -0500 +++ b/hotspot/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