< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.hpp

Print this page
rev 9402 : dihop-changes
rev 9404 : [mq]: erik-jmasa-review

*** 1351,1361 **** static size_t humongous_threshold_for(size_t region_size) { return (region_size / 2); } // Returns the number of regions the humongous object of the given word size ! // covers. static size_t humongous_obj_size_in_regions(size_t word_size); // Update mod union table with the set of dirty cards. void updateModUnion(); --- 1351,1361 ---- static size_t humongous_threshold_for(size_t region_size) { return (region_size / 2); } // Returns the number of regions the humongous object of the given word size ! // requires. static size_t humongous_obj_size_in_regions(size_t word_size); // Update mod union table with the set of dirty cards. void updateModUnion();
< prev index next >