diff -r d07d5f7cab35 -r e1a6c0168741 src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java --- a/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java Tue Sep 05 13:40:14 2017 +0200 +++ b/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java Wed Oct 18 13:25:49 2017 -0700 @@ -1,5 +1,6 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -188,7 +189,7 @@ * type after coercion. */ public void translateTo(ClassGenerator classGen, MethodGenerator methodGen, - Class clazz) { + Class clazz) { final InstructionList il = methodGen.getInstructionList(); if (clazz == Character.TYPE) { il.append(I2C);