test/lib/jdk/test/lib/cds/CDSTestUtils.java
changeset 58842 6c255334120d
parent 55348 d109188f6480
child 58923 2938e0a4e954
--- a/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Tue Oct 29 11:33:25 2019 +0100
+++ b/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Tue Oct 29 08:26:55 2019 -0700
@@ -309,7 +309,7 @@
     // exceptions match. Pass null if you wish not to re-throw any exception.
     public static void checkCommonExecExceptions(OutputAnalyzer output, Exception e)
         throws Exception {
-        if (output.getStdout().contains("http://bugreport.java.com/bugreport/crash.jsp")) {
+        if (output.getStdout().contains("https://bugreport.java.com/bugreport/crash.jsp")) {
             throw new RuntimeException("Hotspot crashed");
         }
         if (output.getStdout().contains("TEST FAILED")) {