RFR: 8260413: x86_32 slowdebug build fails after JDK-8259894
Aleksey Shipilev
shade at openjdk.java.net
Tue Jan 26 12:48:46 UTC 2021
$ CONF=linux-x86-server-slowdebug make clean all
...
* For target buildjdk_hotspot_variant-server_libjvm_objs_compile.o:
4673 | jio_snprintf(output, sizeof(output), "%s:%d", CompilerPhaseTypeHelper::to_string(cpt), idx);
| ^~~~~~~~~~~~
| vsnprintf
4675 | jio_snprintf(output, sizeof(output), "%s", CompilerPhaseTypeHelper::to_string(cpt));
| ^~~~~~~~~~~~
| vsnprintf
It is somewhat weird it only manifests on x86_32 and only in slowdebug.
Additional testing:
- [x] Linux x86_32 slowdebug build
-------------
Commit messages:
- 8260413: x86_32 slowdebug build fails after JDK-8259894
Changes: https://git.openjdk.java.net/jdk/pull/2237/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2237&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8260413
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/2237.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2237/head:pull/2237
PR: https://git.openjdk.java.net/jdk/pull/2237
More information about the hotspot-compiler-dev
mailing list