< prev index next >

test/hotspot/jtreg/runtime/appcds/MoveJDKTest.java

Print this page

*** 30,40 **** * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile test-classes/Hello.java ! * @run main MoveJDKTest */ // This test works only on Linux because it depends on symlinks and the name of the hotspot DLL (libjvm.so). // It probably doesn't work on Windows. // TODO: change libjvm.so to libjvm.dylib on MacOS, before adding "@requires os.family == mac" --- 30,40 ---- * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile test-classes/Hello.java ! * @run driver MoveJDKTest */ // This test works only on Linux because it depends on symlinks and the name of the hotspot DLL (libjvm.so). // It probably doesn't work on Windows. // TODO: change libjvm.so to libjvm.dylib on MacOS, before adding "@requires os.family == mac"
< prev index next >