mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24: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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue