sangheki [Wed, 27 Jan 2016 21:04:42 +0000] rev 35865
Merge
sangheki [Wed, 27 Jan 2016 10:30:27 -0800] rev 35864
8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
Summary: Changed MarkSweepAlwaysCompactCount from uintx to uint
Reviewed-by: tschatzl, tbenson
stefank [Wed, 27 Jan 2016 20:45:30 +0100] rev 35863
Merge
goetz [Mon, 18 Jan 2016 10:25:41 +0100] rev 35862
8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
Summary: Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp).
Reviewed-by: stefank, mgerdin
coleenp [Wed, 27 Jan 2016 18:31:58 +0000] rev 35861
Merge
coleenp [Wed, 27 Jan 2016 16:34:47 +0000] rev 35860
Merge
rprotacio [Wed, 27 Jan 2016 11:12:25 -0500] rev 35859
8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test
Summary: Removed part of ExceptionsTest.java looking for exception that is not printed when function is compiled on embedded/ARM
Reviewed-by: coleenp, dholmes
rprotacio [Thu, 21 Jan 2016 12:11:20 -0500] rev 35858
8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT
Summary: Improved robustness of UL tests by removing reliance on "java -version" and replacing with explicit code to trigger logging in all environments
Reviewed-by: dholmes, iklam, mockner