File tree 2 files changed +5
-5
lines changed
coherence-core/src/main/java/com/tangosol/util/asm
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2024, Oracle and/or its affiliates.
2
+ * Copyright (c) 2024, 2025, Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
5
* https://oss.oracle.com/licenses/upl.
@@ -136,7 +136,7 @@ protected static int getMajorVersion(final byte[] abBytes)
136
136
* Implementation Note: This doesn't reference the constant to avoid
137
137
* strange issues with moditect
138
138
*/
139
- private static final int MAX_MAJOR_VERSION = 66 ; // Opcodes.V22
139
+ private static final int MAX_MAJOR_VERSION = 69 ; // Opcodes.V25
140
140
141
141
// ----- data members ---------------------------------------------------
142
142
Original file line number Diff line number Diff line change 161
161
When changing asm.version, also change the value of the constant
162
162
defined in com.tangosol.util.asm.BaseClassReaderInternal#MAX_MAJOR_VERSION
163
163
to have the same value as the latest class opcode defined in
164
- org.objectweb.asm.Opcodes. As of ASM 9.6 , this is Opcodes.V22 whose
165
- value is 66 .
164
+ org.objectweb.asm.Opcodes. As of ASM 9.8 , this is Opcodes.V25 whose
165
+ value is 69 .
166
166
-->
167
- <asm .version>9.6 </asm .version>
167
+ <asm .version>9.8 </asm .version>
168
168
169
169
<bdb .version>6.2.31</bdb .version>
170
170
<bnd .version>6.4.0</bnd .version>
You can’t perform that action at this time.
0 commit comments