7171936: LOG_G incorrectly defined in globalDefinitions.hpp

Removed LOG_G and LOG_K. Moved LOG_M to where it is being used.

Reviewed-by: twisti, johnc
This commit is contained in:
Bengt Rutisson 2012-05-25 22:35:13 +02:00
parent 3f38785a0a
commit b76f6e07ab
2 changed files with 2 additions and 5 deletions

View file

@ -161,10 +161,6 @@ const size_t M = K*K;
const size_t G = M*K;
const size_t HWperKB = K / sizeof(HeapWord);
const size_t LOG_K = 10;
const size_t LOG_M = 2 * LOG_K;
const size_t LOG_G = 2 * LOG_M;
const jint min_jint = (jint)1 << (sizeof(jint)*BitsPerByte-1); // 0x80000000 == smallest jint
const jint max_jint = (juint)min_jint - 1; // 0x7FFFFFFF == largest jint