-
Bug
-
Resolution: Fixed
-
P3
-
8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8014145 | 8 | Ioi Lam | P3 | Closed | Fixed | b89 |
With the PermGen removal, the ConstantPool stopped being a Java object. They still need to be locked, so we added a Monitor to each ConstantPool.
This shows up as a memory regression when running Jetty.
This shows up as a memory regression when running Jetty.
- backported by
-
JDK-8014145 NPG: Memory regression: One extra Monitor per ConstantPool
- Closed
- relates to
-
JDK-8001590 NPG: Footprint increase when running Jetty
- Closed
-
JDK-8026977 NPG: Remove ConstantPool::lock
- Closed