jdk/test/demo/jvmti/hprof/CpuTimesDefineClassTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright 2004-2005 Sun Microsystems, Inc. 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 2004-2010 Sun Microsystems, Inc. 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.
*** 42,52 **** hprof = new DemoRun("hprof", "cpu=times"); hprof.runit(args[0]); /* Make sure patterns in output look ok */ if (hprof.output_contains("ERROR")) { ! throw new RuntimeException("Test failed - ERROR seen in oputput"); } /* Must be a pass. */ System.out.println("Test passed - cleanly terminated"); } --- 42,52 ---- hprof = new DemoRun("hprof", "cpu=times"); hprof.runit(args[0]); /* Make sure patterns in output look ok */ if (hprof.output_contains("ERROR")) { ! throw new RuntimeException("Test failed - ERROR seen in output"); } /* Must be a pass. */ System.out.println("Test passed - cleanly terminated"); }