On Sat, 25 Feb 2023 07:51:24 GMT, Martin Doerr <[email protected]> wrote:
>> Lutz Schmidt has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains four commits:
>>
>> - Merge master to resolve copyright conflict
>> - 829817: fixed typos, removed JIT_TIMER references
>> - 8299817: Update copyright
>> - 8299817: [s390] AES-CTR mode intrinsic fails with multiple short update()
>> calls
>
> test/hotspot/jtreg/compiler/codegen/aes/Test8299817.java line 67:
>
>> 65: public static void main(String[] args) throws Exception {
>> 66: if (!DEBUG_MODE) {
>> 67: if
>> (!Compiler.isIntrinsicAvailable(CompilerWhiteBoxTest.COMP_LEVEL_FULL_OPTIMIZATION,
>> "com.sun.crypto.provider.CounterMode", "implCrypt", byte[].class,
>> int.class, int.class, byte[].class, int.class)) {
>
> Maybe break the large lines?
Lines split.
Thank you very much for your reviews, @TheRealMDoerr @offamitkumar @MBaesken
-------------
PR: https://git.openjdk.org/jdk/pull/11967