--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ATHROW.java 2020-01-16 18:01:26.751457352 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ATHROW.java 2020-01-16 18:01:26.257445217 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -26,8 +26,7 @@ * ATHROW - Throw exception *
Stack: ..., objectref -> objectref
* - * @version $Id$ - * @LastModified: Jun 2019 + * @LastModified: Jan 2020 */ public class ATHROW extends Instruction implements UnconditionalBranch, ExceptionThrower {