JDK 21 |
---|
21 b23Fixed |
Cloners :
|
|
Duplicate :
|
|
Duplicate :
|
Running with -ftrapv I found two cases of signed overflow that happen during startup. immI_Pow2M1 does is_power_of_2(n->get_int() + 1) and _debug_idx code does new_debug_idx += bump which can cause _debug_idx to go negative. Then I tried tier1 testing and hit two more problems with c1 Canonicalizer::do_Op2 and c2 AddHelper::will_overflow.
|