8182413: jdwp-protocol is generated without a DOCTYPE directive

Add a DOCTYPE directive

Reviewed-by: alanb
This commit is contained in:
Serguei Spitsyn 2017-12-06 02:09:08 -08:00
parent 7e9984c112
commit 32bf9b9c6a

@ -40,6 +40,7 @@ class RootNode extends AbstractNamedNode {
}
void document(PrintWriter writer) {
writer.println("<!DOCTYPE html>");
writer.println("<html><head><title>" + comment() + "</title></head>");
writer.println("<body bgcolor=\"white\">");
for (Node node : components) {