test/compiler/uncommontrap/UncommonTrapStackBang.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8038098 Cdiff test/compiler/uncommontrap/UncommonTrapStackBang.java

test/compiler/uncommontrap/UncommonTrapStackBang.java

Print this page
rev 7045 : 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: iignatyev
Contributed-by: evgeniya.stepanova@oracle.com

*** 1,7 **** /* ! * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 25,37 **** /** * @test * @bug 8026775 * @summary Uncommon trap blob did not bang all the stack shadow pages * ! * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:+TieredCompilation UncommonTrapStackBang ! * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation UncommonTrapStackBang ! * * * Note: This test does not reproduce the problem with absolute * certainty. Empirically the bug reproduces on Windows some 80+% of * the time. Setting everything up to fail in 100% of the cases turns * out to be tricky at best. --- 25,35 ---- /** * @test * @bug 8026775 * @summary Uncommon trap blob did not bang all the stack shadow pages * ! * @run main/othervm UncommonTrapStackBang * * Note: This test does not reproduce the problem with absolute * certainty. Empirically the bug reproduces on Windows some 80+% of * the time. Setting everything up to fail in 100% of the cases turns * out to be tricky at best.
test/compiler/uncommontrap/UncommonTrapStackBang.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File