mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
67a5fc2529
76 changed files with 592 additions and 860 deletions
|
@ -1243,11 +1243,7 @@ public:
|
|||
|
||||
private:
|
||||
// initialization state
|
||||
#ifdef ASSERT
|
||||
void set_init_state(ClassState state);
|
||||
#else
|
||||
void set_init_state(ClassState state) { _init_state = (u1)state; }
|
||||
#endif
|
||||
void set_rewritten() { _misc_flags |= _misc_rewritten; }
|
||||
void set_init_thread(Thread *thread) { _init_thread = thread; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue