[lworld] RFR: 8243626: [lworld] Co-evolve hotspot-runtime tests along with JDK-8237072

Srikanth Adayapalam sadayapalam at openjdk.java.net
Mon Apr 27 04:33:03 UTC 2020


Frederic,

May I request you to review these changes to hotspot runtime tests ?

JDK-8237072 adds supports for the new syntax notation of V.ref and V.val to
refer to the reference projection of a value type V and its value projection.
The old syntax of V? is withdrawn. This change also has class file implications
where the descriptor/signature encodings will now start mentioning $ref in the
class pool entries. Also every inline type results in two class files now
one for each projection - with the reference projection class being the superclass
of the inline class.

I'll push them after your review and after JDK-8237072 itself is pushed.
Thanks in advance.

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

Commit messages:
 - 8243626: [lworld] Co-evolve hotspot-runtime tests along with JDK-8237072

Changes: https://git.openjdk.java.net/valhalla/pull/28/files
 Webrev: https://webrevs.openjdk.java.net/valhalla/28/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8243626
  Stats: 57 lines in 12 files changed: 2 ins; 0 del; 55 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/28.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/28/head:pull/28

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



More information about the valhalla-dev mailing list