src/os/linux/vm/os_linux.cpp

changeset 9228
617b86d17edb
parent 9041
95a08233f46c
child 9448
73d689add964
     1.1 --- a/src/os/linux/vm/os_linux.cpp	Mon Sep 03 14:27:42 2018 +0800
     1.2 +++ b/src/os/linux/vm/os_linux.cpp	Tue Sep 04 21:25:12 2018 +0800
     1.3 @@ -981,7 +981,7 @@
     1.4    sync_with_child->notify();
     1.5  
     1.6  #ifdef MIPS64
     1.7 -  /* 2013/11/5 Jin: To be accessed in NativeGeneralJump::patch_verified_entry() */
     1.8 +  //To be accessed in NativeGeneralJump::patch_verified_entry()
     1.9    if (thread->is_Java_thread())
    1.10    {
    1.11      ((JavaThread*)thread)->set_handle_wrong_method_stub(SharedRuntime::get_handle_wrong_method_stub());

mercurial