test/hotspot/jtreg/compiler/interpreter/TestVerifyStackAfterDeopt.java
changeset 53247 3fc330702246
parent 51522 b426c75da4b9
equal deleted inserted replaced
53246:0740588d1f8a 53247:3fc330702246
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, 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.
    26  * @test TestVerifyStackAfterDeopt
    26  * @test TestVerifyStackAfterDeopt
    27  * @bug 8148871
    27  * @bug 8148871
    28  * @bug 8209825
    28  * @bug 8209825
    29  * @summary Checks VerifyStack after deoptimization of array allocation slow call
    29  * @summary Checks VerifyStack after deoptimization of array allocation slow call
    30  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TieredStopAtLevel=1
    30  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TieredStopAtLevel=1
       
    31  *                   -XX:AllocatePrefetchLines=1 -XX:AllocateInstancePrefetchLines=1 -XX:AllocatePrefetchStepSize=16 -XX:AllocatePrefetchDistance=1
    31  *                   -XX:MinTLABSize=1k -XX:TLABSize=1k
    32  *                   -XX:MinTLABSize=1k -XX:TLABSize=1k
    32  *                   -XX:+DeoptimizeALot -XX:+VerifyStack
    33  *                   -XX:+DeoptimizeALot -XX:+VerifyStack
    33  *                   compiler.interpreter.TestVerifyStackAfterDeopt
    34  *                   compiler.interpreter.TestVerifyStackAfterDeopt
    34  */
    35  */
    35 
    36