JDK-8239456 : [win][x86] vtable stub generation: assert failure (code size estimate)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2020-02-19
  • Updated: 2020-06-04
  • Resolved: 2020-02-21
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 JDK 15
11.0.8-oracleFixed 13.0.4Fixed 14.0.2Fixed 15 b12Fixed
Related Reports
Relates :  
Description
When running a {slow | fast}dbg vm with -XX:+DebugVtables, we may crash in VtableStubs::create_vtable_stub() due to a too small size estimate for the generated VM call. 

Solution: adjust size estimates for both x86_64 and x86_32 generators. 
Comments
Fix request (13u): The change applies cleanly, tested with tier1, tier2 tests.
04-06-2020

Fix Request (JDK 14.0.2) This patch fixes an assertion when debugging vtables and has already been backported to JDK 11u. The fix is low risk and applies cleanly to JDK 14.0.2. In addition to CI testing through all tiers in JDK 15 and 11u, additional testing will be executed in JDK 14.0.2 before pushing.
06-03-2020

Fix request (11u): The issue also exists in JDK11. We see the assertion when working with trace code related to vtable stubs. Patch applies cleanly.
04-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/1bf02ccb788f User: lucy Date: 2020-02-21 14:16:13 +0000
21-02-2020