test/hotspot/jtreg/compiler/aot/RecompilationTest.java
changeset 57681 41f2f2829a09
parent 50068 5201c9474ee7
child 58937 ba99c5a4491d
equal deleted inserted replaced
57680:cafd691c6c04 57681:41f2f2829a09
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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.
    41  *     -class compiler.whitebox.SimpleTestCaseHelper
    41  *     -class compiler.whitebox.SimpleTestCaseHelper
    42  *     -extraopt -Dgraal.TieredAOT=false
    42  *     -extraopt -Dgraal.TieredAOT=false
    43  *     -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
    43  *     -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
    44  *     -extraopt -XX:-UseCompressedOops
    44  *     -extraopt -XX:-UseCompressedOops
    45  *     -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::*
    45  *     -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::*
    46  * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:-TieredCompilation
    46  * @run main/othervm -Xmixed -Xbatch -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:-TieredCompilation
    47  *     -XX:-UseCounterDecay -XX:-UseCompressedOops
    47  *     -XX:-UseCounterDecay -XX:-UseCompressedOops
    48  *     -XX:-Inline
    48  *     -XX:-Inline
    49  *     -XX:AOTLibrary=./libRecompilationTest2.so -Xbootclasspath/a:.
    49  *     -XX:AOTLibrary=./libRecompilationTest2.so -Xbootclasspath/a:.
    50  *     -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    50  *     -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    51  *     -Dcompiler.aot.RecompilationTest.check_level=-1
    51  *     -Dcompiler.aot.RecompilationTest.check_level=-1