< prev index next >

test/compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java

Print this page
rev 13457 : 8186537: remove unnecessary @requires from hotspot/compiler/aot tests
Reviewed-by: duke


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @requires vm.aot
  27  * @library /test/lib /testlibrary /
  28  * @ignore 8132547
  29  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
  30  * @modules java.base/jdk.internal.org.objectweb.asm
  31  *          java.base/jdk.internal.misc
  32  * @build compiler.calls.common.InvokeDynamic
  33  *        compiler.calls.common.InvokeDynamicPatcher
  34  *        compiler.aot.AotCompiler
  35  * @run main compiler.calls.common.InvokeDynamicPatcher
  36  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  37  *      sun.hotspot.WhiteBox$WhiteBoxPermission
  38  * @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so
  39  *      -class compiler.calls.common.InvokeDynamic
  40  *      -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
  41  * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeDynamic2AotTest.so
  42  *      -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  43  *      compiler.calls.common.InvokeDynamic
  44  *      -checkCallerCompileLevel -1 -checkCalleeCompileLevel -1
  45  * @summary check calls from aot to aot code using invokedynamic
  46  */


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @requires vm.aot
  27  * @library /test/lib /testlibrary /
  28  * @ignore 8132547

  29  * @modules java.base/jdk.internal.org.objectweb.asm
  30  *          java.base/jdk.internal.misc
  31  * @build compiler.calls.common.InvokeDynamic
  32  *        compiler.calls.common.InvokeDynamicPatcher
  33  *        compiler.aot.AotCompiler
  34  * @run main compiler.calls.common.InvokeDynamicPatcher
  35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  36  *      sun.hotspot.WhiteBox$WhiteBoxPermission
  37  * @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so
  38  *      -class compiler.calls.common.InvokeDynamic
  39  *      -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
  40  * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeDynamic2AotTest.so
  41  *      -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  42  *      compiler.calls.common.InvokeDynamic
  43  *      -checkCallerCompileLevel -1 -checkCalleeCompileLevel -1
  44  * @summary check calls from aot to aot code using invokedynamic
  45  */
< prev index next >