mikael [Fri, 22 Feb 2019 18:54:23 -0800] rev 53907
8219611: Remove superfluous sigfillset code
Reviewed-by: dholmes
iignatyev [Fri, 22 Feb 2019 14:39:57 -0800] rev 53906
8209807: improve handling exception in requires.VMProps
Reviewed-by: vlivanov, mseledtsov
stefank [Fri, 22 Feb 2019 20:42:01 +0100] rev 53905
8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java
Reviewed-by: iignatyev
coleenp [Fri, 22 Feb 2019 13:56:08 -0500] rev 53904
8078725: method adjustments can be done just once for all classes involved into redefinition
Summary: walk all classes at the end of redefinition and adjust method entries and clean MethodData
Reviewed-by: sspitsyn
iignatyev [Fri, 22 Feb 2019 11:07:18 -0800] rev 53903
8219158: use 'test.root' property instead of traversing test-src path
Reviewed-by: dholmes
bpb [Fri, 22 Feb 2019 10:13:34 -0800] rev 53902
8048192: (bf) Out of direct buffer memory message should include the limits
Reviewed-by: alanb, rriggs
bpb [Fri, 22 Feb 2019 10:13:33 -0800] rev 53901
8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
Reviewed-by: alanb, redestad