mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6657100: Rename sparcWorks to solstudio in HotSpot
Reviewed-by: erikj, dcubed
This commit is contained in:
parent
45fb620218
commit
8cc7ce2c18
8 changed files with 14 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue