mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8264711: More runtime TRAPS cleanups
Reviewed-by: lfoltan, pchilanomate, dholmes, dcubed
This commit is contained in:
parent
3aec2d9647
commit
af13c64f68
26 changed files with 84 additions and 96 deletions
|
@ -769,7 +769,7 @@ class vmSymbols: AllStatic {
|
|||
|
||||
public:
|
||||
// Initialization
|
||||
static void initialize(TRAPS);
|
||||
static void initialize();
|
||||
// Accessing
|
||||
#define VM_SYMBOL_DECLARE(name, ignore) \
|
||||
static Symbol* name() { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue