src/share/vm/ci/ciObjectFactory.cpp

changeset 7074
833b0f92429a
parent 6992
2c6ef90f030a
child 7384
6a528388c7da
     1.1 --- a/src/share/vm/ci/ciObjectFactory.cpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/ci/ciObjectFactory.cpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -112,7 +112,7 @@
    1.11    // This Arena is long lived and exists in the resource mark of the
    1.12    // compiler thread that initializes the initial ciObjectFactory which
    1.13    // creates the shared ciObjects that all later ciObjectFactories use.
    1.14 -  Arena* arena = new (mtCompiler) Arena();
    1.15 +  Arena* arena = new (mtCompiler) Arena(mtCompiler);
    1.16    ciEnv initial(arena);
    1.17    ciEnv* env = ciEnv::current();
    1.18    env->_factory->init_shared_objects();

mercurial