RFR: 8254297: Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180
Aleksey Shipilev
shade at openjdk.java.net
Fri Oct 9 15:05:11 UTC 2020
On Fri, 9 Oct 2020 14:57:10 GMT, Erik Österlund <eosterlund 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.
Since mainline contains both #546 (merged yesterday) and #296 (merged today), most testing would now fail on builds
steps. @DamonFool, please integrate as soon as possible!
-------------
PR: https://git.openjdk.java.net/jdk/pull/578
More information about the hotspot-dev
mailing list