Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
diff test/script/sandbox/javaextend.js.EXPECTED @ 742:66b98808fdff
8032681: Issues with Nashorn
Reviewed-by: ahgross, jlaskey, sundar
author | attila |
---|---|
date | Thu, 30 Jan 2014 20:13:27 +0100 |
parents | c54e218333be |
children |
line wrap: on
line diff
--- a/test/script/sandbox/javaextend.js.EXPECTED Thu Jan 30 19:28:40 2014 +0530 +++ b/test/script/sandbox/javaextend.js.EXPECTED Thu Jan 30 20:13:27 2014 +0100 @@ -1,6 +1,8 @@ TypeError: Can not extend final class jdk.nashorn.test.models.FinalClass. TypeError: Can not extend class jdk.nashorn.test.models.NoAccessibleConstructorClass as it has no public or protected constructors. TypeError: Can not extend/implement non-public class/interface jdk.nashorn.test.models.NonPublicClass. +TypeError: Can not extend class because jdk.nashorn.test.models.ClassWithFinalFinalizer has a final finalize method. +TypeError: Can not extend class because jdk.nashorn.test.models.ClassWithFinalFinalizer has a final finalize method. TypeError: Can not extend multiple classes java.lang.Number and java.lang.Thread. At most one of the specified types can be a class, the rest must all be interfaces. abcdabcd run-object