From 9fc76c2b2c42d345b540755427d08db43aa48856 Mon Sep 17 00:00:00 2001 From: Kim Barrett Date: Wed, 19 Aug 2020 06:11:15 -0400 Subject: [PATCH] 8251888: Move HotSpot Style Guide wiki subpages to jdk/jdk/doc Copy unit-test page from wiki, merge jtreg names page into hotspot-style.md Reviewed-by: kvn, iignatyev --- doc/hotspot-style.html | 14 +- doc/hotspot-style.md | 20 +- doc/hotspot-unit-tests.html | 223 ++++++++++++++++++ doc/hotspot-unit-tests.md | 451 ++++++++++++++++++++++++++++++++++++ 4 files changed, 705 insertions(+), 3 deletions(-) create mode 100644 doc/hotspot-unit-tests.html create mode 100644 doc/hotspot-unit-tests.md diff --git a/doc/hotspot-style.html b/doc/hotspot-style.html index 06a8fd1fee38e..04999f545ee18 100644 --- a/doc/hotspot-style.html +++ b/doc/hotspot-style.html @@ -28,7 +28,8 @@

HotSpot Coding Style

  • Structure and Formatting -

    Files

    +

    Source Files

    +

    JTReg Tests

    +

    Naming