mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8240676: Meet not symmetric failure when running lucene on jdk8
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
7048684ca7
commit
5ff2d7baaa
5 changed files with 126 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue