comparison src/share/vm/memory/modRefBarrierSet.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents da91efe96a93
children 8a9bb7821e28
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
70 bool has_write_prim_array_opt() { return false; } 70 bool has_write_prim_array_opt() { return false; }
71 71
72 bool has_read_region_opt() { return false; } 72 bool has_read_region_opt() { return false; }
73 73
74 74
75 // These operations should assert false unless the correponding operation 75 // These operations should assert false unless the corresponding operation
76 // above returns true. 76 // above returns true.
77 void read_ref_array(MemRegion mr) { 77 void read_ref_array(MemRegion mr) {
78 assert(false, "can't call"); 78 assert(false, "can't call");
79 } 79 }
80 void read_prim_array(MemRegion mr) { 80 void read_prim_array(MemRegion mr) {