< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership.
*** 60,73 **** * } * * * </pre> * - * @version $Id$ * @see com.sun.org.apache.bcel.internal.generic.Instruction * @see InstructionList ! * @LastModified: Jun 2019 */ public class InstructionFinder { private static final int OFFSET = 32767; // char + OFFSET is outside of LATIN-1 private static final int NO_OPCODES = 256; // Potential number, some are not used --- 60,72 ---- * } * * * </pre> * * @see com.sun.org.apache.bcel.internal.generic.Instruction * @see InstructionList ! * @LastModified: Jan 2020 */ public class InstructionFinder { private static final int OFFSET = 32767; // char + OFFSET is outside of LATIN-1 private static final int NO_OPCODES = 256; // Potential number, some are not used
< prev index next >