< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/INVOKEDYNAMIC.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.
*** 33,48 **** /** * Class for INVOKEDYNAMIC. Not an instance of InvokeInstruction, since that class * expects to be able to get the class of the method. Ignores the bootstrap * mechanism entirely. * - * @version $Id: InvokeInstruction.java 1152072 2011-07-29 01:54:05Z dbrosius $ * @see * <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokedynamic"> * The invokedynamic instruction in The Java Virtual Machine Specification</a> * @since 6.0 ! * @LastModified: Jun 2019 */ public class INVOKEDYNAMIC extends InvokeInstruction { /** * Empty constructor needed for Instruction.readInstruction. --- 33,47 ---- /** * Class for INVOKEDYNAMIC. Not an instance of InvokeInstruction, since that class * expects to be able to get the class of the method. Ignores the bootstrap * mechanism entirely. * * @see * <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokedynamic"> * The invokedynamic instruction in The Java Virtual Machine Specification</a> * @since 6.0 ! * @LastModified: Jan 2020 */ public class INVOKEDYNAMIC extends InvokeInstruction { /** * Empty constructor needed for Instruction.readInstruction.
< prev index next >