On Tue, 23 Aug 2022 23:55:33 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Kevin Driver has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - move test >> - new test for MacSpi demo purposes > > test/jdk/com/sun/crypto/provider/Mac/Test6205692.java line 112: > >> 110: } >> 111: } >> 112: } > > Can remove all these and directly instantiate the dummy MacSpi object and > call the public engineUpdate(ByteBuffer) method in the execute method. removed! please re-review ------------- PR: https://git.openjdk.org/jdk/pull/9859