mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
Reviewed-by: hseigel, gtriantafill
This commit is contained in:
parent
f00c82512d
commit
30bbb5ee4b
34 changed files with 102 additions and 51 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* @build compiler.calls.common.InvokeDynamicPatcher
|
* @build compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8136473
|
* @bug 8136473
|
||||||
* @summary Mismatched stores on same slice possible with Unsafe.Put*Unaligned methods
|
* @summary Mismatched stores on same slice possible with Unsafe.Put*Unaligned methods
|
||||||
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation TestUnsafeUnalignedMismatchedAccesses
|
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation TestUnsafeUnalignedMismatchedAccesses
|
||||||
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UnlockDiagnosticVMOptions -XX:-UseUnalignedAccesses TestUnsafeUnalignedMismatchedAccesses
|
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UnlockDiagnosticVMOptions -XX:-UseUnalignedAccesses TestUnsafeUnalignedMismatchedAccesses
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
* @bug 8136421
|
* @bug 8136421
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
* @library /testlibrary /
|
* @library /testlibrary /
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
||||||
* -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
|
* -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
|
||||||
* -XX:+EnableJVMCI
|
* -XX:+EnableJVMCI
|
||||||
|
|
|
@ -24,6 +24,14 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code.site
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.common
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.amd64
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.sparc
|
||||||
* @compile CodeInstallationTest.java DebugInfoTest.java TestAssembler.java amd64/AMD64TestAssembler.java sparc/SPARCTestAssembler.java
|
* @compile CodeInstallationTest.java DebugInfoTest.java TestAssembler.java amd64/AMD64TestAssembler.java sparc/SPARCTestAssembler.java
|
||||||
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.code.InterpreterFrameSizeTest
|
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.code.InterpreterFrameSizeTest
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -27,6 +27,8 @@
|
||||||
* @bug 8136421
|
* @bug 8136421
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
* @library /testlibrary /
|
* @library /testlibrary /
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
||||||
* -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true
|
* -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true
|
||||||
* -XX:+EnableJVMCI
|
* -XX:+EnableJVMCI
|
||||||
|
|
|
@ -24,7 +24,14 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code.site
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.common
|
||||||
* @compile CodeInstallerTest.java
|
* @compile CodeInstallerTest.java
|
||||||
|
* @build compiler.jvmci.errors.TestInvalidCompilationResult
|
||||||
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidCompilationResult
|
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidCompilationResult
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,12 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code.site
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.common
|
||||||
* @compile CodeInstallerTest.java
|
* @compile CodeInstallerTest.java
|
||||||
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidDebugInfo
|
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidDebugInfo
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -24,6 +24,12 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code.site
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.common
|
||||||
* @compile CodeInstallerTest.java
|
* @compile CodeInstallerTest.java
|
||||||
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidOopMap
|
* @run junit/othervm -da:jdk.vm.ci... -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.jvmci.errors.TestInvalidOopMap
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,6 +26,10 @@
|
||||||
* @bug 8136421
|
* @bug 8136421
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
* @library /testlibrary /
|
* @library /testlibrary /
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.code
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
* @build compiler.jvmci.common.JVMCIHelpers
|
* @build compiler.jvmci.common.JVMCIHelpers
|
||||||
* compiler.jvmci.events.JvmciShutdownEventListener
|
* compiler.jvmci.events.JvmciShutdownEventListener
|
||||||
* compiler.jvmci.events.JvmciShutdownEventTest
|
* compiler.jvmci.events.JvmciShutdownEventTest
|
||||||
|
@ -36,10 +40,11 @@
|
||||||
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
|
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
|
||||||
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
|
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
|
||||||
* compiler.jvmci.events.JvmciShutdownEventListener
|
* compiler.jvmci.events.JvmciShutdownEventListener
|
||||||
* @run driver
|
* @run main/othervm compiler.jvmci.events.JvmciShutdownEventTest
|
||||||
* compiler.jvmci.events.JvmciShutdownEventTest
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// as soon as CODETOOLS-7901589 fixed, '@run main/othervm' at L43 should be replaced w/ '@run driver'
|
||||||
|
|
||||||
package compiler.jvmci.events;
|
package compiler.jvmci.events;
|
||||||
|
|
||||||
import jdk.test.lib.ExitCode;
|
import jdk.test.lib.ExitCode;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,6 +24,8 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.ResolvedJavaTypeResolveConcreteMethodTest
|
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.ResolvedJavaTypeResolveConcreteMethodTest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,6 +24,8 @@
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
|
||||||
|
* @modules jdk.vm.ci/jdk.vm.ci.meta
|
||||||
|
* jdk.vm.ci/jdk.vm.ci.runtime
|
||||||
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.ResolvedJavaTypeResolveMethodTest
|
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.ResolvedJavaTypeResolveMethodTest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,8 +26,9 @@
|
||||||
* @bug 8076110
|
* @bug 8076110
|
||||||
* @summary Redefine running methods that have cached resolution errors
|
* @summary Redefine running methods that have cached resolution errors
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.instrument
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.org.objectweb.asm
|
* java.instrument
|
||||||
|
* jdk.jartool/sun.tools.jar
|
||||||
* @build RedefineClassHelper
|
* @build RedefineClassHelper
|
||||||
* @run main RedefineClassHelper
|
* @run main RedefineClassHelper
|
||||||
* @run main/othervm -javaagent:redefineagent.jar -XX:TraceRedefineClasses=0x600 RedefineRunningMethodsWithResolutionErrors
|
* @run main/othervm -javaagent:redefineagent.jar -XX:TraceRedefineClasses=0x600 RedefineRunningMethodsWithResolutionErrors
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
/*
|
/*
|
||||||
* @test ReservedStackTest
|
* @test ReservedStackTest
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @build jdk.test.lib.*
|
* @build jdk.test.lib.*
|
||||||
* @run main/othervm -XX:-Inline -XX:CompileCommand=exclude,java/util/concurrent/locks/AbstractOwnableSynchronizer.setExclusiveOwnerThread ReservedStackTest
|
* @run main/othervm -XX:-Inline -XX:CompileCommand=exclude,java/util/concurrent/locks/AbstractOwnableSynchronizer.setExclusiveOwnerThread ReservedStackTest
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
* @library /testlibrary /runtime/CommandLine/OptionsValidation/common
|
* @library /testlibrary /runtime/CommandLine/OptionsValidation/common
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/sun.misc
|
||||||
* java.management
|
* java.management
|
||||||
|
* jdk.attach/sun.tools.attach
|
||||||
* @run main LimitSharedSizes
|
* @run main LimitSharedSizes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -42,7 +42,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @test
|
* @test
|
||||||
* @bug 8003985
|
* @bug 8003985
|
||||||
* @summary Support Contended Annotation - JEP 142
|
* @summary Support Contended Annotation - JEP 142
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended Basic
|
* @run main/othervm -XX:-RestrictContended Basic
|
||||||
*/
|
*/
|
||||||
public class Basic {
|
public class Basic {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -43,7 +43,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @bug 8014509
|
* @bug 8014509
|
||||||
* @summary \@Contended: explicit default value behaves differently from the implicit value
|
* @summary \@Contended: explicit default value behaves differently from the implicit value
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended DefaultValue
|
* @run main/othervm -XX:-RestrictContended DefaultValue
|
||||||
*/
|
*/
|
||||||
public class DefaultValue {
|
public class DefaultValue {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -43,7 +43,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @bug 8015270
|
* @bug 8015270
|
||||||
* @summary \@Contended: fix multiple issues in the layout code
|
* @summary \@Contended: fix multiple issues in the layout code
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended HasNonStatic
|
* @run main/othervm -XX:-RestrictContended HasNonStatic
|
||||||
*/
|
*/
|
||||||
public class HasNonStatic {
|
public class HasNonStatic {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -43,7 +43,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @bug 8012939
|
* @bug 8012939
|
||||||
* @summary \@Contended doesn't work correctly with inheritance
|
* @summary \@Contended doesn't work correctly with inheritance
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended Inheritance1
|
* @run main/othervm -XX:-RestrictContended Inheritance1
|
||||||
*/
|
*/
|
||||||
public class Inheritance1 {
|
public class Inheritance1 {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -44,7 +44,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @bug 8015493
|
* @bug 8015493
|
||||||
* @summary \@Contended: fix multiple issues in the layout code
|
* @summary \@Contended: fix multiple issues in the layout code
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended -XX:ContendedPaddingWidth=128 -Xmx128m OopMaps
|
* @run main/othervm -XX:-RestrictContended -XX:ContendedPaddingWidth=128 -Xmx128m OopMaps
|
||||||
*/
|
*/
|
||||||
public class OopMaps {
|
public class OopMaps {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -43,7 +43,7 @@ import jdk.internal.vm.annotation.Contended;
|
||||||
* @bug 8015272
|
* @bug 8015272
|
||||||
* @summary \@Contended within the same group to use the same oop map
|
* @summary \@Contended within the same group to use the same oop map
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.vm.annotation
|
||||||
* @run main/othervm -XX:-RestrictContended -XX:ContendedPaddingWidth=128 -Xmx128m OopMapsSameGroup
|
* @run main/othervm -XX:-RestrictContended -XX:ContendedPaddingWidth=128 -Xmx128m OopMapsSameGroup
|
||||||
*/
|
*/
|
||||||
public class OopMapsSameGroup {
|
public class OopMapsSameGroup {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8087342
|
* @bug 8087342
|
||||||
* @summary Test linkresolver search static, instance and overpass duplicates
|
* @summary Test linkresolver search static, instance and overpass duplicates
|
||||||
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* @run main/othervm -Xverify:none TestStaticandInstance
|
* @run main/othervm -Xverify:none TestStaticandInstance
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
* jdk.attach/sun.tools.attach
|
* jdk.attach/sun.tools.attach
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
* @build jdk.test.lib.* AttachSetGetFlag
|
* @build jdk.test.lib.* AttachSetGetFlag
|
||||||
* @run driver AttachSetGetFlag
|
* @run main AttachSetGetFlag
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
* @bug 7162400
|
* @bug 7162400
|
||||||
* @key regression
|
* @key regression
|
||||||
* @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
|
* @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
|
||||||
|
* @modules jdk.attach/sun.tools.attach
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @build jdk.test.lib.* AttachWithStalePidFileTarget
|
* @build jdk.test.lib.* AttachWithStalePidFileTarget
|
||||||
* @run main AttachWithStalePidFile
|
* @run main AttachWithStalePidFile
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
* @build jdk.test.lib.hprof.*
|
* @build jdk.test.lib.hprof.*
|
||||||
* @build jdk.test.lib.hprof.model.*
|
* @build jdk.test.lib.hprof.model.*
|
||||||
* @build jdk.test.lib.hprof.parser.*
|
* @build jdk.test.lib.hprof.parser.*
|
||||||
* @build jdk.test.lib.hprof.utils.*
|
* @build jdk.test.lib.hprof.util.*
|
||||||
* @build HeapDumpTest
|
* @build HeapDumpTest
|
||||||
* @run testng HeapDumpAllTest
|
* @run testng HeapDumpAllTest
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,7 +51,7 @@ import jdk.test.lib.dcmd.PidJcmdExecutor;
|
||||||
* @build jdk.test.lib.hprof.*
|
* @build jdk.test.lib.hprof.*
|
||||||
* @build jdk.test.lib.hprof.model.*
|
* @build jdk.test.lib.hprof.model.*
|
||||||
* @build jdk.test.lib.hprof.parser.*
|
* @build jdk.test.lib.hprof.parser.*
|
||||||
* @build jdk.test.lib.hprof.utils.*
|
* @build jdk.test.lib.hprof.util.*
|
||||||
* @run testng HeapDumpTest
|
* @run testng HeapDumpTest
|
||||||
*/
|
*/
|
||||||
public class HeapDumpTest {
|
public class HeapDumpTest {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/sun.reflect
|
||||||
* java.management
|
* java.management
|
||||||
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/sun.reflect
|
||||||
* java.management
|
* java.management
|
||||||
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/sun.reflect
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/sun.reflect
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue