JDK-8296786 : Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 20
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-11-10
  • Updated: 2022-11-10
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 20
20Unresolved
Description
JdbLastErrorTest fails with -Xcomp and -Xint VM modes.  

The test examines the interaction of the native (Windows) GetLastError value and Panama native invocation.  This usage is known not to work in all modes, and the test should limit itself using "@requires vm.compMode" to avoid failures.