mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6701024: SAJDI functionality is broken
Back out sa-related changes to 6652736, use concrete expressions for WKK names in the SA Reviewed-by: never, sundar
This commit is contained in:
parent
2cd3a90782
commit
3a4ea9a986
3 changed files with 56 additions and 34 deletions
|
@ -386,7 +386,7 @@ public:
|
|||
#undef WK_KLASS_DECLARE
|
||||
|
||||
// Local definition for direct access to the private array:
|
||||
#define WK_KLASS(name) _well_known_klasses[WK_KLASS_ENUM_NAME(name)]
|
||||
#define WK_KLASS(name) _well_known_klasses[SystemDictionary::WK_KLASS_ENUM_NAME(name)]
|
||||
|
||||
static klassOop box_klass(BasicType t) {
|
||||
assert((uint)t < T_VOID+1, "range check");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue