-
Bug
-
Resolution: Fixed
-
P4
-
8u172, 11, 12
-
b16
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8212231 | 11.0.2 | Severin Gehwolf | P4 | Resolved | Fixed | b02 |
JDK-8215116 | openjdk8u212 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
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 afterJDK-8210647. RTC1 flag is being added here:
http://hg.openjdk.java.net/jdk/jdk/file/e25291a90cba/make/lib/Lib-jdk.hotspot.agent.gmk#l47
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
http://hg.openjdk.java.net/jdk/jdk/file/e25291a90cba/make/lib/Lib-jdk.hotspot.agent.gmk#l47
- backported by
-
JDK-8212231 Build of saproc.dll broken on Windows 32 bit after JDK-8210647
- Resolved
-
JDK-8215116 Build of saproc.dll broken on Windows 32 bit after JDK-8210647
- Resolved
- relates to
-
JDK-8210647 libsaproc is being compiled without optimization
- Resolved