Bengt Rutisson
|
75b02a64c6
|
8058944: Unify the reporting strings for the GC debug level logging in G1
Reviewed-by: sjohanss, tschatzl
|
2016-03-02 08:41:02 +01:00 |
|
Markus Grönlund
|
64f55fb267
|
8147442: Event-based tracing to allow for tracing Klass creation
Reviewed-by: jbachorik, egahlin
|
2016-03-01 23:48:46 +01:00 |
|
Markus Grönlund
|
1593edaf59
|
8066814: Reduce accessibility in TraceEvent
Reviewed-by: egahlin, jbachorik
|
2016-03-01 23:47:30 +01:00 |
|
Markus Grönlund
|
0e44e963d2
|
8143226: Minor updates to Event Based tracing
Reviewed-by: jbachorik, egahlin
|
2016-03-01 23:46:09 +01:00 |
|
Erik Joelsson
|
12d9b13eee
|
8150822: Fix typo in JDK-8150201
Reviewed-by: ihse, dholmes
|
2016-03-01 09:42:19 +01:00 |
|
Max Ockner
|
5fc22fbb9a
|
Merge
|
2016-03-01 02:15:31 +00:00 |
|
David Holmes
|
2539656e16
|
Merge
|
2016-02-29 23:35:33 +00:00 |
|
Max Ockner
|
5a873632f3
|
8149064: TraceProtectionDomainVerification has been converted to Unified Logging
TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
|
2016-02-29 16:58:09 -05:00 |
|
Derek White
|
dbaa70361f
|
8140600: Convert unnecessarily malloc'd Monitors to value members
Change a malloc'd monitor into an embedded monitor.
Reviewed-by: tschatzl, kbarrett
|
2016-02-29 11:32:12 -05:00 |
|
Jesper Wilhelmsson
|
9e60be45df
|
Merge
|
2016-02-29 15:42:34 +00:00 |
|
Jesper Wilhelmsson
|
506a90ff7b
|
Merge
|
2016-02-29 15:24:52 +01:00 |
|
Bengt Rutisson
|
190c092900
|
8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl
|
2016-02-29 13:06:03 +01:00 |
|
Thomas Stuefe
|
31f86a2308
|
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
|
2016-02-29 08:50:57 +01:00 |
|
Kim Barrett
|
234373ff31
|
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Removed the option and supporting code.
Reviewed-by: jmasa, tamao
|
2016-02-28 12:22:05 -05:00 |
|
Joseph Provino
|
e87c6f1b09
|
Merge
|
2016-02-27 00:07:03 +00:00 |
|
Joseph Provino
|
41c0116f6e
|
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
|
2016-02-26 14:02:39 -05:00 |
|
Alejandro Murillo
|
5818012b93
|
Merge
|
2016-02-26 10:35:07 -08:00 |
|
Thomas Schatzl
|
a9f10173e7
|
Merge
|
2016-02-26 17:55:05 +01:00 |
|
Andreas Eriksson
|
62c5bdbe9d
|
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
|
2016-02-26 16:28:42 +01:00 |
|
Thomas Schatzl
|
d090b74744
|
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
6fe8d6e7de
|
8150630: Add logging for ParScanThreadState merge phase
Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
d00c7378d6
|
8076463: Add logging for the preserve CM referents task
Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
917dc3b87c
|
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Lana Steuck
|
66ce266894
|
Merge
|
2016-02-25 11:27:59 -08:00 |
|
Max Ockner
|
4f6dba1568
|
8150103: Convert TraceClassPaths to Unified Logging
TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
|
2016-02-25 13:09:17 -05:00 |
|
Lana Steuck
|
5d8cb4fdb9
|
Added tag jdk-9+107 for changeset f3c43d82c968
|
2016-02-25 09:41:40 -08:00 |
|
Jesper Wilhelmsson
|
bf7f1925fd
|
8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed
8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318
Reviewed-by: iklam, tschatzl
|
2016-02-25 17:26:49 +01:00 |
|
Mikael Gerdin
|
167ce92545
|
8150390: Move rs length sampling data to the sampling thread
Reviewed-by: drwhite, jwilhelm
|
2016-02-25 11:20:03 +01:00 |
|
Derek White
|
8961912c74
|
8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
Reviewed-by: mgerdin, brutisso
|
2016-02-24 09:25:39 +01:00 |
|
Christian Tornqvist
|
ba20c3bc65
|
Merge
|
2016-02-25 01:55:45 +00:00 |
|
Kim Barrett
|
0173fa4300
|
Merge
|
2016-02-25 01:23:10 +01:00 |
|
David Holmes
|
f90ee1a167
|
Merge
|
2016-02-24 22:22:41 +00:00 |
|
Christian Tornqvist
|
c25e32cc70
|
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
|
2016-02-24 16:34:25 -05:00 |
|
David Holmes
|
453c5ef375
|
8150506: Remove unused locks
Reviewed-by: mgronlun, tschatzl, mgerdin, coleenp
|
2016-02-24 16:04:51 -05:00 |
|
Coleen Phillimore
|
1907077efd
|
Merge
|
2016-02-24 21:55:26 +01:00 |
|
Kim Barrett
|
5d5113046a
|
8150419: Cleanup BufferNode API
Fewer public functions, cleanup allocation.
Reviewed-by: tschatzl, drwhite
|
2016-02-24 13:18:54 -05:00 |
|
Thomas Stuefe
|
3634fb9df2
|
8149036: Add tracing for thread related events at os level
Reviewed-by: coleenp, mlarsson, dholmes
|
2016-02-24 18:06:34 +01:00 |
|
Alejandro Murillo
|
f73f546c19
|
Merge
|
2016-02-23 18:57:06 -08:00 |
|
Thomas Stuefe
|
ad6d8685e4
|
8150379: [windows] Fix Leaks in perfMemory_windows.cpp
Reviewed-by: clanger, dholmes, gthornbr
|
2016-02-23 19:10:01 -05:00 |
|
Timo Kinnunen
|
44c03b15e2
|
8150426: Wrong cast in metadata_at_put
Fix cast.
Reviewed-by: dholmes, coleenp, jprovino
|
2016-02-23 18:58:36 -05:00 |
|
Magnus Ihse Bursie
|
4e4d31d0a9
|
8150257: Remove softfloat lib support
Reviewed-by: dholmes, erikj
|
2016-02-23 21:44:05 +01:00 |
|
Thomas Schatzl
|
02c98c814f
|
Merge
|
2016-02-23 14:14:29 +01:00 |
|
Antonios Printezis
|
861dc13645
|
8146989: Introduce per-worker preserved mark stacks in ParNew
Unify and provide per-worker preserved mark stack handling in ParNew
Reviewed-by: tschatzl, ysr
|
2016-02-23 10:44:05 +01:00 |
|
Bengt Rutisson
|
e020d2f477
|
8150367: Add back information about the number of GC workers
Reviewed-by: sjohanss, tschatzl
|
2016-02-23 09:52:46 +01:00 |
|
Jesper Wilhelmsson
|
8c7980f33a
|
Merge
|
2016-02-22 19:25:32 +00:00 |
|
Jesper Wilhelmsson
|
e76fbbafb5
|
Merge
|
2016-02-22 19:46:37 +01:00 |
|
Jon Masamitsu
|
0c28c2ee37
|
8150302: Reference processing logging prints the "from list" incorrectly
Reviewed-by: tamao, brutisso
|
2016-02-22 09:41:56 -08:00 |
|
Christoph Langer
|
5d04cc8e61
|
8150232: AIX cleanup: Integrate changes of 7178026 and others
Reviewed-by: simonis
|
2016-02-19 10:44:54 +01:00 |
|
Kim Barrett
|
390295caf1
|
8150134: Simplify concurrent refinement thread deactivation
Remove explicit deactivation and use green stop_at value.
Reviewed-by: jmasa, tschatzl
|
2016-02-19 15:14:59 -05:00 |
|
Magnus Ihse Bursie
|
d47edefb9c
|
Merge
|
2016-02-19 15:25:05 +01:00 |
|