8240676: Meet not symmetric failure when running lucene on jdk8

Reviewed-by: kvn, thartmann
This commit is contained in:
Roland Westrelin 2020-03-24 11:06:26 +01:00
parent 7048684ca7
commit 5ff2d7baaa
5 changed files with 126 additions and 25 deletions

View file

@ -1179,6 +1179,9 @@ class Compile : public Phase {
bool select_24_bit_instr() const { return _select_24_bit_instr; }
bool in_24_bit_fp_mode() const { return _in_24_bit_fp_mode; }
#endif // IA32
#ifdef ASSERT
bool _type_verify_symmetry;
#endif
};
#endif // SHARE_OPTO_COMPILE_HPP