-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b09
All callers of this method ensure that the heap size is properly aligned so the following align_up is redundant.
size_t total_reserved = align_up(heap_size, alignment);
Change to assert instead.
size_t total_reserved = align_up(heap_size, alignment);
Change to assert instead.
- links to
-
Commit(master)
openjdk/jdk/70ebb5e8
-
Review(master)
openjdk/jdk/26456