ehelin [Tue, 25 Apr 2017 11:58:37 +0200] rev 46409
8179266: Add test/gc/g1/humongousObjects/TestHeapCounters.java to ProblemList.txt
Reviewed-by: sjohanss, mgerdin
iklam [Thu, 13 Apr 2017 01:56:01 -0700] rev 46408
8178350: klassVtable and klassItable should be ValueObj
Reviewed-by: coleenp
jwilhelm [Mon, 24 Apr 2017 21:34:24 +0200] rev 46407
Merge
rprotacio [Mon, 24 Apr 2017 17:26:11 +0000] rev 46406
Merge
rprotacio [Mon, 24 Apr 2017 11:32:38 -0400] rev 46405
8168122: Update logging in perfMemory to Unified Logging
Summary: -XX:+PerfTraceMemOps replaced with -Xlog:perf+memops=debug, -XX:+PerfTraceDataCreation replaced with -Xlog:perf+datacreation=debug
Reviewed-by: sspitsyn, coleenp
rprotacio [Mon, 24 Apr 2017 12:08:28 -0400] rev 46404
8165896: Use "open" flag from JVM_DefineModule to export all module packages
Summary: Implemented VM side of open modules, which export all their packages unqualifiedly. Automatic modules and unnamed modules are treated internally as open modules.
Reviewed-by: alanb, hseigel, lfoltan
hseigel [Mon, 24 Apr 2017 08:47:38 -0400] rev 46403
8178949: The split verifier allows anewarray to create an array of more than 255 dimensions.
Summary: Add check to split verifier handling of anewarray opcode.
Reviewed-by: sspitsyn, gtriantafill, lfoltan
kbarrett [Sun, 23 Apr 2017 15:02:46 -0400] rev 46402
8179181: Cleanup BitMap search API
Summary: Remove _inline suffixes and remove duplicate wrappers.
Reviewed-by: dholmes, coleenp