hotspot/src/share/vm/runtime/thread.hpp
changeset 22539 a27fa687eca8
parent 20707 b3b658c6d1f8
child 22556 a17351e8c2c2
--- a/hotspot/src/share/vm/runtime/thread.hpp	Tue Jan 21 16:45:10 2014 -0600
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Mon Jan 27 23:12:13 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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
@@ -1891,6 +1891,8 @@
   static bool        _vm_complete;
 #endif
 
+  static void initialize_java_lang_classes(JavaThread* main_thread, TRAPS);
+  static void initialize_jsr292_core_classes(TRAPS);
  public:
   // Thread management
   // force_daemon is a concession to JNI, where we may need to add a