-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b20
# 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.
```
```
* 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.
```
- relates to
-
JDK-8253180 ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
-
- Resolved
-