# HG changeset patch # User hseigel # Date 1389725507 18000 # Node ID 8bca494530d317394abf9c3409255a5843154189 # Parent 2e96b2d61686fc5ee27ace8b3d3e3edd622f125d 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 2e96b2d61686 -r 8bca494530d3 test/runtime/memory/ReadFromNoaccessArea.java --- 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