-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b54
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8026552 | 8 | Mikael Gerdin | P3 | Resolved | Fixed | b112 |
Currently VirtualSpace always tries to use large pages when committing memory if large pages are enabled. Calls to VirtualSpace::expand_by may therefore cause it to commit more memory than intended. This can be problematic in low memory conditions where we want to limit the amount of memory that is committed.
- backported by
-
JDK-8026552 VirtualSpace should support per-instance disabling of large pages
- Resolved
- blocks
-
JDK-8024547 MaxMetaspaceSize should limit the committed memory used by the metaspaces
- Closed