jdk-24/hotspot/src/share/vm/gc_implementation
Thomas Schatzl 483ea400a5 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
Mentioned closures are actually wrapped methods. This adds confusion to readers, and in this case also increases code size as G1ParScanHeapEvacClosure is part of the oop_oop_iterate() methods. Move them into G1ParScanThreadState as methods.

Reviewed-by: stefank
2014-03-17 10:07:51 +01:00
..
2014-02-21 10:00:46 +01:00
2014-02-25 11:02:11 +01:00