Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve nashorn support #8

Closed
glathoud opened this issue Jun 20, 2018 · 2 comments
Closed

improve nashorn support #8

glathoud opened this issue Jun 20, 2018 · 2 comments

Comments

@glathoud
Copy link
Owner

At the moment nashorn spits a strange error:

[error] fext: caught error while compiling the implementation: java.lang.NullPointerException
[error] #22 failed on graph_recursion_test: java.lang.NullPointerException
@glathoud
Copy link
Owner Author

it was a nashorn bug, I limited the auto-expansion level to maximum 2 in the Nashorn case, and reported the bug using these two files:

https://github.com/glathoud/fext/blob/master/misc/js_nashorn_bug_2018-06/exp3.js

https://github.com/glathoud/fext/blob/master/misc/js_nashorn_bug_2018-06/exp4.js

@glathoud
Copy link
Owner Author

Corresponding Nashorn bug on the java.com website:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8205600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant