--- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java 2017-11-06 22:18:23.168766846 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java 2017-11-06 22:18:22.678719049 -0800 @@ -1,6 +1,6 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 + * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -191,7 +191,7 @@ * (e.g. match="A/B | A/C"). */ private InstructionHandle getTemplateHandle(Template template) { - return (InstructionHandle)_mode.getTemplateInstructionHandle(template); + return _mode.getTemplateInstructionHandle(template); } /**