Zoltan Majo
|
41b79b9ad4
|
8074869: C2 code generator can replace -0.0f with +0.0f on Linux
Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively.
Reviewed-by: kvn, simonis, dlong
|
2015-03-14 11:21:04 +01:00 |
|
Roland Westrelin
|
f4f9769cd2
|
8073184: Compile of java.lang.Integer::getChars fails with LoopLimitCheck = false after 8054478
CastII that guards counted loops confuses range check elimination with LoopLimitCheck off
Reviewed-by: kvn, iveresov
|
2015-02-24 15:23:05 +01:00 |
|
Igor Veresov
|
14cf940405
|
8073735: compiler/loopopts/CountedLoopProblem.java got OOME
Ignore OOM in the test
Reviewed-by: kvn
|
2015-02-24 23:31:00 -08:00 |
|
Igor Veresov
|
783f2be52f
|
8072753: Nondeterministic wrong answer on arithmetic
Check for overflow when inverting the loop during the counted loop conversion
Reviewed-by: kvn
|
2015-02-17 11:00:18 -08:00 |
|
Pavel Chistyakov
|
0b17d19f48
|
8068231: Several tests are still excluded
Reviewed-by: kvn, iignatyev
|
2015-01-16 15:08:20 +03:00 |
|
Roland Westrelin
|
4bc2edad15
|
8054478: C2: Incorrectly compiled char[] array access crashes JVM
Dead backbranch in main loop results in erroneous array access
Reviewed-by: kvn, iveresov
|
2014-11-13 09:19:46 +01:00 |
|
Zoltan Majo
|
68b0d32b05
|
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
Move all test from <bug_id> directories to <functional_dir_name>/<bug_id>; update TEST.groups to execute more tests
Reviewed-by: drchase, kvn
|
2014-11-18 19:44:45 +01:00 |
|
Vladimir Kozlov
|
b571b4214a
|
8046516: Segmentation fault in JVM (easily reproducible)
Place new nodes on the previous loop exit in reorg_offsets().
Reviewed-by: roland
|
2014-06-12 10:15:43 -07:00 |
|