hotspot/src/share/vm/memory/cardTableModRefBS.cpp
changeset 360 21d113ecbf6a
parent 219 ac2d788217ca
child 754 fb9904179b42
child 670 ddf3e9583f2f
child 1374 4c24294029a9
--- a/hotspot/src/share/vm/memory/cardTableModRefBS.cpp	Fri Apr 11 09:56:35 2008 -0400
+++ b/hotspot/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);
 }