RFR: 8347987: Bad ifdef in 8330851

Robbin Ehn rehn at openjdk.org
Fri Jan 17 11:17:08 UTC 2025


Hi, please consider.

We use "#if INCLUDE_xxx" everywhere else.
This currently I get 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!

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

Commit messages:
 - Fixed ifdef -> if

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

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


More information about the hotspot-compiler-dev mailing list