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

COMPILE FAILED print out from the debug VM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 1.4.2
    • hotspot
    • None
    • tiger
    • generic
    • generic, solaris_2.6

      the debug VM prints out "COMPILE FAILED" on simple programs even though the behavior is correct :

      public class HiMom {
          public static void main(String[] args) {
              System.out.println("HiMom!");
          }
      }

      reproduced with 1.4.2 build 18:

      bash-2.00$ /java/re/jdk/1.4.2/latest/binaries/solaris-sparc/bin/java_g
      -server -Xcomp -XX:+PrintCompilation -XX:CompileOnly=.main HiMom


      VM option '+PrintCompilation'
      VM option 'CompileOnly=.main'
        1 b HiMom::main (9 bytes)
        1 COMPILE FAILED
      HiMom!

            jrose John Rose
            ksoshals Kirill Soshalskiy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: