< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ExcludedClasses.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 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) 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 **** * @run driver ClassFileInstaller -jar ExcludedClasses.jar * ExcludedClassesApp * ExcludedClassesApp$NotLinkedSuper * ExcludedClassesApp$NotLinkedChild * ExcludedClassesApp$NotLinkedInterface ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. ExcludedClasses */ public class ExcludedClasses extends DynamicArchiveTestBase { public static void main(String[] args) throws Exception { --- 33,43 ---- * @run driver ClassFileInstaller -jar ExcludedClasses.jar * ExcludedClassesApp * ExcludedClassesApp$NotLinkedSuper * ExcludedClassesApp$NotLinkedChild * ExcludedClassesApp$NotLinkedInterface ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. ExcludedClasses */ public class ExcludedClasses extends DynamicArchiveTestBase { public static void main(String[] args) throws Exception {
< prev index next >