< prev index next >

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

Print this page
rev 59103 : imported patch hotspot

*** 33,43 **** */ // 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" - // TODO: test on solaris, before adding "@requires os.family == solaris" import java.io.File; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; --- 33,42 ----
< prev index next >