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

Incorrect ifndef in makefile

XMLWordPrintable

    • generic
    • generic

        The file jdk/common/Release.gmk currently has a section where it builds an exclude list which says:

        ifndef OPENJDK
        ifndef JAVASE_EMBEDDED
        $(ECHO) "com/oracle/jrockit/jfr/" >> $@
        ...

        endif
        endif

        since this is an exclude list of which files should go into the rt.jar, the ifndefs are unneccessary and creates confusion. ifndefs should be removed since these files never should go into the rt.jar.

              rbackman Rickard Backman (Inactive)
              rbackman Rickard Backman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: