test/hotspot/jtreg/compiler/runtime/Test6859338.java
changeset 51341 09cc8813ae51
parent 47216 71c04702a3d5
equal deleted inserted replaced
51340:818768cd1c6c 51341:09cc8813ae51
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 6859338
    26  * @bug 6859338
    27  * @summary Assertion failure in sharedRuntime.cpp
    27  * @summary Assertion failure in sharedRuntime.cpp
    28  *
    28  *
       
    29  * @requires vm.compiler1.enabled | !vm.graal.enabled
    29  * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    30  * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    30  *      -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter
    31  *      -XX:-InlineObjectHash -Xbatch -XX:-ProfileInterpreter
    31  *      compiler.runtime.Test6859338
    32  *      compiler.runtime.Test6859338
    32  */
    33  */
    33 
    34