Integrated: 8254297: Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180
Jie Fu
jiefu at openjdk.java.net
Fri Oct 9 15:21:12 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);
> ^
This pull request has now been integrated.
Changeset: aaa0a2a0
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/aaa0a2a0
Stats: 7 lines in 3 files changed: 6 ins; 0 del; 1 mod
8254297: Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180
Reviewed-by: shade, eosterlund
-------------
PR: https://git.openjdk.java.net/jdk/pull/578
More information about the hotspot-runtime-dev
mailing list