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

Makefiles: optimized doess not run jdwpgen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • core-svc
    • None
    • beta
    • generic
    • generic
    • Not verified

      We just downloaded 1.3 and tried to build it,
      and it died saying it couldn't find "JDWPCommands.h".
      That's apparently a generated header file, so I dug a
      little and it looks to me like the GNUmakefile in

              ext/jpda/build/solaris/jdwpgen

      doesn't do anything for an optimized build. Shouldn't it?
      I'm wondering whether

        all: optimized $(GEN_JDWP_JAVA) $(GEN_JDWP_C)

      should be

        all optimized: $(GEN_JDWP_JAVA) $(GEN_JDWP_C)

      Nicholas


            rfield Robert Field (Inactive)
            rfield Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: