equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2013, 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. |
28 * @modules java.base/jdk.internal.jimage |
28 * @modules java.base/jdk.internal.jimage |
29 * java.base/jdk.internal.misc |
29 * java.base/jdk.internal.misc |
30 * java.base/jdk.internal.reflect |
30 * java.base/jdk.internal.reflect |
31 * java.compiler |
31 * java.compiler |
32 * java.management |
32 * java.management |
33 * jdk.jvmstat/sun.jvmstat.monitor |
33 * jdk.internal.jvmstat/sun.jvmstat.monitor |
34 * @build sun.hotspot.WhiteBox Foo Bar |
34 * @build sun.hotspot.WhiteBox Foo Bar |
35 * @run driver ClassFileInstaller sun.hotspot.WhiteBox Foo Bar |
35 * @run driver ClassFileInstaller sun.hotspot.WhiteBox Foo Bar |
36 * sun.hotspot.WhiteBox$WhiteBoxPermission |
36 * sun.hotspot.WhiteBox$WhiteBoxPermission |
37 * @run driver JarDirTest prepare |
37 * @run driver JarDirTest prepare |
38 * @run driver JarDirTest compile jars/* |
38 * @run driver JarDirTest compile jars/* |