-
Bug
-
Resolution: Fixed
-
P2
-
8u102, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8152914 | 8u102 | Murali Billa | P2 | Closed | Fixed | b01 |
JDK-8159109 | 8u92 | Murali Billa | P2 | Resolved | Fixed | b33 |
The fix for JDK-8089681 causes a crash in some cases where the the Java object passed to setMember is reclaimed before a JavaScript call is made that eventually calls RuntimeObject::put. This was a missed case when testing the fix for JDK-8089681.
To reproduce, run the attached test program on a build that has the fix forJDK-8089681. It will crash immediately.
To reproduce, run the attached test program on a build that has the fix for
- backported by
-
JDK-8159109 Crash in RuntimeObject::put when object passed to JSObject::setMember is GCed
-
- Resolved
-
-
JDK-8152914 Crash in RuntimeObject::put when object passed to JSObject::setMember is GCed
-
- Closed
-
- relates to
-
JDK-8151459 Validation of new behaviour for JS callback memory leak
-
- Resolved
-
-
JDK-8158783 [TEST BUG] Need test for JDK-8152737
-
- Closed
-
-
JDK-8089681 WebView leaks memory when containing object acts as javascript callback handler
-
- Resolved
-