test/testlibrary/ctw/test/ClassesListTest.java

Print this page
rev 6415 : [mq]: 8011397.WhiteBoxPermission

*** 1,7 **** /* ! * Copyright (c) 2013, 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) 2014, 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.
*** 24,36 **** /* * @test ClassesListTest * @bug 8012447 * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src * @build sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox ClassesListTest Foo Bar ! * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar * @run main ClassesListTest prepare ! * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst * @run main ClassesListTest check ctw.log * @summary testing of CompileTheWorld :: list of classes in file * @author igor.ignatyev@oracle.com */ --- 24,36 ---- /* * @test ClassesListTest * @bug 8012447 * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src * @build sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox ClassesListTest Foo Bar ! * @run main ClassFileInstaller Foo Bar * @run main ClassesListTest prepare ! * @run main/othervm/bootclasspath/timeout=600 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst * @run main ClassesListTest check ctw.log * @summary testing of CompileTheWorld :: list of classes in file * @author igor.ignatyev@oracle.com */