JDK-8254297 : Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-09
  • Updated: 2020-10-15
  • Resolved: 2020-10-09
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 16
16 b20Fixed
Related Reports
Relates :  
Description
# Symptom
```
* For target hotspot_variant-minimal_libjvm_objs_frame.o:
./src/hotspot/share/runtime/frame.cpp:1047:38: error: use of undeclared identifier 'DerivedPointerTable'
  oops_do_internal(f, cf, map, true, DerivedPointerTable::is_active() ?
                                     ^
1 error generated.
```
Comments
Changeset: aaa0a2a0 Author: Jie Fu <jiefu@openjdk.org> Date: 2020-10-09 15:16:49 +0000 URL: https://git.openjdk.java.net/jdk/commit/aaa0a2a0
09-10-2020