File tree Expand file tree Collapse file tree 13 files changed +126
-7
lines changed
com.ibm.ws.ras.instrument_test/test/com/ibm
com.ibm.ws.ras.instrument/src/com/ibm/ws/ras/instrument/internal/main Expand file tree Collapse file tree 13 files changed +126
-7
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ private static boolean isTransformPossible(byte[] bytes) {
202202 if (isJDK8WithHotReplaceBug )
203203 return classFileVersion <= Opcodes .V1_7 ;
204204 else
205- return classFileVersion <= Opcodes .V17 ;
205+ return classFileVersion <= Opcodes .V22 ;
206206 }
207207
208208 /**
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava11 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava17 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava21 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava6 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava7 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava7StaticInit {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava8 {
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315import java .util .concurrent .Callable ;
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2023 IBM Corporation and others.
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License 2.0
5+ * which accompanies this distribution, and is available at
6+ * http://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * IBM Corporation - initial API and implementation
12+ *******************************************************************************/
113package com .ibm .example .bytecode ;
214
315public class HelloWorldJava8StaticInit {
You can’t perform that action at this time.
0 commit comments