[lworld] Integrated: 8272400: [lworld] serviceability/sa/CDSJMapClstats.java fails: No suitable match for type of address

Ioi Lam iklam at openjdk.java.net
Tue Aug 17 19:06:55 UTC 2021


On Tue, 17 Aug 2021 04:15:31 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This is a fix in CDS and SA to get CDSJMapClstats.java (and a bunch of other SA tests) to pass:
> 
> - Implement skeletal `FlatArrayKlass` and `InlineKlass` types in SA
> - Implement the CDS C++ vtable lookup of these two types.
> 
> After this fix, only 2 out of 191 tests in test/hotspot/jtreg/serviceability/ are still failing.
> 
> However, support of these two types are incomplete in SA, so programs that try to use the SA APIs to access VM internals will not work. The full SA support of inlined types will be done separately in https://bugs.openjdk.java.net/browse/JDK-8205036

This pull request has now been integrated.

Changeset: 9d054840
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/9d05484027b9d1c525c194f40c22fb8d0eac07ff
Stats:     126 lines in 6 files changed: 124 ins; 0 del; 2 mod

8272400: [lworld] serviceability/sa/CDSJMapClstats.java fails: No suitable match for type of address

Reviewed-by: fparain

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

PR: https://git.openjdk.java.net/valhalla/pull/532



More information about the valhalla-dev mailing list