mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
510abf997b
745 changed files with 19674 additions and 10048 deletions
|
@ -107,6 +107,9 @@
|
|||
#include "opto/c2compiler.hpp"
|
||||
#include "opto/idealGraphPrinter.hpp"
|
||||
#endif
|
||||
#if INCLUDE_RTM_OPT
|
||||
#include "runtime/rtmLocking.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef DTRACE_ENABLED
|
||||
|
||||
|
@ -3621,6 +3624,10 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
|
||||
BiasedLocking::init();
|
||||
|
||||
#if INCLUDE_RTM_OPT
|
||||
RTMLockingCounters::init();
|
||||
#endif
|
||||
|
||||
if (JDK_Version::current().post_vm_init_hook_enabled()) {
|
||||
call_postVMInitHook(THREAD);
|
||||
// The Java side of PostVMInitHook.run must deal with all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue