hotspot/src/share/vm/ci/ciObjectFactory.cpp
changeset 25946 1572c9f03fb9
parent 25492 d27050bdfb04
child 27684 e0391b2bf625
child 27644 f4aa22a934e4
--- a/hotspot/src/share/vm/ci/ciObjectFactory.cpp	Tue Aug 05 14:18:44 2014 +0000
+++ b/hotspot/src/share/vm/ci/ciObjectFactory.cpp	Thu Aug 07 12:18:58 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -112,7 +112,7 @@
   // This Arena is long lived and exists in the resource mark of the
   // compiler thread that initializes the initial ciObjectFactory which
   // creates the shared ciObjects that all later ciObjectFactories use.
-  Arena* arena = new (mtCompiler) Arena();
+  Arena* arena = new (mtCompiler) Arena(mtCompiler);
   ciEnv initial(arena);
   ciEnv* env = ciEnv::current();
   env->_factory->init_shared_objects();