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

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Sep 19 18:45:00 UTC 2017


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