--- old/src/jdk/nashorn/internal/objects/NativeSyntaxError.java 2014-01-16 22:41:55.019955934 +0530 +++ new/src/jdk/nashorn/internal/objects/NativeSyntaxError.java 2014-01-16 22:41:54.931955490 +0530 @@ -44,7 +44,7 @@ public final class NativeSyntaxError extends ScriptObject { /** message property in instance */ - @Property(name = NativeError.MESSAGE) + @Property(name = NativeError.MESSAGE, attributes = Attribute.NOT_ENUMERABLE) public Object instMessage; /** error name property */