diff -r 8462b295c08b -r bb40a5303c84 test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java --- a/test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java Thu Jan 31 17:48:29 2019 -0800 +++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java Fri Feb 01 11:29:31 2019 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2019, 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 @@ -29,6 +29,7 @@ import java.util.Map; import jdk.test.lib.apps.LingeredApp; +import jtreg.SkippedException; /** * @test @@ -74,6 +75,8 @@ test.run(theApp.getPid(), cmds, expStrMap, unExpStrMap); Files.delete(file); + } catch (SkippedException se) { + throw se; } catch (Exception ex) { throw new RuntimeException("Test ERROR " + ex, ex); } finally {