-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b126
-
generic
-
generic
Reported via nashorn-dev:
http://mail.openjdk.java.net/pipermail/nashorn-dev/2016-June/006364.html
When using custom URL protocol without registering a stream handler factory for it, calling Source.baseURL() when the Source is created causes a MalformedURLException to be thrown inside the URL constructor. This can cause significant overhead for apps that parse/compile a lot of scripts.
http://mail.openjdk.java.net/pipermail/nashorn-dev/2016-June/006364.html
When using custom URL protocol without registering a stream handler factory for it, calling Source.baseURL() when the Source is created causes a MalformedURLException to be thrown inside the URL constructor. This can cause significant overhead for apps that parse/compile a lot of scripts.