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

Jie Fu jiefu at openjdk.java.net
Fri Oct 9 14:33:17 UTC 2020


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);
                            ^

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

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

Changes: https://git.openjdk.java.net/jdk/pull/578/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=578&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254297
  Stats: 7 lines in 3 files changed: 6 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/578.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/578/head:pull/578

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


More information about the hotspot-dev mailing list