alanb [Thu, 13 Dec 2018 09:02:52 +0000] rev 53005
8214696: Module class should be filtered by core reflection
Reviewed-by: lancea, mchung, sundar
jgeorge [Thu, 13 Dec 2018 13:03:26 +0530] rev 53004
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads.
Reviewed-by: jcbeyler, ysuenaga
jlahoda [Thu, 13 Dec 2018 08:26:07 +0100] rev 53003
8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
Summary: Do not reset closed state in the StopDetectingInputStream.write
Reviewed-by: rfield
jcm [Wed, 12 Dec 2018 23:08:01 -0800] rev 53002
8211034: OnStackReplacePercentage option checking has bugs
Summary: Fixed the constraint checks
Reviewed-by: kvn