Request for reviews(M): 7193318: C2: remove number of inputs requirement from Node's new operator (original) (raw)

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Sep 24 11:09:18 PDT 2012


I regenerated webrev using Tom's webrev script so that udiffs are more clear:

http://cr.openjdk.java.net/~kvn/7193318/webrev/

Typo "necassary":

We do such alignment for sparc only. See comment in allocation.hpp. Please, change question to statement:

Otherwise looks good.

thanks, Vladimir

Bharadwaj Yadavalli wrote:

De-couple memory allocation for edges from memory allocation for Node object. This allows use of placement new operator of Node, viz., new(sizet, Compile *) instead of node(sizet, Compile *, int) thereby eliminating the need to specify the number of edges in the new operator. Deleted placement new operator of Node - node(sizet, Compile *, int). Testing done: jtreg, and JPRT Benchmarking: refworkload. Thanks, Bharadwaj



More information about the hotspot-compiler-dev mailing list