diff src/share/vm/memory/cardTableModRefBS.cpp @ 113:ba764ed4b6f2

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
author coleenp
date Sun, 13 Apr 2008 17:43:42 -0400
parents 8b6e49187640
children d1605aabd0a1 35ca13d63fe8 37f87013dfd8
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableModRefBS.cpp	Fri Apr 11 09:56:35 2008 -0400
+++ b/src/share/vm/memory/cardTableModRefBS.cpp	Sun Apr 13 17:43:42 2008 -0400
@@ -294,7 +294,7 @@
 // Note that these versions are precise!  The scanning code has to handle the
 // fact that the write barrier may be either precise or imprecise.
 
-void CardTableModRefBS::write_ref_field_work(oop* field, oop newVal) {
+void CardTableModRefBS::write_ref_field_work(void* field, oop newVal) {
   inline_write_ref_field(field, newVal);
 }