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

Build of saproc.dll broken on Windows 32 bit after JDK-8210647

XMLWordPrintable

    • b16
    • x86
    • windows

        Windows 32 bit builds of the saproc native library are broken after JDK-8210647:

        cl : Command line error D8016 : '/RTC1' and '/O1' command-line options are incompatible
        > *** [Lib-jdk.hotspot.agent.gmk:54: /output-jdk11-fastdebug/support/modules_libs/jdk.hotspot.agent/saproc.dll] Error 1

        The reason for this is that flag /RTC1 is added for 32 bit Windows build unconditionally, while it should only be added for slowdebug builds after JDK-8210647. RTC1 flag is being added here:
        http://hg.openjdk.java.net/jdk/jdk/file/e25291a90cba/make/lib/Lib-jdk.hotspot.agent.gmk#l47

              sgehwolf Severin Gehwolf
              sgehwolf Severin Gehwolf
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: