src/share/vm/runtime/thread.cpp

changeset 7535
7ae4e26cb1e0
parent 7419
d3f3f7677537
parent 6876
710a3c8b516e
child 7994
04ff2f6cd0eb
     1.1 --- a/src/share/vm/runtime/thread.cpp	Mon Mar 16 11:49:32 2015 -0700
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Thu Oct 12 21:27:07 2017 +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 @@ -3421,6 +3427,11 @@
    1.17      return status;
    1.18    }
    1.19  
    1.20 +#ifdef MIPS64
    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