hotspot/src/share/vm/runtime/java.cpp
changeset 7900 4c7fc6332f7e
parent 7720 8283870fc280
child 8076 96d498ec7ae1
--- a/hotspot/src/share/vm/runtime/java.cpp	Tue Jan 11 17:50:26 2011 -0500
+++ b/hotspot/src/share/vm/runtime/java.cpp	Wed Jan 12 15:44:16 2011 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, 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
@@ -663,7 +663,8 @@
     }
     _current = JDK_Version(major, minor, micro, info.update_version,
                            info.special_update_version, build,
-                           info.thread_park_blocker == 1);
+                           info.thread_park_blocker == 1,
+                           info.post_vm_init_hook_enabled == 1);
   }
 }