mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6754519
: don't emit flag fixup for NaN when condition being tested doesn't need it
Reviewed-by: kvn, rasbold
This commit is contained in:
parent
f3a403d0d4
commit
429a95440a
16 changed files with 1125 additions and 253 deletions
|
@ -35,6 +35,8 @@ Arena *Form::generate_arena() {
|
|||
//------------------------------NameList---------------------------------------
|
||||
// reserved user-defined string
|
||||
const char *NameList::_signal = "$$SIGNAL$$";
|
||||
const char *NameList::_signal2 = "$$SIGNAL2$$";
|
||||
const char *NameList::_signal3 = "$$SIGNAL3$$";
|
||||
|
||||
// Constructor and Destructor
|
||||
NameList::NameList() : _cur(0), _max(4), _iter(0), _justReset(true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue