jjiang [Sat, 14 Jul 2018 07:31:26 +0800] rev 51058
8206443: Update security libs manual test to cope with removal of javac -source/-target 6
Summary: Change compile -source/-target from 1.6 to 1.7
Reviewed-by: xuelei
coleenp [Fri, 13 Jul 2018 13:58:17 -0400] rev 51057
8206470: Incorrect use of os::lasterror in ClassListParser
Summary: The change is for future-proof the code in case errno gets overwritten inside the allocation logic.
Reviewed-by: dholmes
Contributed-by: patricio.chilano.mateo@oracle.com
iklam [Sun, 03 Jun 2018 23:33:00 -0700] rev 51056
8204267: Generate comments in -XX:+PrintInterpreter to link to source code
Summary: Changed __ macro to use Disassembler::hook()
Reviewed-by: coleenp, aph
amenkov [Fri, 13 Jul 2018 10:10:51 -0700] rev 51055
8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
Reviewed-by: sspitsyn, cjplummer