Integrated: 8324840: windows-x64-slowdebug does not build anymore after JDK-8317572

Thomas Schatzl tschatzl at openjdk.org
Mon Jan 29 13:57:56 UTC 2024


Hi all,

  after [JDK-8317572](https://bugs.openjdk.org/browse/JDK-8317572) windows-x64-slowdebug does not build any more with teh following error:

 ```
[2024-01-29T12:19:47,671Z] Creating support/native/java.desktop/libjsound/static/jsound.lib from 17 file(s)
[2024-01-29T12:24:59,378Z] ...\open\src\hotspot\share\utilities/stringUtils.hpp(65): error C3861: 'strtok_r': identifier not found
[2024-01-29T12:24:59,378Z] ...\open\src\hotspot\share\utilities/stringUtils.hpp(73): error C3861: 'strtok_r': identifier not found
[2024-01-29T12:24:59,378Z] lib/CompileJvm.gmk:152: recipe for target '.../windows-x64-slowdebug/hotspot/variant-server/libjvm/objs/static/logLevel.obj' failed
[2024-01-29T12:24:59,378Z] make[3]: *** [.../windows-x64-slowdebug/hotspot/variant-server/libjvm/objs/static/logLevel.obj] Error 1
[2024-01-29T12:24:59,378Z] make[3]: *** Waiting for unfinished jobs....
[2024-01-29T12:25:02,568Z] make/Main.gmk:261: recipe for target 'hotspot-server-static-libs' failed
[2024-01-29T12:25:02,568Z] make[2]: *** [hotspot-server-static-libs] Error 2
[2024-01-29T12:25:02,568Z] make[2]: *** Waiting for unfinished jobs....
[2024-01-29T12:25:03,412Z] ...\open\src\hotspot\share\utilities/stringUtils.hpp(65): error C3861: 'strtok_r': identifier not found
[2024-01-29T12:25:03,412Z] ...\open\src\hotspot\share\utilities/stringUtils.hpp(73): error C3861: 'strtok_r': identifier not found
[2024-01-29T12:25:03,412Z] lib/CompileJvm.gmk:152: recipe for target '.../windows-x64-slowdebug/hotspot/variant-server/libjvm/objs/logLevel.obj' failed
[2024-01-29T12:25:03,412Z] make[3]: *** [.../windows-x64-slowdebug/hotspot/variant-server/libjvm/objs/logLevel.obj] Error 1
``` 

This change adds the necessary includes.

Still compiling the change....

Thomas

-------------

Commit messages:
 - fix compilation

Changes: https://git.openjdk.org/jdk/pull/17613/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17613&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8324840
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17613.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17613/head:pull/17613

PR: https://git.openjdk.org/jdk/pull/17613


More information about the hotspot-dev mailing list