< prev index next >

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

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 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 >