Daniel D. Daugherty
2e87e3178c
8152358: code and comment cleanups found during the hunt for 8077392
...
Reviewed-by: gthornbr, kvn, cvarming
2016-04-04 14:49:19 -07:00
Daniel D. Daugherty
66570c722b
8077392: Stream fork/join tasks occasionally fail to complete
...
8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed
Add missing BasicLock::_displaced_header init to ObjectSynchronizer::quick_enter() and re-enable Contended Locked "fast enter" bucket.
Reviewed-by: gthornbr, dholmes, kvn, cvarming, acorn
2016-04-04 14:41:00 -07:00
Joseph Provino
5cef85023b
8132524: Missing includes to resourceArea.hpp
...
Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm
2016-04-04 12:57:48 -04:00
Robbin Ehn
58419856b3
8153254: Delegate (v)write from Log to LogTagSet
...
Reviewed-by: stefank, kbarrett
2016-04-04 15:05:52 +02:00
Stefan Karlsson
65a3b7e6b3
8152635: Create a UL class to represent a Log + Level combination
...
Reviewed-by: brutisso, mlarsson, rehn
2016-04-04 12:45:04 +02:00
Stefan Karlsson
64efc0eb0f
Merge
2016-04-04 11:32:04 +02:00
Marcus Larsson
e5135d3d4a
Merge
2016-04-04 09:59:57 +02:00
Stefan Karlsson
15c4140ae5
8152632: Rename LogHandle(...) to Log(...)
...
Reviewed-by: brutisso, mlarsson, rprotacio
2016-04-04 09:15:15 +02:00
Stefan Karlsson
ff771a6686
8152538: UL doesn't inline the LogTagSet::is_level check
...
Reviewed-by: mlarsson, brutisso
2016-04-04 09:15:01 +02:00
Marcus Larsson
12eaa83e0e
8153174: Remove trailing comma from log configuration listings
...
Reviewed-by: rehn, sla
2016-04-04 08:58:38 +02:00
Jesper Wilhelmsson
ee442d71e1
Merge
2016-04-02 05:39:25 +02:00
Daniel D. Daugherty
a6c899150e
Merge
2016-04-01 14:34:17 -07:00
Daniel D. Daugherty
8076bee28c
8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
...
Reviewed-by: jmasa, jwilhelm
2016-04-01 14:30:10 -07:00
Sangheon Kim
a9176a6796
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
...
Add parallel gc into min/max PLAB constraint function
Reviewed-by: brutisso, tbenson
2016-04-01 09:45:50 -07:00
Sangheon Kim
a868617af7
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
...
Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags
Reviewed-by: jmasa, tbenson
2016-04-01 09:43:13 -07:00
Thomas Schatzl
9be0552a61
Merge
2016-04-01 12:46:06 +02:00
Thomas Schatzl
7fb0e65901
8153193: Missing includes in gc/g1/heapRegionBounds.hpp
...
Reviewed-by: jwilhelm, brutisso
2016-04-01 12:00:09 +02:00
Thomas Schatzl
166d473e2e
8153182: GC ID prefix for gc, humongous log messages are missing
...
Reviewed-by: mgerdin, brutisso
2016-04-01 11:58:45 +02:00
Thomas Schatzl
f8070cc44a
8148099: Improve memory access to FromCardCache during GC
...
Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride.
Reviewed-by: mgerdin, brutisso
2016-04-01 11:57:58 +02:00
Cheleswer Sahu
6f3cb076c4
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
...
Reviewed-by: dsamersoff, kevinw
2016-04-01 13:51:29 +05:30
Bengt Rutisson
0d7e6c5add
8153203: Remove liveRange.hpp
...
Reviewed-by: mgerdin, jwilhelm
2016-04-01 10:16:31 +02:00
Bengt Rutisson
0c5e3bcbd6
8153188: Use log_error(gc, verify) for logging in verification code
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:55 +02:00
Bengt Rutisson
eeec4b781b
8153187: Convert TraceWorkGang to use unified logging
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:40 +02:00
Bengt Rutisson
8098362a32
8153186: Convert TraceGCTaskThread to use unified logging
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:30 +02:00
Calvin Cheung
2685f965d3
Merge
2016-04-01 03:07:25 +02:00
Jon Masamitsu
e036e40e87
Merge
2016-03-31 22:04:19 +00:00
Rachel Protacio
81ebd2a801
Merge
2016-03-31 18:22:54 +00:00
Calvin Cheung
c3fd09e417
8075253: Multiversion JAR feature: CDS does not support MV-JARs
...
Handle "Multi-Release" jar during CDS dump time
Reviewed-by: jiangli, iklam, minqi, redestad
2016-03-31 10:42:57 -07:00
Bengt Rutisson
650a015581
Merge
2016-03-31 18:51:53 +02:00
Rachel Protacio
ed7a01e044
8145235: Deprecate product flags that have been converted to Unified Logging
...
Added deprecation message/mechanism for product flags aliased to Unified Logging options
Reviewed-by: mockner, coleenp, ddmitriev, mlarsson
2016-03-31 12:06:51 -04:00
Bengt Rutisson
69ae3e0c64
8152952: Allow G1 phase logging to use individual number of threads
...
Reviewed-by: tschatzl, jmasa
2016-03-31 17:05:29 +02:00
Gerard Ziemski
b1e438f157
Merge
2016-03-31 14:18:25 +00:00
Thomas Schatzl
5031466171
8153065: "Preserve CM refs" log message disconnected from "Parallel Preserve CM refs"
...
Bring the log messages into the correct order again.
Reviewed-by: mgerdin
2016-03-31 12:00:08 +02:00
Gerard Ziemski
64a7656938
8142510: -XX:+PrintFlagsRanges should print default range value for those flags that have constraint and an implicit range
...
Implemented default ranges for flags with constraints and no explicit ranges
Reviewed-by: ddmitriev, coleenp
2016-03-30 14:44:27 -05:00
Gerard Ziemski
5a7ecbdf94
8143958: CDS Shared flags need constraint function
...
Implement range constraints for CDS flags.
Reviewed-by: iklam, jiangli
2016-03-30 11:28:51 -05:00
Yasumasa Suenaga
7e964d8697
8151674: STW phases at Concurrent GC should count in PerfCounter
...
Reviewed-by: jmasa, sla, tschatzl
2016-03-30 21:05:13 +09:00
Kim Barrett
3af6c14332
8152916: ostream has unnecessary dependency on GCId
...
Removed unneeded #includes and forward class declaration.
Reviewed-by: pliden, rehn, brutisso, mgerdin
2016-03-29 16:21:16 -04:00
Max Ockner
0ce26421c4
Merge
2016-03-29 21:44:06 +02:00
Max Ockner
e721b555eb
Merge
2016-03-29 20:51:59 +02:00
Max Ockner
45b8dc27fe
8150084: Convert TraceMonitorMismatch to Unified Logging
...
TraceMonitorMismatch has been converted to Unified Logging.
Reviewed-by: coleenp, rprotacio
2016-03-29 14:37:07 -04:00
Max Ockner
aa9da340e0
8149996: TraceLoaderConstraints has been converted to Unified Logging
...
TraceLoaderConstraints has been converted to Unified Logging.
Reviewed-by: coleenp, dholmes, rprotacio
2016-03-29 13:02:16 -04:00
Marcus Larsson
3db2c8085b
8151993: Remove inclusion of inline.hpp in log.hpp
...
Reviewed-by: kbarrett, stefank
2016-03-29 09:43:05 +02:00
Marcus Larsson
f4a1f4ef6b
8151438: UL instantiates duplicate tag sets
...
Reviewed-by: brutisso, stefank
2016-03-29 09:36:43 +02:00
Per Lidén
0fb3d6a52e
8068579: Running with -XX:-UseParallelGC does not turn ParalleGC off
...
Reviewed-by: jmasa, dfazunen, brutisso
2016-03-29 08:42:22 +02:00
Harold Seigel
ff8f7e4a2b
8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
...
Instead of assertng, throw an exception
Reviewed-by: acorn, coleenp
2016-03-24 08:13:28 -04:00
Thomas Schatzl
49d6460189
8152400: Enabling TASK_STATS_ONLY filters out just enabled messages anyway
...
If TASK_STATS_ONLY is enabled, do not require a develop build to print messages.
Reviewed-by: pliden, tbenson
2016-03-24 10:40:23 +01:00
Jesper Wilhelmsson
b7ca1e57ee
Merge
2016-03-23 23:36:29 +01:00
Ioi Lam
ae4cc4b56a
8152380: Shared symbol table should never use alternate hashcode
...
Reviewed-by: coleenp, jiangli
2016-03-23 09:00:22 -07:00
Kim Barrett
cb72aacabb
8151670: Unexpected concurrent refinement deactivation and reactivation
...
Refinement threads now use SuspendibleThreadSet::yield.
Reviewed-by: jmasa, mgerdin
2016-03-25 15:50:31 -04:00
Dmitry Samersoff
a02f8f2d30
8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
...
Guard jvmti diagnostic commands by appropriate defines
Reviewed-by: sspitsyn, dholmes, gadams
2016-03-25 12:54:16 +03:00