test/compiler/uncommontrap/UncommonTrapStackBang.java

changeset 7787
1ec24746bb40
parent 0
f90c822e73f8
     1.1 --- a/test/compiler/uncommontrap/UncommonTrapStackBang.java	Fri Apr 24 09:47:07 2015 +0200
     1.2 +++ b/test/compiler/uncommontrap/UncommonTrapStackBang.java	Thu Apr 23 13:02:32 2015 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -27,9 +27,7 @@
    1.11   * @bug 8026775
    1.12   * @summary Uncommon trap blob did not bang all the stack shadow pages
    1.13   *
    1.14 - * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:+TieredCompilation UncommonTrapStackBang
    1.15 - * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation UncommonTrapStackBang
    1.16 - *
    1.17 + * @run main/othervm UncommonTrapStackBang
    1.18   *
    1.19   * Note: This test does not reproduce the problem with absolute
    1.20   * certainty. Empirically the bug reproduces on Windows some 80+% of

mercurial