test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java
changeset 52009 35511492cd6d
parent 49324 e6fbaf07192f
equal deleted inserted replaced
52008:6f04692c7d51 52009:35511492cd6d
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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 6898462 8198826
    26  * @bug 6898462 8198826
    27  * @summary failed reallocations of scalar replaced objects during deoptimization causes crash
    27  * @summary failed reallocations of scalar replaced objects during deoptimization causes crash
    28  *
    28  *
       
    29  * @requires !vm.graal.enabled
    29  * @run main/othervm -XX:-BackgroundCompilation -Xmx128M -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack
    30  * @run main/othervm -XX:-BackgroundCompilation -Xmx128M -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack
    30  *      -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::main
    31  *      -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::main
    31  *      -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::m9_1
    32  *      -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::m9_1
    32  *      compiler.uncommontrap.TestDeoptOOM
    33  *      compiler.uncommontrap.TestDeoptOOM
    33  */
    34  */