test/hotspot/jtreg/serviceability/sa/ClhsdbFlags.java
changeset 53596 bb40a5303c84
parent 53513 8c035b34248d
child 53635 247e5ca412f5
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbFlags.java	Thu Jan 31 17:48:29 2019 -0800
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbFlags.java	Fri Feb 01 11:29:31 2019 +0530
@@ -29,6 +29,7 @@
 import jdk.test.lib.apps.LingeredApp;
 import jdk.test.lib.Platform;
 import jdk.test.lib.Utils;
+import jtreg.SkippedException;
 
 /**
  * @test
@@ -82,6 +83,8 @@
                     "MaxJavaStackTraceDepth = 1024"));
 
             test.run(theApp.getPid(), cmds, expStrMap, null);
+        } catch (SkippedException se) {
+            throw se;
         } catch (Exception ex) {
             throw new RuntimeException("Test ERROR " + ex, ex);
         } finally {