Review request (XS): 7125516: G1: ~ConcurrentMark() frees incorrectly

Tony Printezis tony.printezis at oracle.com
Wed Dec 28 16:13:17 UTC 2011


Stefan,

Looks good.

Tony

On 12/28/2011 11:04 AM, Stefan Karlsson wrote:
> http://cr.openjdk.java.net/~stefank/7125516/webrev.00/
>
> The ConcurrentMark desctructor _max_task_num which is a size_t and not 
> a pointer to allocated memory. However, the ConcurrentMark desctructor 
> is never called, so the biggest problem right now is that newer g++ 
> compilers complain about this.
>
> Removed the broken, unused ConcurrentMark desctructor code.



More information about the hotspot-gc-dev mailing list