coleenp [Thu, 24 Jan 2019 08:44:26 -0500] rev 53469
8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
Summary: Transition compiler thread from native to VM state to check the Compile_lock with safepoint always.
Reviewed-by: dlong, eosterlund, dholmes
redestad [Thu, 24 Jan 2019 14:43:56 +0100] rev 53468
8217716: Remove dead code in PhaseChaitin
Reviewed-by: thartmann
dfuchs [Thu, 24 Jan 2019 12:32:42 +0000] rev 53467
8217264: HttpClient: Blocking operations in mapper function do not work as documented
Summary: ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar
ihse [Thu, 24 Jan 2019 11:29:16 +0100] rev 53466
8217638: Remove old way of running tests (test/Makefile)
Reviewed-by: erikj, jjg
ihse [Thu, 24 Jan 2019 11:19:40 +0100] rev 53465
8217626: Add setup/teardown functionality to RunTest
Reviewed-by: erikj, shurailine
ihse [Thu, 24 Jan 2019 11:15:31 +0100] rev 53464
8217634: RunTest documentation and usability update
Reviewed-by: erikj
ehelin [Wed, 23 Jan 2019 13:40:09 +0100] rev 53463
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
nishjain [Thu, 24 Jan 2019 12:45:19 +0530] rev 53462
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
Reviewed-by: rriggs, naoto, darcy, alanb
dholmes [Wed, 23 Jan 2019 21:17:51 -0500] rev 53461
8194860: Cleanup Semaphore timed-wait time calculations
Reviewed-by: coleenp, kbarrett
erikj [Wed, 23 Jan 2019 14:10:31 -0800] rev 53460
8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
Reviewed-by: tbell, kvn, iignatyev