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: 4650676
Votes 1
Synopsis Hotspot compiler should hide "exclude" messages when .hotspot-compiler present
Category hotspot:compiler1
Reported Against 1.3.1 , 1.4.2
Release Fixed hs10(b06), 6u4(b03) (Bug ID:2171769) , 7(b06) (Bug ID:2176811)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 5104384
Submit Date 11-MAR-2002
Description
Hotspot compiler should hide "exclude" messages when .hotspot-compiler file is present. In case of any problems with some methods, we use .hotspot_compiler file to exclude the methods that are suspected to be causing problems. This avoids compilation of the methods in question and we can overcome the problems. But Hotspot compiler throws message when trying to compile these methods mentioned in .hotspot_compiler. This breaks some of the scripts and parsers that ISv use to study their serverlog files. By default, this should be swicthed off and a flag provided if we want to enable message output from the compiler
Work Around
N/A
Evaluation
Re-assigning this to hotspot compiler team to determine what or if
we should address this RFE.
  xxxxx@xxxxx   2002-03-11

The bug is filed for 1.3.1 but this appears to be an issue with latest JDK. If
work needs to be done for fixing this RFE in older release, then JPSE team will need to look into this as well based on compiler teams feedback.
Comments
  
  Include a link with my name & email   

Submitted On 21-NOV-2003
ozziemlee
The product that I work on relies on the standard output of 
the previous command (java).  When an "exclude" is in 
the .hotspot_compiler is present, the output that is produced 
causes the product to break since the output is unexpected.  
Please provide some way to suppress or redirect this output.

Cheers,
Mike



PLEASE NOTE: JDK6 is formerly known as Project Mustang