Name: rmT116609 Date: 09/20/2004
A DESCRIPTION OF THE REQUEST :
when I use .hotspot_compiler in the directory where I execute the JVM, I always get a message -
example -
java test
CompilerOracle: exclude test/test test
Testing...
The message CompilerOracle: exclude test/test test is very much an un-expected message. Atleast there should be a way to exclude or disable this message to be displayed.
JUSTIFICATION :
This is not an expected message, and there should be ways to enable/disable this message.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No informational message should be displayed, which is like a permanent message.
ACTUAL -
This message is always displayed
---------- BEGIN SOURCE ----------
public class test
{
public static void main (String []args)
{
System.out.println("Testing...");
}
}
compile and execute this class in a directory which has a .hotspot_compiler file with the contents as -
exclude test/test test
---------- END SOURCE ----------
(Incident Review ID: 311025)
======================================================================
###@###.### 11/2/04 17:13 GMT
A DESCRIPTION OF THE REQUEST :
when I use .hotspot_compiler in the directory where I execute the JVM, I always get a message -
example -
java test
CompilerOracle: exclude test/test test
Testing...
The message CompilerOracle: exclude test/test test is very much an un-expected message. Atleast there should be a way to exclude or disable this message to be displayed.
JUSTIFICATION :
This is not an expected message, and there should be ways to enable/disable this message.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No informational message should be displayed, which is like a permanent message.
ACTUAL -
This message is always displayed
---------- BEGIN SOURCE ----------
public class test
{
public static void main (String []args)
{
System.out.println("Testing...");
}
}
compile and execute this class in a directory which has a .hotspot_compiler file with the contents as -
exclude test/test test
---------- END SOURCE ----------
(Incident Review ID: 311025)
======================================================================
###@###.### 11/2/04 17:13 GMT
- duplicates
-
JDK-4650676 Hotspot compiler should hide "exclude" messages when .hotspot-compiler present
- Resolved