Compare commits

...

No commits in common. "a9-beta" and "c8" have entirely different histories.
a9-beta ... c8

2 changed files with 1176 additions and 1091 deletions

View File

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

File diff suppressed because it is too large Load Diff