RFR: 8253821: Improve ByteBuffer performance with GCM [v3]

Valerie Peng valeriep at openjdk.java.net
Tue Nov 3 01:24:02 UTC 2020


On Fri, 23 Oct 2020 16:38:01 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

>> 8253821: Improve ByteBuffer performance with GCM
>
> Anthony Scarpino has updated the pull request incrementally with six additional commits since the last revision:
> 
>  - style
>  - style & comments
>  - full update
>  - remove old
>  - update
>  - outputsize

src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java line 448:

> 446: 
> 447:                 // if src is empty, update the final block and wait for later
> 448:                 // to finalize operation

With the removal of this blockSizeCheck, the javadoc exception statement above at line 500 becomes obsolete?

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

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



More information about the security-dev mailing list