--- old/compiler/4998314/Test.java	Mon Jan  5 11:32:34 2009
+++ new/compiler/4998314/Test.java	Mon Jan  5 11:32:34 2009
@@ -5,7 +5,7 @@
  * @summary compute_compiled_exc_handler() called with pending exception
  *          Fixed in JDK1.4.2_05 Respin b02
  * @compile Test.java
- * @run shell/timeout=240 Test4998313.sh
+ * @run main/othervm/timeout=240 -XX:-Inline -XX:CompileOnly=Test Test
 */
 
 public class Test extends Thread {
@@ -29,7 +29,7 @@
             System.out.println("KILL THREAD!");
             t.stop();
         }
-        System.exit(0);
+        System.exit(95); // TEST PASS
     }
 
     public void run() {
