8224170: Build failures after JDK-8207812 (Implement Dynamic CDS Archive)
Reviewed-by: stuefe, kvn
This commit is contained in:
parent
3b8d8d0a89
commit
65d4cabd51
@ -511,7 +511,7 @@ public:
|
||||
size_t used = size_t(top - bottom) + _other_region_used_bytes;
|
||||
int diff = int(estimate) - int(used);
|
||||
|
||||
log_info(cds)("%s estimate = %lu used = %lu; diff = %d bytes", which, estimate, used, diff);
|
||||
log_info(cds)("%s estimate = " SIZE_FORMAT " used = " SIZE_FORMAT "; diff = %d bytes", which, estimate, used, diff);
|
||||
assert(diff >= 0, "Estimate is too small");
|
||||
|
||||
_last_verified_top = top;
|
||||
|
Loading…
Reference in New Issue
Block a user