dtitov [Tue, 09 Oct 2018 19:11:09 -0700] rev 52068
8193879: Java debugger hangs on method invocation
Reviewed-by: sspitsyn, amenkov, gadams
dholmes [Tue, 09 Oct 2018 20:38:13 -0400] rev 52067
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
Summary: replace "return foo(CHECK_X);" with "return foo(THREAD);"
Reviewed-by: iklam, phh, stuefe, lfoltan
dholmes [Tue, 09 Oct 2018 20:19:22 -0400] rev 52066
8211065: Private method check in linkResolver is incorrect
Reviewed-by: acorn, lfoltan
erikj [Tue, 09 Oct 2018 14:57:23 -0700] rev 52065
8211724: Change mkdir -p to MakeDir macro where possible
Reviewed-by: ihse, asemenyuk
gadams [Tue, 09 Oct 2018 07:33:15 -0400] rev 52064
8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
Reviewed-by: sspitsyn, chegar, alanb
jcbeyler [Tue, 09 Oct 2018 13:22:19 -0700] rev 52063
8211905: Remove multiple casts for EM06 file
Summary: Remove multiple casts for EM06 file
Reviewed-by: sspitsyn, cjplummer
jiangli [Tue, 09 Oct 2018 15:58:07 -0400] rev 52062
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Summary: Restructure and cleanup java heap object archiving code.
Reviewed-by: coleenp, iklam