mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
cc872846f5
65 changed files with 434 additions and 248 deletions
|
@ -1062,7 +1062,7 @@ class Assembler : public AbstractAssembler {
|
|||
}
|
||||
void assert_not_delayed(const char* msg) {
|
||||
#ifdef CHECK_DELAY
|
||||
assert_msg ( delay_state == no_delay, msg);
|
||||
assert(delay_state == no_delay, msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue