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

solaris build missing java-rmi.cgi

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • infrastructure
    • None
    • b113
    • generic
    • solaris

      With the removal of solaris 32-bit the java-rmi.cgi is missed out in the solaris
      build. The fix is very simple as follows:
      diff --git a/makefiles/CompileLaunchers.gmk b/makefiles/CompileLaunchers.gmk
      --- a/makefiles/CompileLaunchers.gmk
      +++ b/makefiles/CompileLaunchers.gmk
      @@ -576,9 +576,7 @@
         BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
       endif
       ifeq ($(OPENJDK_TARGET_OS), solaris)
      - ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
      - BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
      - endif
      + BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
       endif

            cl Christine Lu (Inactive)
            ksrini Kumar Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: