[lworld] [Rev 02] RFR: 8243625: [lworld] Co-evolve hotspot-compiler tests along with JDK-8237072
Srikanth Adayapalam
sadayapalam at openjdk.java.net
Tue May 5 12:10:53 UTC 2020
> Tobias,
>
> May I request you to review these changes to hotspot-compiler tests that anticipate
> and align with JDK-8237072 ? These changes are mechanical in nature and I decided it
> is best to separate them from the RFR for JDK-8237072 itself to help create sharper
> focus on the important pieces there.
>
> 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.
Srikanth Adayapalam has updated the pull request with a new target base due to a merge or a rebase. The pull request
now contains three commits:
- Merge branch 'lworld' into JDK-8243625
- Include fixes from Tobias for compilation failures.
- 8243625: [lworld] Co-evolve hotspot-compiler tests along with JDK-8237072
This pull request has now been integrated.
Changeset: 08bfa8fe
Author: Srikanth Adayapalam <sadayapalam at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/08bfa8fe
Stats: 490 lines in 16 files changed: 0 ins; 11 del; 479 mod
8243625: [lworld] Co-evolve hotspot-compiler tests along with JDK-8237072
Reviewed-by: thartmann
-------------
Changes: https://git.openjdk.java.net/valhalla/pull/30/files
Webrev: https://webrevs.openjdk.java.net/valhalla/30/webrev.02
Stats: 490 lines in 16 files changed: 11 ins; 0 del; 479 mod
Patch: https://git.openjdk.java.net/valhalla/pull/30.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/30/head:pull/30
PR: https://git.openjdk.java.net/valhalla/pull/30
More information about the valhalla-dev
mailing list