-
Task
-
Resolution: Won't Fix
-
P3
-
None
-
8
-
None
-
generic
-
generic
Currently PropertyMap acts as PropertyListener, maintaining a collection of SwitchPoints to invalidate callsites for properties in the prototype chain. This prevents PropertyMaps to be sharable between globals/threads because proto switch points may leak memory.
- relates to
-
JDK-8021350 Share script classes between threads/globals within context
- Resolved