comparison src/share/vm/runtime/vmStructs.cpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 352a95d5031c
children 957c266d8bc5
comparison
equal deleted inserted replaced
5553:511612d1b5c1 5554:70f715dfbb41
228 228
229 // A field whose type is not checked is given a null string as the 229 // A field whose type is not checked is given a null string as the
230 // type name, indicating an "opaque" type to the serviceability agent. 230 // type name, indicating an "opaque" type to the serviceability agent.
231 231
232 // NOTE: there is an interdependency between this file and 232 // NOTE: there is an interdependency between this file and
233 // HotSpotTypeDataBase.java, which parses the type strings. 233 // HotSpotJavaTypeDataBase.java, which parses the type strings.
234 234
235 #ifndef REG_COUNT 235 #ifndef REG_COUNT
236 #define REG_COUNT 0 236 #define REG_COUNT 0
237 #endif 237 #endif
238 238