diff src/share/vm/classfile/systemDictionary.cpp @ 18027:9f169829d0e1

Merge
author asaha
date Tue, 08 Jul 2014 13:25:13 -0700
parents ae92351815b6
children 52b4284cb496 ce8f6bb717c9 01dcaba9b3f3
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.cpp	Wed Jul 02 15:31:10 2014 -0700
+++ b/src/share/vm/classfile/systemDictionary.cpp	Tue Jul 08 13:25:13 2014 -0700
@@ -997,7 +997,6 @@
 
   if (host_klass.not_null() && k.not_null()) {
     assert(EnableInvokeDynamic, "");
-    k->set_host_klass(host_klass());
     // If it's anonymous, initialize it now, since nobody else will.
 
     {