Code Review for main-hotspot-g1

Prepared by:Martin Doerr on Tue Apr 16 10:19:49 CEST 2013
Workspace:/net/usr.work/d045726/oJ/8/main-hotspot-g1
Compare against: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot
Compare against version:4481
Summary of changes: 15 lines changed: 13 ins; 0 del; 2 mod; 7540 unchg
Patch of changes: main-hotspot-g1.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/cpu/sparc/vm/templateTable_sparc.cpp

rev 4482 : G1: Fix bug with compressed oops in template interpreter on x86 and sparc.

In do_oop_store an uncompressed oop needs to be preserved and passed to
g1_write_barrier_post. This is necessary for the heap region cross
check which did not work correctly.
8 lines changed: 7 ins; 0 del; 1 mod; 3809 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateTable_x86_64.cpp

rev 4482 : G1: Fix bug with compressed oops in template interpreter on x86 and sparc.

In do_oop_store an uncompressed oop needs to be preserved and passed to
g1_write_barrier_post. This is necessary for the heap region cross
check which did not work correctly.
7 lines changed: 6 ins; 0 del; 1 mod; 3731 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 23.18-hg).