mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8140485: Class load and creation cleanup
Reviewed-by: hseigel, coleenp, sspitsyn
This commit is contained in:
parent
24c8c40bb8
commit
2ad9d3192f
59 changed files with 4174 additions and 3258 deletions
|
@ -1367,7 +1367,7 @@ class vmSymbols: AllStatic {
|
|||
return _type_signatures[t];
|
||||
}
|
||||
// inverse of type_signature; returns T_OBJECT if s is not recognized
|
||||
static BasicType signature_type(Symbol* s);
|
||||
static BasicType signature_type(const Symbol* s);
|
||||
|
||||
static Symbol* symbol_at(SID id) {
|
||||
assert(id >= FIRST_SID && id < SID_LIMIT, "oob");
|
||||
|
@ -1376,7 +1376,7 @@ class vmSymbols: AllStatic {
|
|||
}
|
||||
|
||||
// Returns symbol's SID if one is assigned, else NO_SID.
|
||||
static SID find_sid(Symbol* symbol);
|
||||
static SID find_sid(const Symbol* symbol);
|
||||
static SID find_sid(const char* symbol_name);
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue