[Integrated] [lworld] RFR: 8244796: [lworld] Javac does not compile test/hotspot/jtreg/runtime/valhalla/valuetypes/UnsafeTest.java anymore
Srikanth Adayapalam
sadayapalam at openjdk.java.net
Thu May 14 12:58:42 UTC 2020
On Thu, 14 May 2020 01:34:10 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:
> Summary: Implement temporary typing rules for value class literals, these being:
>
> o Given a value class V that implements an interface I
> - Class<V>, Class<? extends V>, Class<? super V> are all malformed for the time being.
> - V.class and v.getClass() are to be typed temporarily as Class<? extends Object & I>
This pull request has now been integrated.
Changeset: 122aa795
Author: Srikanth Adayapalam <sadayapalam at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/122aa795
Stats: 91 lines in 6 files changed: 2 ins; 85 del; 4 mod
8244796: [lworld] Javac does not compile test/hotspot/jtreg/runtime/valhalla/valuetypes/UnsafeTest.java anymore
Reviewed-by: jlaskey
-------------
PR: https://git.openjdk.java.net/valhalla/pull/46
More information about the valhalla-dev
mailing list