Withdrawn: 8260413: x86_32 debug build fails after JDK-8259894
Aleksey Shipilev
shade at openjdk.java.net
Tue Jan 26 17:44:47 UTC 2021
On Tue, 26 Jan 2021 12:44:08 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> $ 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.
>
> Additional testing:
> - [x] Linux x86_32 slowdebug build
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2237
More information about the hotspot-compiler-dev
mailing list