jdk/test/java/lang/System/ExitFinalizersAndJIT.java
changeset 5808 3a1f603c5ca7
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5807:d34ed576e234 5808:3a1f603c5ca7
    24 /* @test
    24 /* @test
    25    @bug 4119554
    25    @bug 4119554
    26    @summary runFinalizersOnExit(true) causes JIT to be unloaded and
    26    @summary runFinalizersOnExit(true) causes JIT to be unloaded and
    27             crashes the VM.  Interim fix for 1.2 beta4 -- don't unload
    27             crashes the VM.  Interim fix for 1.2 beta4 -- don't unload
    28             native libraries loaded by system classes.
    28             native libraries loaded by system classes.
       
    29    @run main/othervm ExitFinalizersAndJIT
    29 */
    30 */
    30 
    31 
    31 public class ExitFinalizersAndJIT {
    32 public class ExitFinalizersAndJIT {
    32     public static void main(String[] args) throws Exception {
    33     public static void main(String[] args) throws Exception {
    33         System.runFinalizersOnExit(true);
    34         System.runFinalizersOnExit(true);