coleenp [Mon, 24 Jul 2017 22:56:43 +0000] rev 46712
Merge
zgu [Mon, 24 Jul 2017 15:19:46 -0400] rev 46711
8184991: NMT detail diff should take memory type into account
Summary: NMT detail allocation site comparison should compare sites with the same memory type
Reviewed-by: shade, coleenp
coleenp [Mon, 24 Jul 2017 17:46:06 -0400] rev 46710
8182397: Race in field updates when creating ArrayKlasses can lead to crash
Summary: Update array_klass field in component mirror after klass.java_mirror field for concurrent readers in compiled code
Reviewed-by: aph, kbarrett
stuefe [Sat, 22 Jul 2017 10:03:15 +0200] rev 46709
8185033: On Metaspace OOM, ChunkManager composition should be logged.
Reviewed-by: mgerdin, coleenp
dcubed [Mon, 24 Jul 2017 17:26:41 +0000] rev 46708
Merge
rkennke [Mon, 24 Jul 2017 17:14:32 +0200] rev 46707
8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"
Reviewed-by: dcubed, zgu
lucy [Mon, 24 Jul 2017 18:06:01 +0200] rev 46706
8184267: Restore register from stack uses wrong offset
Reviewed-by: mdoerr
hseigel [Mon, 24 Jul 2017 09:32:35 -0400] rev 46705
8179018: Remove obsoleted one X options from JDK 10
Summary: Remove the obsoleted options
Reviewed-by: zgu, coleenp, gtriantafill
kbarrett [Fri, 21 Jul 2017 21:01:59 -0400] rev 46704
8182169: ArrayAllocator should take MEMFLAGS as regular parameter
Summary: Change ArrayAllocator memflags from template parameter to ordinary function parameters
Reviewed-by: kbarrett, tschatzl
Contributed-by: milan.mimica@gmail.com
kbarrett [Fri, 21 Jul 2017 16:37:01 -0400] rev 46703
8175318: Performance issue regarding local JNI references
Summary: Avoid unnecessary repeated clears.
Reviewed-by: shade, simonis
rkennke [Fri, 07 Jul 2017 12:49:11 +0200] rev 46702
8180932: Parallelize safepoint cleanup
Summary: Provide infrastructure to do safepoint cleanup tasks using parallel worker threads
Reviewed-by: dholmes, rehn, dcubed, thartmann
stuefe [Fri, 21 Jul 2017 09:50:12 +0200] rev 46701
8181917: Refactor UL LogStreams to avoid using resource area
Reviewed-by: ehelin, mlarsson