Skip to content

Commit

Permalink
Add native method stubs for jdk.jfr.internal.jvm
Browse files Browse the repository at this point in the history
Signed-off-by: Gengchen Tuo <[email protected]>
  • Loading branch information
thallium committed Sep 9, 2024
1 parent 9249e24 commit ba26fd8
Show file tree
Hide file tree
Showing 6 changed files with 614 additions and 0 deletions.
8 changes: 8 additions & 0 deletions runtime/jcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ if(NOT JAVA_SPEC_VERSION LESS 19)
)
endif()

if(J9VM_OPT_JFR)
# JFR sources
target_sources(jclse
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/common/jdk_jfr_internal_JVM.cpp
)
endif()

include(exports.cmake)

target_enable_ddr(jclse)
Expand Down
Loading

0 comments on commit ba26fd8

Please sign in to comment.