-
Bug
-
Resolution: Won't Fix
-
P4
-
8, 11, 17, 21, 23
% bash ./configure --with-debug-level=fastdebug --with-jtreg=../openjdk-jtreg/build/images/jtreg/ --with-gtest=../googletest-1.14.0 --disable-warnings-as-errors --with-extra-cxxflags=-ftrapv
% make test TEST=hotspot:tier1
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
>> jtreg:test/hotspot/jtreg:tier1 2528 2526 2 0 <<
==============================
TEST FAILURE
% grep ^TEST: tiers.log
TEST: compiler/c2/MinValueStrideCountedLoop.java#id1
TEST: compiler/c2/MinValueStrideCountedLoop.java#id0
This is probably
- relates to
-
JDK-8324121 SIGFPE in PhaseIdealLoop::extract_long_range_checks
- Resolved
-
JDK-8307138 Fix signed integer overflow in compiler code
- Resolved
-
JDK-8328934 Assert that ABS input and output are legal
- Resolved
- links to
-
Review openjdk/jdk/17617