comparison src/share/vm/classfile/vmSymbols.hpp @ 6847:65d07d9ee446

8000263: JSR 292: signature types may appear to be unloaded Reviewed-by: kvn, jrose
author twisti
date Mon, 08 Oct 2012 17:04:00 -0700
parents c92f43386117
children a3ecd773a7b9 a1b8cf9cf970
comparison
equal deleted inserted replaced
6846:377508648226 6847:65d07d9ee446
1136 static vmSymbols::SID signature_for(ID id); 1136 static vmSymbols::SID signature_for(ID id);
1137 static Flags flags_for(ID id); 1137 static Flags flags_for(ID id);
1138 1138
1139 static const char* short_name_as_C_string(ID id, char* buf, int size); 1139 static const char* short_name_as_C_string(ID id, char* buf, int size);
1140 1140
1141 // Access to intrinsic methods:
1142 static Method* method_for(ID id);
1143
1144 // Wrapper object methods: 1141 // Wrapper object methods:
1145 static ID for_boxing(BasicType type); 1142 static ID for_boxing(BasicType type);
1146 static ID for_unboxing(BasicType type); 1143 static ID for_unboxing(BasicType type);
1147 1144
1148 // Raw conversion: 1145 // Raw conversion: