[OpenJDK 2D-Dev] RFR: 8262915: java.awt.color.ColorSpace.getName() is not thread-safe

Sergey Bylokhov serb at openjdk.java.net
Wed Mar 3 20:15:42 UTC 2021


On Wed, 3 Mar 2021 19:44:33 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> src/java.desktop/share/classes/java/awt/color/ColorSpace.java line 454:
>> 
>>> 452:      * Returns the name of the component given the component index.
>>> 453:      *
>>> 454:      * @param  component the component index
>> 
>> All other methods use the "component" as a name of the component index.
>
> I guess it will require a CSR request.

nope, it is just renaming of the parameter

-------------

PR: https://git.openjdk.java.net/jdk/pull/2801


More information about the 2d-dev mailing list