6657100: Rename sparcWorks to solstudio in HotSpot

Reviewed-by: erikj, dcubed
This commit is contained in:
Magnus Ihse Bursie 2018-08-31 09:37:03 +02:00
parent 45fb620218
commit 8cc7ce2c18
8 changed files with 14 additions and 16 deletions

View file

@ -85,7 +85,7 @@ typedef struct VMStructEntry {
const char * typeName; /* The type name containing the given field (example: "Klass") */
const char * fieldName; /* The field name within the type (example: "_name") */
uint64_t address; /* Address of field; only used for static fields */
/* ("offset" can not be reused because of apparent SparcWorks compiler bug */
/* ("offset" can not be reused because of apparent solstudio compiler bug */
/* in generation of initializer data) */
} VMStructEntry;