hotspot/src/share/vm/runtime/init.cpp
changeset 19319 0ad35be0733a
parent 16606 926ac1e006db
child 24426 0a69c8cdfca9
--- a/hotspot/src/share/vm/runtime/init.cpp	Wed Aug 14 15:12:00 2013 -0700
+++ b/hotspot/src/share/vm/runtime/init.cpp	Thu Aug 15 20:04:10 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -95,7 +95,6 @@
   management_init();
   bytecodes_init();
   classLoader_init();
-  Metaspace::global_initialize(); // must be before codeCache
   codeCache_init();
   VM_Version_init();
   os_init_globals();