8058470: [jconsole] VM Summary Tab is blank for JDK9's jconsole

Reviewed-by: erikj
This commit is contained in:
Staffan Larsen 2015-03-05 11:39:15 +01:00
parent f6875fea5b
commit c4df8e24bc

View File

@ -393,7 +393,7 @@ define add_file_to_clean
$(MKDIR) -p $$(@D)
export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
| $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
-e 's/\([^\\]\)!/\1\\!/g' -e 's/#.*/#/g' \
-e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ ]*#.*/#/g' \
| $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
| $(SED) -e '/^#/d' -e '/^$$$$/d' \
-e :a -e '/\\$$$$/N; s/\\\n//; ta' \