File tree 1 file changed +2
-2
lines changed
src/java.base/share/classes/com/sun/crypto/provider
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2013, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2013, 2022 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -86,7 +86,7 @@ abstract class GaloisCounterMode extends CipherSpi {
86
86
// data size when buffer is divided up to aid in intrinsics
87
87
private static final int TRIGGERLEN = 65536 ; // 64k
88
88
// x86-64 parallel intrinsic data size
89
- private static final int PARALLEL_LEN = 8192 ;
89
+ private static final int PARALLEL_LEN = 7680 ;
90
90
// max data size for x86-64 intrinsic
91
91
private static final int SPLIT_LEN = 1048576 ; // 1MB
92
92
You can’t perform that action at this time.
0 commit comments