jgeorge [Thu, 13 Dec 2018 15:11:25 +0530] rev 53008
8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
Summary: Read in the bcp from r13 for the top level interpreter frames
Reviewed-by: jcbeyler, jgeorge
Contributed-by: david.griffiths@gmail.com
weijun [Thu, 13 Dec 2018 17:28:30 +0800] rev 53007
8213010: Supporting keys created with certmgr.exe
Reviewed-by: valeriep
weijun [Thu, 13 Dec 2018 17:28:19 +0800] rev 53006
8213009: Refactoring existing SunMSCAPI classes
Reviewed-by: valeriep
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
epavlova [Wed, 12 Dec 2018 22:23:48 -0800] rev 53001
8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
Reviewed-by: dlong