RFR: 8234248: More VectorSet cleanups

Tobias Hartmann tobias.hartmann at oracle.com
Mon Nov 18 14:53:41 UTC 2019


Hi Claes,

looks good to me.

vectset.cpp:41 "assert ("  -> "assert("

Best regards,
Tobias

On 18.11.19 12:37, Claes Redestad wrote:
> Hi,
> 
> JDK-8233708 removed unused code from VectorSet, but missed a few spots.
> 
> Additionally, the current code does a few other things like shifting up
> signed longs and casting back to uint, which could be improved.
> 
> Bug:    https://bugs.openjdk.java.net/browse/JDK-8234248
> Webrev: http://cr.openjdk.java.net/~redestad/8234248/open.00/
> 
> Testing: tier1-3
> 
> Thanks!
> 
> /Claes


More information about the hotspot-compiler-dev mailing list