JDK-5104384 : java program gives - OracleCompiler: exclude message when using .hotspot_compile
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2004-09-20
  • Updated: 2005-04-04
  • Resolved: 2005-04-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Duplicate :  
Description
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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
22-09-2004

EVALUATION Will look into post tiger. ###@###.### 2004-09-21
21-09-2004