mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8003879: Duplicate definitions in vmStructs
Removed duplicate entries Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
68137e4136
commit
8c32bcb315
4 changed files with 27 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue