nashorn/test/script/basic/JDK-8015959.js.EXPECTED
author stefank
Mon, 18 Aug 2014 13:55:29 +0200
changeset 25988 c75f62affad8
parent 18614 addca7a10167
permissions -rw-r--r--
8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc Reviewed-by: jmasa, brutisso, sla

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