RFR (XXS): 8160303: parse_method_pattern only scans 254 chars

Nils Eliasson nils.eliasson at oracle.com
Wed Oct 11 09:28:13 UTC 2017


Hi,

*redface*

Correct, fixed!

Regards,
Nils Eliasson

On 2017-09-19 20:45, Vladimir Kozlov wrote:
> It should be 1022: one for '(' + one for \0 at the end.
>
> Vladimir
>
> On 9/19/17 3:54 AM, Nils Eliasson wrote:
>> Hi,
>>
>> This patch fixes the wrong (too short) scan length in the signature 
>> parsing in methodMatcher.cpp.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8160303
>>
>> Webrev: http://cr.openjdk.java.net/~neliasso/8160303/webrev.01/
>>
>>
>> Please review,
>>
>> Nils Eliasson
>>
>>



More information about the hotspot-compiler-dev mailing list