src/share/vm/runtime/thread.cpp

changeset 9448
73d689add964
parent 9417
65409bcab2ad
parent 9138
b56ab8e56604
child 9466
0d85d1b001bb
     1.1 --- a/src/share/vm/runtime/thread.cpp	Sat Oct 06 10:25:04 2018 +0100
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Thu Dec 27 11:43:33 2018 +0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +/*
     1.8 + * This file has been modified by Loongson Technology in 2015. These
     1.9 + * modifications are Copyright (c) 2015 Loongson Technology, and are made
    1.10 + * available on the same license terms set forth above.
    1.11 + */
    1.12 +
    1.13  #include "precompiled.hpp"
    1.14  #include "classfile/classLoader.hpp"
    1.15  #include "classfile/javaClasses.hpp"
    1.16 @@ -3437,6 +3443,11 @@
    1.17      return status;
    1.18    }
    1.19  
    1.20 +#ifdef MIPS
    1.21 +  /* 2013/11/5 Jin: To be accessed in NativeGeneralJump::patch_verified_entry() */
    1.22 +  main_thread->set_handle_wrong_method_stub(SharedRuntime::get_handle_wrong_method_stub());
    1.23 +#endif
    1.24 +
    1.25    // Should be done after the heap is fully created
    1.26    main_thread->cache_global_variables();
    1.27  

mercurial