-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
7u40
-
Windows 7 64-bit
Java 7u40
When passing an instance of a non-public nested class to use via javascript in a WebView to call back into Java, the JVM crashes hard (native stack overflow) when the method on that object is called from the javascript.
Under Java 8b109 this merely results in an exception:
Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessException: Class sun.reflect.misc.Trampoline can not access a member of class webviewcallback.WebViewCallback$JavaAccessObject with modifiers "public"
Under Java 8b109 this merely results in an exception:
Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessException: Class sun.reflect.misc.Trampoline can not access a member of class webviewcallback.WebViewCallback$JavaAccessObject with modifiers "public"
- duplicates
-
JDK-8087754 Creating a Java callback in JavaFX WebView causes HotSpot crash
-
- Closed
-