--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LDIV.java 2020-01-16 18:03:53.624065055 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LDIV.java 2020-01-16 18:03:53.130052920 +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 @@ -27,8 +27,7 @@ *
Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->
* ..., result.word1, result.word2 * - * @version $Id$ - * @LastModified: Jun 2019 + * @LastModified: Jan 2020 */ public class LDIV extends ArithmeticInstruction implements ExceptionThrower {