Erik Gahlin
e6bcdd9eab
8203929: Limit amount of data for JFR.dump
...
Reviewed-by: mgronlun
2018-06-25 02:07:42 +02:00
Markus Grönlund
5f55147841
8203299: StringPoolBuffer access covered by exclusive access invariant, remove (problematic) cas operations
...
Reviewed-by: egahlin
2018-06-22 13:20:55 +02:00
Erik Gahlin
76d0843d18
8205053: Decouple type registration from framework lifecycle
...
Reviewed-by: mgronlun, pliden, stefank
2018-06-21 20:52:52 +02:00
Per Lidén
d8cc020fd6
8205338: ZGC: LeakProfiler not yet supported
...
Reviewed-by: egahlin, eosterlund
2018-06-20 11:33:42 +02:00
Markus Grönlund
c2c3d285dd
8204571: Add support for launching multiple startup recordings
...
Reviewed-by: egahlin
2018-06-19 19:16:08 +02:00
Lois Foltan
425e1a8bb8
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
...
Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name.
Reviewed-by: coleenp, goetz, mchung, stuefe
2018-06-19 07:54:11 -04:00
Per Lidén
e7af7a4aef
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
...
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 17:40:28 +02:00
Coleen Phillimore
892a2af03f
8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
...
Move orderAccess.inline.hpp into orderAccess.hpp and remove os.hpp inclusion and conditional os::is_MP() for fence on x86 platforms
Reviewed-by: dholmes, hseigel
2018-06-06 10:45:40 -04:00
Erik Gahlin
9017043b57
8203919: Remove "-add-modules" hint from error message
...
Reviewed-by: mgronlun
2018-06-04 22:03:10 +02:00
Markus Grönlund
dd539c07ca
8203921: JFR thread sampling is missing fixes from JDK-8194552
...
Reviewed-by: egahlin
2018-06-04 12:51:24 +02:00
Coleen Phillimore
e3a3941c9a
8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
...
SystemDictionary has all strong roots. The weak oop_storage is processed by the WeakProcessor so it can be scanned and cleared concurrently and/or by parallel threads.
Reviewed-by: kbarrett, sjohanss
2018-05-29 15:50:27 -04:00
Magnus Ihse Bursie
0e24d79bf9
8203221: Makefile fixes after Flight Recorder
...
Reviewed-by: erikj
2018-05-25 10:14:27 +02:00
Markus Grönlund
ae106e353a
8203457: Add back missing full buffer notification
...
Reviewed-by: redestad, sjohanss
2018-05-23 15:21:54 +02:00
Zhengyu Gu
7a898e3e81
8203635: JFR sampler thread does not record stack info
...
Added call to record_stack_base_and_size() from sampler thread
Reviewed-by: shade, coleenp, stuefe
2018-05-22 14:49:39 -04:00
Erik Gahlin
cffef5d38c
8195817: JFR.stop should require name of recording
...
Reviewed-by: mgronlun
2018-05-21 17:38:46 +02:00
Severin Gehwolf
003b10c2bc
8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
...
Reviewed-by: shade, mdoerr
2018-05-16 15:25:51 +02:00
Markus Grönlund
203359ffe1
8203346: JFR: Inconsistent signature of jfr_add_string_constant
...
Reviewed-by: shade
2018-05-17 14:31:31 +02:00
Martin Doerr
2dd143b06f
8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
...
Reviewed-by: shade
2018-05-17 14:16:49 +02:00
Aleksey Shipilev
5ee4a26ecb
8203285: Minimal VM fails to build after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 13:14:58 +02:00
Aleksey Shipilev
6bca38c321
8203274: 32-bit build failures after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 12:38:35 +02:00
Aleksey Shipilev
e5a8494286
8203278: AArch64/PPC64 build failures after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 12:38:34 +02:00
Aleksey Shipilev
425cd17400
8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-15 23:37:37 +02:00
Erik Gahlin
a060be188d
8199712: Flight Recorder
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
2018-05-15 20:24:34 +02:00