Request for reviews (M): 6892186: SA does not dump debug info for scalar replaced objects

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Oct 20 01:17:36 PDT 2009


On Mon, 2009-10-19 at 12:30 -0700, Vladimir Kozlov wrote:
> http://cr.openjdk.java.net/~kvn/6892186/webrev.00
> 
> Fixed 6892186: SA does not dump debug info for scalar replaced objects
> 
> Problem:
> Part of these changes are from Tom's SA disassembler work.
> Dumping nmethods with scalar replaced objects results in
> exceptions from the SA since it was not implemented.
> 
> Solution:
> Implement scalar replaced objects debug info dump in SA.
> Fix PrintOptoAssembly output for such info since it was not correct.
> Add missing NULL checks in SA dump code.
> Reformat SA debug info output to easy read.
> Add "dumpcodecache" instruction to SA to dump all nmethods in codecache.

Looks good.  -- Christian



More information about the hotspot-compiler-dev mailing list