test/hotspot/jtreg/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java
changeset 55087 82fe7292ca5c
parent 51753 763aa4d1d596
equal deleted inserted replaced
55086:dcda4663a926 55087:82fe7292ca5c
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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.
    31  *          java.management
    31  *          java.management
    32  * @requires vm.rtm.cpu & vm.rtm.compiler
    32  * @requires vm.rtm.cpu & vm.rtm.compiler
    33  * @build sun.hotspot.WhiteBox
    33  * @build sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  * @run main/othervm/native -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  *                   -XX:+WhiteBoxAPI
    37  *                          -XX:+WhiteBoxAPI
    38  *                   compiler.rtm.locking.TestRTMDeoptOnHighAbortRatio
    38  *                          compiler.rtm.locking.TestRTMDeoptOnHighAbortRatio
    39  */
    39  */
    40 
    40 
    41 package compiler.rtm.locking;
    41 package compiler.rtm.locking;
    42 
    42 
    43 import compiler.testlibrary.rtm.AbortProvoker;
    43 import compiler.testlibrary.rtm.AbortProvoker;