You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/03/26 09:16:02 UTC

[GitHub] [netbeans] JaroslavTulach commented on pull request #2707: Upgrading Graal.js to 20.3 LTS version

JaroslavTulach commented on pull request #2707:
URL: https://github.com/apache/netbeans/pull/2707#issuecomment-808061140


   Integration of this PR has to wait, there is a bug (internal number GR-29073) that causes failures on GraalVM 20.3 and 21.0:
   ```
    com.oracle.truffle.api.dsl.UnsupportedSpecializationException: Unexpected values provided for IsCallableNodeGen@58f174d9: [com.oracle.truffle.js.runtime.builtins.JSArray$ArrayLengthProxyProperty@5be82d43], [ArrayLengthProxyProperty]
     org.graalvm.polyglot.PolyglotException: com.oracle.truffle.api.dsl.UnsupportedSpecializationException: Unexpected values provided for IsCallableNodeGen@58f174d9: [com.oracle.truffle.js.runtime.builtins.JSArray$ArrayLengthProxyProperty@5be82d43], [ArrayLengthProxyProperty]
     	at com.oracle.truffle.js.nodes.unary.IsCallableNodeGen.executeAndSpecialize(IsCallableNodeGen.java:268)
     	at com.oracle.truffle.js.nodes.unary.IsCallableNodeGen.executeBoolean(IsCallableNodeGen.java:109)
     	at com.oracle.truffle.js.nodes.interop.KeyInfoNode.cachedOwnProperty(KeyInfoNode.java:113)
   ```
   the bug has already been fixed and the fix will be part of GraalVM 21.1. The fix will hopefully also be backported to some 20.3 update to make sure NetBeans works fine with the latest GraalVM LTS release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists