hotspot/test/compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java
changeset 46260 5de61384fba6
parent 42652 dc2f4314cb2e
child 46267 dde19b81b7fd
equal deleted inserted replaced
46258:d26ebd7e2f10 46260:5de61384fba6
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2017, 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.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @library /test/lib /testlibrary /
    26  * @library /test/lib /testlibrary /
    27  * @requires vm.bits == "64" & os.arch == "amd64" & os.family == "linux"
    27  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") & !(os.family == "windows")
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @build compiler.calls.common.InvokeVirtual
    29  * @build compiler.calls.common.InvokeVirtual
    30  *        compiler.aot.AotCompiler
    30  *        compiler.aot.AotCompiler
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *      sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *      sun.hotspot.WhiteBox$WhiteBoxPermission