# HG changeset patch # User jjg # Date 1500938333 25200 # Node ID 26225f0340599e01911c835f8d67eb9921c8e703 # Parent 6822e49b5f7868a28188b1fa499b7ccfa6f88d5d 8185154: jdwp-protocol.html contains unescaped entities Reviewed-by: dcubed diff -r 6822e49b5f78 -r 26225f034059 jdk/make/data/jdwp/jdwp.spec --- a/jdk/make/data/jdwp/jdwp.spec Mon Jul 24 13:54:57 2017 -0700 +++ b/jdk/make/data/jdwp/jdwp.spec Mon Jul 24 16:18:53 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2017, 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 @@ -1378,7 +1378,7 @@ (Repeat lines "The number of entries in the line table for this method." (Group LineInfo (long lineCodeIndex "Initial code index of the line, " - "start <= lineCodeIndex < end") + "start <= lineCodeIndex < end") (int lineNumber "Line number.") ) ) @@ -1409,13 +1409,13 @@ "First code index at which the variable is visible (unsigned). " "Used in conjunction with length. " "The variable can be get or set only when the current " - "codeIndex <= current frame code index < codeIndex + length ") + "codeIndex <= current frame code index < codeIndex + length ") (string name "The variable's name.") (string signature "The variable type's JNI signature.") (int length "Unsigned value used in conjunction with codeIndex. " "The variable can be get or set only when the current " - "codeIndex <= current frame code index < code index + length ") + "codeIndex <= current frame code index < code index + length ") (int slot "The local variable's index in its frame") ) ) @@ -1502,7 +1502,7 @@ "First code index at which the variable is visible (unsigned). " "Used in conjunction with length. " "The variable can be get or set only when the current " - "codeIndex <= current frame code index < codeIndex + length ") + "codeIndex <= current frame code index < codeIndex + length ") (string name "The variable's name.") (string signature "The variable type's JNI signature.") (string genericSignature "The variable type's generic " @@ -1510,7 +1510,7 @@ (int length "Unsigned value used in conjunction with codeIndex. " "The variable can be get or set only when the current " - "codeIndex <= current frame code index < code index + length ") + "codeIndex <= current frame code index < code index + length ") (int slot "The local variable's index in its frame") ) )