--- old/test/langtools/jdk/javadoc/doclet/testMethodTypes/TestMethodTypes.java 2018-01-03 07:34:28.306965451 -0800 +++ new/test/langtools/jdk/javadoc/doclet/testMethodTypes/TestMethodTypes.java 2018-01-03 07:34:27.853924035 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,8 +23,8 @@ /* * @test - * @bug 8002304 8024096 - * @summary Test for various method types in the method summary table + * @bug 8002304 8024096 8193671 + * @summary Test for various method type tabs in the method summary table * @author Bhavesh Patel * @library ../lib * @modules jdk.javadoc/jdk.javadoc.internal.tool @@ -62,13 +62,18 @@ ""); checkOutput("pkg1/B.html", true, - "All " - + "Methods " - + "" - + "Instance Methods " - + "" - + "Abstract Methods " - + ""); + "var methods = {\"i0\":6,\"i1\":18,\"i2\":18,\"i3\":1,\"i4\":1," + + "\"i5\":6,\"i6\":6,\"i7\":6,\"i8\":6};\n", + "All Methods" + + " " + + "Static Methods" + + " " + + "Instance Methods" + + " " + + "Abstract Methods" + + " " + + "Default Methods" + + " \n"); checkOutput("pkg1/D.html", true, "var methods = {",