Skip to content

Commit

Permalink
Merge pull request #15113 from babsingh/ojdk_mhs_jdk8_v1
Browse files Browse the repository at this point in the history
Avoid GREATER_EQUAL in CMake files
  • Loading branch information
keithc-ca authored May 25, 2022
2 parents 3037b9f + c1572f3 commit e929d6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/jcl/exports.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,7 @@ if(J9VM_OPT_OPENJDK_METHODHANDLE)
)
if(JAVA_SPEC_VERSION EQUAL 8)
omr_add_exports(jclse Java_java_lang_invoke_MethodHandleNatives_getConstant)
endif()
if(JAVA_SPEC_VERSION GREATER_EQUAL 11)
else()
omr_add_exports(jclse
Java_java_lang_invoke_MethodHandleNatives_copyOutBootstrapArguments
Java_java_lang_invoke_MethodHandleNatives_clearCallSiteContext
Expand Down

0 comments on commit e929d6b

Please sign in to comment.