diff --git a/test/nashorn/script/basic/javaexceptions.js.EXPECTED b/test/nashorn/script/basic/javaexceptions.js.EXPECTED index 2494cdb64b9..9abc7efac94 100644 --- a/test/nashorn/script/basic/javaexceptions.js.EXPECTED +++ b/test/nashorn/script/basic/javaexceptions.js.EXPECTED @@ -2,6 +2,6 @@ true true java.net.MalformedURLException: no protocol: invalid_url true -java.lang.IllegalMonitorStateException +java.lang.IllegalMonitorStateException: current thread is not owner true java.io.IOException: I/O failed