<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="moz-cite-prefix">Unsigned right shift is non-existent?<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">"The operators << (left shift),
>> (signed right shift), and >>> (unsigned right
shift) are called the shift operators. The left-hand operand of a
shift operator is the value to be shifted; the right-hand operand
specifies the shift distance. "</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><a class="moz-txt-link-freetext" href="https://docs.oracle.com/javase/specs/jls/se24/html/jls-15.html#jls-15.19">https://docs.oracle.com/javase/specs/jls/se24/html/jls-15.html#jls-15.19</a></div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">-Joe<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 4/30/2025 12:46 PM, Steffen Nießing
wrote:<br>
</div>
<blockquote type="cite" cite="mid:QeV5mLVvqC5Ij-QUtdCeInISr3wHrIyOt2-PaMJ2JUOQTBltQjYPu2BEeAKcOiiPsf50svkol4b1o8-9108CJ79bNf1BYnPbMSAjIjOt0a8=@protonmail.com">
<div>Hello,</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I'm
new to the OpenJDK community and plan to make my first change.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I've
found a small mistake in the documentation of
java.util.Date#hashCode(). The documentation provides a Java
expression of the returned value, which uses a non-existent
operator '>>>'.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Now
I'm searching for a sponsor for a JBS issue and the code review.
Chen Liang directed me to this mailing list to ask for
sponsoring on this topic.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Cheers,</div>
<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Steffen</div>
</blockquote>
<p><br>
</p>
</body>
</html>