RFR: 8254297: Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180

Erik Österlund eosterlund at openjdk.java.net
Fri Oct 9 15:00:18 UTC 2020


On Fri, 9 Oct 2020 14:22:06 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> The change fixes Zero and Minimal builds broken after JDK-8253180.
> 
> Two build errors were fixed:
>   1 ./src/hotspot/share/runtime/frame.cpp:1047:38: error: use of undeclared identifier 'DerivedPointerTable'
>        oops_do_internal(f, cf, map, true, DerivedPointerTable::is_active() ?
> 
>   2. ./src/hotspot/share/utilities/vmError.cpp: In static member function 'static void
>   VMError::print_stack_trace(outputStream*, JavaThread*, char*, int, bool)':
>      ./src/hotspot/share/utilities/vmError.cpp:214:28: error: no matching function for call to
>      'StackFrameStream::StackFrameStream(JavaThread*&)'
>          StackFrameStream sfs(jt);
>                             ^

Looks good. Thanks for fixing.

-------------

Marked as reviewed by eosterlund (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/578


More information about the hotspot-runtime-dev mailing list