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

@ -72,7 +72,7 @@ typedef struct {
int32_t isStatic; // Indicates whether following field is an offset or an address
uint64_t offset; // Offset of field within structure; only used for nonstatic fields
void* 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;