Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5104384

java program gives - OracleCompiler: exclude message when using .hotspot_compile

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • 6
    • 1.4.2
    • hotspot
    • x86
    • windows_2000

      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

            Unassigned Unassigned
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: