[lworld] Integrated: JDK-8271113: [lworld] java/lang/constant/MethodHandleDescTest.java fails after JDK-8247376
Mandy Chung
mchung at openjdk.java.net
Thu Jul 22 01:42:02 UTC 2021
On Thu, 22 Jul 2021 00:55:46 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> It's a bug in the fix of JDK-8247376 that appends ".ref" in the display name if the descriptor is not Q-descriptor. It can't determine if the class represented by the given L-descriptor string is a primitive class or not. This patch will revert the change in ClassClass::displayName. We will follow up if ClassDesc::displayName should return a different string for primitive reference type vs primitive value type in a separate issue.
This pull request has now been integrated.
Changeset: 64ad8d03
Author: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/64ad8d034e8bad29ee3b1e32db2a312c15bcc229
Stats: 4 lines in 2 files changed: 0 ins; 1 del; 3 mod
8271113: [lworld] java/lang/constant/MethodHandleDescTest.java fails after JDK-8247376
-------------
PR: https://git.openjdk.java.net/valhalla/pull/491
More information about the valhalla-dev
mailing list