Re: RFR: 8027570 NullPointerException in URLPermission.hashCode()

2013-10-30 Thread Michael McMahon
Thanks Chris. I'll add the bug number Michael On 30/10/13 17:52, Chris Hegarty wrote: Looks good to me Michael. Trivially, the test could include this bug number in its @bug tag. -Chris On 30 Oct 2013, at 16:51, Michael McMahon wrote: Interesting little bug this one. The precedence rules

Re: RFR: 8027570 NullPointerException in URLPermission.hashCode()

2013-10-30 Thread Chris Hegarty
Looks good to me Michael. Trivially, the test could include this bug number in its @bug tag. -Chris > On 30 Oct 2013, at 16:51, Michael McMahon > wrote: > > Interesting little bug this one. The precedence rules > were overlooked and the expected result of an expression evaluation > wasn't wha

RFR: 8027570 NullPointerException in URLPermission.hashCode()

2013-10-30 Thread Michael McMahon
Interesting little bug this one. The precedence rules were overlooked and the expected result of an expression evaluation wasn't what was expected. The webrev is below, but the diff is diff -r 9a5048dc7c0d src/share/classes/java/net/URLPermission.java --- a/src/share/classes/java/net/URLPermissio