src/os/linux/vm/os_linux.cpp

changeset 9466
0d85d1b001bb
parent 9448
73d689add964
child 9572
624a0741915c
     1.1 --- a/src/os/linux/vm/os_linux.cpp	Tue Apr 02 19:01:15 2019 +0800
     1.2 +++ b/src/os/linux/vm/os_linux.cpp	Tue Apr 02 21:03:37 2019 +0800
     1.3 @@ -1030,7 +1030,7 @@
     1.4    MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
     1.5    sync_with_child->notify();
     1.6  
     1.7 -#ifdef MIPS64
     1.8 +#if defined MIPS && !defined ZERO
     1.9    //To be accessed in NativeGeneralJump::patch_verified_entry()
    1.10    if (thread->is_Java_thread())
    1.11    {

mercurial