diff src/share/vm/classfile/classFileParser.cpp @ 12333:cacc4c6bfc80

8025233: Move sun.invoke.Stable into java.lang.invoke package Reviewed-by: twisti, iveresov
author vlivanov
date Wed, 02 Oct 2013 06:17:10 -0700
parents da051ce490eb
children 268e7a2178d7
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Fri Sep 27 13:36:25 2013 -0400
+++ b/src/share/vm/classfile/classFileParser.cpp	Wed Oct 02 06:17:10 2013 -0700
@@ -1787,7 +1787,7 @@
     if (_location != _in_method)  break;  // only allow for methods
     if (!privileged)              break;  // only allow in privileged code
     return _method_LambdaForm_Hidden;
-  case vmSymbols::VM_SYMBOL_ENUM_NAME(sun_invoke_Stable_signature):
+  case vmSymbols::VM_SYMBOL_ENUM_NAME(java_lang_invoke_Stable_signature):
     if (_location != _in_field)   break;  // only allow for fields
     if (!privileged)              break;  // only allow in privileged code
     return _field_Stable;