Compare commits

..

No commits in common. "c8" and "imports/c9/java-1.8.0-openjdk-1.8.0.462.b08-3.el9" have entirely different histories.

2 changed files with 1012 additions and 1125 deletions

View File

@ -16,7 +16,7 @@ diff --git openjdk.orig/hotspot/src/share/vm/gc_implementation/shenandoah/shenan
Atomic::add(val, &_sum);
- int mag = log2_intptr(val) + 1;
+ int mag = log2_long(val) + 1;
+ int mag = log2_intptr((uintptr_t)val) + 1;
// Defensively saturate for product bits:
if (mag < 0) {

File diff suppressed because it is too large Load Diff