JDK-8225663 : [testbug] Missing JNIEXPORT in XAbortProvoker native function
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11.0.5,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-12
  • Updated: 2021-04-23
  • Resolved: 2019-06-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.5Fixed 13 b25Fixed 14Fixed
Related Reports
Relates :  
Description
compiler/rtm/locking tests are failing on Windows machines which support RTM because Java_compiler_testlibrary_rtm_XAbortProvoker_doAbort is not exported:
Exception in thread "main" java.lang.UnsatisfiedLinkError: 'int compiler.testlibrary.rtm.XAbortProvoker.doAbort()'

Comments
Fix Request This is a very low risk change that needs to be pushed to jdk11u with change JDK-8223660 (https://bugs.openjdk.java.net/browse/JDK-8223660). It applies cleanly. Thank you.
13-06-2019