-
Enhancement
-
Resolution: Fixed
-
P4
-
8u60, 9
-
b57
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085631 | emb-9 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
JDK-8087049 | 8u65 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
JDK-8075941 | 8u60 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b10 |
JDK-8138446 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8079049 | emb-8u60 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
Migrated from NASHORN-802
There are many properties in global scope. All are initialized by default. But many properties may not be used in script file or in a session. We could lazily initialize global's properties. Getter/Setter may be added to method - but a hidden field may be initialized within getter.
There are many properties in global scope. All are initialized by default. But many properties may not be used in script file or in a session. We could lazily initialize global's properties. Getter/Setter may be added to method - but a hidden field may be initialized within getter.
- backported by
-
JDK-8075941 Global scope should be initialized lazily
-
- Resolved
-
-
JDK-8079049 Global scope should be initialized lazily
-
- Resolved
-
-
JDK-8085631 Global scope should be initialized lazily
-
- Resolved
-
-
JDK-8087049 Global scope should be initialized lazily
-
- Resolved
-
-
JDK-8138446 Global scope should be initialized lazily
-
- Resolved
-