mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-23 13:20:34 +00:00
Remove unnecessary steps
This commit is contained in:
parent
8aae88ee06
commit
6704531b84
@ -225,6 +225,6 @@ public final class HexDigits {
|
||||
long m = (x + 0x0606_0606_0606_0606L) & 0x1010_1010_1010_1010L;
|
||||
return ((m << 1) + (m >> 1) - (m >> 4))
|
||||
+ 0x3030_3030_3030_3030L
|
||||
+ (x & 0x0F0F_0F0F_0F0F_0F0FL);
|
||||
+ x;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user