8003879: Duplicate definitions in vmStructs

Removed duplicate entries

Reviewed-by: dholmes, sspitsyn
This commit is contained in:
Mikael Vidstedt 2012-11-27 07:57:57 -08:00
parent 68137e4136
commit 8c32bcb315
4 changed files with 27 additions and 4 deletions

View file

@ -123,6 +123,11 @@ public:
// the data structure (debug build only)
static void init();
#ifndef PRODUCT
// Execute unit tests
static void test();
#endif
private:
// Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
// Returns 1 if found, 0 if not.