--- old/test/hotspot/jtreg/runtime/exceptionMsgs/NullPointerException/SuppressMessagesTest.java 2019-09-17 11:07:43.116213000 +0200 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/NullPointerException/SuppressMessagesTest.java 2019-09-17 11:07:42.164405000 +0200 @@ -26,6 +26,7 @@ * @test * @summary Test that the default of flag ShowCodeDetailsInExceptionMessages is 'false', * i.e., make sure the VM does not print the message on default. + * @bug 8218628 * @library /test/lib * @compile -g SuppressMessagesTest.java * @run main/othervm SuppressMessagesTest noMessage @@ -33,6 +34,7 @@ /** * @test * @summary Test that the messages are suppressed if flag ShowCodeDetailsInExceptionMessages is 'false'. + * @bug 8218628 * @library /test/lib * @compile -g SuppressMessagesTest.java * @run main/othervm -XX:-ShowCodeDetailsInExceptionMessages SuppressMessagesTest noMessage @@ -40,6 +42,7 @@ /** * @test * @summary Test that the messages are printed if flag ShowCodeDetailsInExceptionMessages is 'true'. + * @bug 8218628 * @library /test/lib * @compile -g SuppressMessagesTest.java * @run main/othervm -XX:+ShowCodeDetailsInExceptionMessages SuppressMessagesTest printMessage