Integrated: 8347987: Bad ifdef in 8330851
Robbin Ehn
rehn at openjdk.org
Sat Jan 18 08:43:40 UTC 2025
On Fri, 17 Jan 2025 11:12:41 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Hi, please consider.
>
> We use "#if INCLUDE_xxx" everywhere else.
> Currently I get this compilation error:
>
> src/hotspot/share/opto/runtime.cpp:2006:41: error: ‘make_notify_jvmti_vthread_Type’ was not declared in this scope; did you mean ‘_notify_jvmti_vthread_Type’?
> 2006 | _notify_jvmti_vthread_Type = make_notify_jvmti_vthread_Type();
>
>
> Only compiled tested, thanks!
This pull request has now been integrated.
Changeset: 0ff67000
Author: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0ff67000dc22e8c58e8a9ed1379010f4a2ad7666
Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod
8347987: Bad ifdef in 8330851
Reviewed-by: stefank, mdoerr, syan, amitkumar
-------------
PR: https://git.openjdk.org/jdk/pull/23172
More information about the hotspot-compiler-dev
mailing list