RFR: 8225644: [TESTBUG] langtools/tools/javac/generics/inference/8058199/T8058199.java fails with -Xcomp
Joe Darcy
joe.darcy at oracle.com
Wed Jun 12 06:01:48 UTC 2019
Hello,
If the javac test is only failing under -Xcomp, a reasonable avenue to
investigate is that -Xcomp is misbehaving rather than the test code.
Cheers,
-Joe
On 6/11/2019 10:56 PM, Jie Fu wrote:
> Hi all,
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8225644
> Webrev: http://cr.openjdk.java.net/~jiefu/8225644/webrev.00/
>
> Reason: with -Xcomp, the signature was dumped as "[Ljava/lang/String;"
> rather than "[Ljava.lang.String;".
> Fix: It might be better to replace '/' with '.' before matching.
>
> Could you please review it?
>
> Thanks a lot.
> Best regards,
> Jie
>
>
More information about the compiler-dev
mailing list