Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6621094
Votes 0
Synopsis PrintOptoAssembly is broken for oops information in DebugInfo
Category hotspot:compiler2
Reported Against
Release Fixed hs12(b02)
State 10-Fix Delivered, bug
Priority: 5-Very Low
Related Bugs
Submit Date 24-OCT-2007
Description
Instead of # rbp=Oop it the PrintOptoAssembly ouput has

        # Test_SR::test4 @ bci:8  L[0]=_ L[1]=rsp + #0 L[2]=RBP L[3]=_
        # AllocatedObj(0xfffffd7f73b6fcf8)
Posted Date : 2007-10-24 17:41:57.0
Work Around
N/A
Evaluation
OopMapValue and VMRegImpl classes miss virtual method print_on(st) 
which is used by OopMapSet after changes for 6604014: graph visualizer.
As result the method from base classAllocatedObj is used.
Posted Date : 2007-10-24 17:41:57.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang