coleenp [Sun, 13 Mar 2016 19:41:11 +0000] rev 37083
Merge
coleenp [Sat, 12 Mar 2016 07:23:20 -0500] rev 37082
8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle
Summary: New assert needs to check for null.
Reviewed-by: hseigel, gtriantafill
drwhite [Fri, 11 Mar 2016 16:59:58 -0500] rev 37081
8140257: Add support for "gc service threads" to ConcurrentGCThread
Summary: Push up the common run() and stop() methods from subclasses to ConcurrentGCThread, as well as declaration iof run_service() stop_service().
Reviewed-by: kbarrett, pliden
brutisso [Sun, 13 Mar 2016 13:26:47 +0100] rev 37080
8151604: Rely on options range checking rather than explict checks
Reviewed-by: jwilhelm, drwhite, sangheki
mockner [Fri, 11 Mar 2016 17:02:04 +0100] rev 37079
Merge
mockner [Thu, 10 Mar 2016 15:52:56 -0500] rev 37078
8146551: The output from classresolve tag has been shortened and moved to debug level.
Summary: The output from classresolve tag has been shortened and moved to debug level.
Reviewed-by: coleenp, rprotacio