--- old/test/nashorn/script/basic/JDK-8015959.js.EXPECTED 2020-04-15 18:57:51.000000000 +0530 +++ /dev/null 2020-04-15 18:57:51.000000000 +0530 @@ -1,14 +0,0 @@ -check with loadWithNewGlobal -obj.x 344 -obj.y 12 -obj instanceof global.Point? true -p.x 343 -p.y 54 -p instanceof P? true -check with script engine -obj.x 344 -obj.y 12 -obj instanceof global.Point? true -p.x 343 -p.y 54 -p instanceof P? true