Issue Details (XML | Word | Printable)

Key: RVM-355
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Complete SPEC JVM with 20 iterations dies in GC

Created: 01/Dec/07 05:06 AM   Updated: 26/Apr/08 01:19 PM
Component/s: Compiler: Optimizing, MMTk
Affects Version/s: None
Fix Version/s: 2.9.3

Time Tracking:
Not Specified

Issue Links:
Related
 
dependent
 


 Description  « Hide
I think since ~r13904 there is a repeatable failure when run the complete SPEC JVM is run with -m20 -M20 as shown here:

http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32b.anu.edu.au/commit/2011/production/Performance/SPECjvm98/SPECjvm98/default/Output.txt

The change was an opt compiler change (to remove unreachable code) but it seems to have exposed a GC bug.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 04/Dec/07 06:13 AM
More recent results (r13907) without expression folding suggest that this is a bug somewhere outside of expression folding:

http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32b.anu.edu.au/commit/2040/production/Performance/SPECjvm98/SPECjvm98/default/Output.txt


David Grove added a comment - 25/Apr/08 08:55 AM
At least needs investigation before we can make release.

Ian Rogers added a comment - 26/Apr/08 01:19 PM
Running a full Spec JVM for 20 iterations since closing RVM-352 now completes.