mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8072450: 9-dev build failed on elinux-i586 and rlinux-i586
Added LL suffix to constant declaration Reviewed-by: dholmes, coleenp, sla
This commit is contained in:
parent
e9af52deeb
commit
13c456e099
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ JVM_END
|
|||
// java.lang.System, but we choose to keep it here so that it stays next
|
||||
// to JVM_CurrentTimeMillis and JVM_NanoTime
|
||||
|
||||
const jlong MAX_DIFF_SECS = 0x0100000000; // 2^32
|
||||
const jlong MAX_DIFF_SECS = 0x0100000000LL; // 2^32
|
||||
const jlong MIN_DIFF_SECS = -MAX_DIFF_SECS; // -2^32
|
||||
|
||||
JVM_LEAF(jlong, JVM_GetNanoTimeAdjustment(JNIEnv *env, jclass ignored, jlong offset_secs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue