Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 12
- Affects Version/s: 8u172, 11, 12
Windows 32 bit builds of the saproc native library are broken after
:
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
. RTC1 flag is being added here:
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