-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: hotspot
From Bengt:
I think there is another circular dependency already present in the code. If you look at max_heap_for_compressed_oops() its implementation uses ClassMetaspaceSize. But this value may be updated a bit later in set_ergonomics_flags():
FLAG_SET_ERGO(uintx, ClassMetaspaceSize, 100*M);
I think there is another circular dependency already present in the code. If you look at max_heap_for_compressed_oops() its implementation uses ClassMetaspaceSize. But this value may be updated a bit later in set_ergonomics_flags():
FLAG_SET_ERGO(uintx, ClassMetaspaceSize, 100*M);
- duplicates
-
JDK-8010722 assert: failed: heap size is too big for compressed oops
-
- Closed
-
- relates to
-
JDK-8010722 assert: failed: heap size is too big for compressed oops
-
- Closed
-