From c556df0da3a8307de3f172cb9ac96e82102e7c25 Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Mon, 24 Jul 2017 16:18:53 -0700 Subject: [PATCH] 8185154: jdwp-protocol.html contains unescaped entities Reviewed-by: dcubed --- jdk/make/data/jdwp/jdwp.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jdk/make/data/jdwp/jdwp.spec b/jdk/make/data/jdwp/jdwp.spec index bb1d21f92b9..0b7afa76a9c 100644 --- a/jdk/make/data/jdwp/jdwp.spec +++ b/jdk/make/data/jdwp/jdwp.spec @@ -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 @@ JDWP "Java(tm) Debug Wire Protocol" (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 @@ JDWP "Java(tm) Debug Wire Protocol" "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 @@ JDWP "Java(tm) Debug Wire Protocol" "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 @@ JDWP "Java(tm) Debug Wire Protocol" (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") ) )