Searched refs:high_bit (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp302 static const jlong high_bit = (jlong)1 << (jlong)63; variable
303 static const jlong other_bits = ~high_bit;
307 if (tmp != high_bit) {
314 return high_bit;
324 if (tmp != high_bit) {
331 return high_bit;

Completed in 47 milliseconds