Coleen Phillimore
277996e430
Merge
2016-04-20 05:27:06 +00:00
Coleen Phillimore
97a7246217
Merge
2016-04-20 03:12:01 +00:00
Coleen Phillimore
2aff402303
8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
...
Reviewed-by: twisti
2016-04-21 02:58:04 -04:00
Max Ockner
16c430d2b6
8151526: Print -Xlog configuration in the hs_err_pid file
...
Logging configuration is now printed in hs_err and in vm info.
Reviewed-by: coleenp, mlarsson, dholmes
2016-04-19 11:03:37 -04:00
Robbin Ehn
167be2a61c
8154059: JVMTI ObjectTagging to UL
...
Reviewed-by: sspitsyn, mlarsson
2016-04-19 14:21:26 +02:00
Robbin Ehn
9d7444952a
8154041: JVMTI trace to Unified Logging
...
Reviewed-by: sspitsyn, mlarsson
2016-04-19 14:14:04 +02:00
Marcus Larsson
1ea0fb7b87
Merge
2016-04-19 12:30:00 +02:00
Robbin Ehn
4b7eacd933
8154235: Using deprecated flags converted to UL shows wrong hint
...
Reviewed-by: rprotacio, mockner, coleenp
2016-04-19 09:48:43 +02:00
Mikael Gerdin
bda93dad55
Merge
2016-04-19 09:06:38 +02:00
Stefan Karlsson
66777c3399
8067785: Using AlwaysPreTouch does not always touch all pages
...
Reviewed-by: pliden, drwhite
2016-04-19 08:12:28 +02:00
Kim Barrett
3079c942b6
8133051: Concurrent refinement threads may be activated and deactivated at random
...
Establish min threshold step; earlier primary refinement thread activation.
Reviewed-by: tschatzl, drwhite, mgerdin, jmasa
2016-04-18 14:52:31 -04:00
Thomas Schatzl
4c2f0704f3
8153170: Card Live Data does not correctly handle eager reclaim
...
The card live data of regions eagerly reclaimed during remark and cleanup pause could be wrong, not considering that these regions were eagerly reclaimed and empty.
Reviewed-by: drwhite, kbarrett
2016-04-18 16:54:04 +02:00
Thomas Schatzl
d55089d82b
8153503: Move remset scan iteration claim to remset local data structure
...
Reviewed-by: drwhite, mgerdin
2016-04-18 16:51:14 +02:00
Severin Gehwolf
79859bc5dd
8153275: Zero JVM fails to initialize after JDK-8152440
...
Use a value for InitArrayShortSize which passes validation
Reviewed-by: aph, andrew, coleenp
2016-04-18 11:30:12 +02:00
Ioi Lam
6526d15d6e
8150607: Clean up CompactHashtable
...
Refactored code, and added test cases for serviceability agent
Reviewed-by: jiangli, ccheung
2016-04-17 19:15:52 -07:00
Daniel D. Daugherty
2e49c43a00
Merge
2016-04-14 20:43:16 -07:00
Daniel D. Daugherty
f6e4fcc556
Merge
2016-04-14 17:42:29 -07:00
Rachel Protacio
35554a995f
Merge
2016-04-14 15:38:04 +00:00
Rachel Protacio
aa0d0aa80d
Merge
2016-04-14 14:05:09 +00:00
Rachel Protacio
acd52761a2
8152845: Improve PackageEntry and ModuleEntry print methods for future logging
...
Changed print methods for PackageEntry and ModuleEntry to take an outputStream
Reviewed-by: lfoltan, hseigel, coleenp
2016-04-14 09:46:03 -04:00
Marcus Larsson
7ef647996f
Merge
2016-04-14 15:10:50 +02:00
Bengt Rutisson
dc9715ebf1
Merge
2016-04-14 13:31:11 +02:00
Robbin Ehn
e13ecd97b0
8154064: JVMTI trace event crashes
...
Reviewed-by: sla, stefank
2016-04-14 11:55:28 +02:00
Bengt Rutisson
3bb96580fb
8073321: assert(q > prev_q) failed: we should be moving forward through memory
...
Reviewed-by: jmasa, mgerdin
2016-04-14 11:17:34 +02:00
Stefan Johansson
e79c2a2d8b
8153745: Avoid spawning G1ParPreserveCMReferentsTask when there is no work to be done
...
Reviewed-by: brutisso, jmasa, tschatzl
2016-04-14 08:30:37 +02:00
Stefan Johansson
a9e64aa572
8154051: Change G1YoungGenSizer to use UL log_warning instead of warning
...
Reviewed-by: brutisso, mgerdin
2016-04-14 08:30:15 +02:00
Gerard Ziemski
8e65d33717
Merge
2016-04-14 03:57:13 +00:00
Coleen Phillimore
50a5ba9849
Merge
2016-04-13 23:31:40 +00:00
Derek White
1326ae31c8
8152905: hs_err file is missing gc threads
...
List the GC threads in the hs_err file in the "Other Threads" section
Reviewed-by: dcubed, coleenp
2016-04-13 17:00:54 -04:00
Gerard Ziemski
f474e970ba
8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT
...
Added mtArguments and replaced argument related usages of mtInternal with the new flag.
Reviewed-by: coleenp, gtriantafill
2016-04-13 15:53:46 -05:00
Coleen Phillimore
8e63a10779
8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
...
8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly
ConstantPool::resolve_constant_at_impl() isn't thread safe for MethodHandleInError and MethodTypeInError and Constant pool merging is not thread safe for source_file_name.
Reviewed-by: sspitsyn, dcubed
2016-04-13 12:57:31 -04:00
Mikael Gerdin
b5a7ed16dd
Merge
2016-04-13 13:53:05 +02:00
Erik Joelsson
9166e5a215
Merge
2016-04-13 12:11:06 +02:00
Volker Simonis
7e7ae63929
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
...
Reviewed-by: erikj, goetz
2016-04-13 11:13:14 +02:00
Derek White
8423e2c392
8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86
...
Add missing ResourceMarks to release memory more quickly.
Reviewed-by: jmasa, kbarrett
2016-04-12 14:46:02 -04:00
Mikael Gerdin
89282b0c72
8153834: G1 Card table verification fails due to concurrent region cleanup
...
Reviewed-by: ehelin, tschatzl
2016-04-12 14:03:31 +02:00
Stefan Karlsson
e0d0903059
Merge
2016-04-12 09:08:48 +00:00
Stefan Karlsson
f78228b2ee
8153967: Remove top.hpp
...
Reviewed-by: coleenp, jwilhelm
2016-04-12 09:53:43 +02:00
Stefan Karlsson
cf254af2fb
8152491: Convert TracePageSizes to use UL
...
Reviewed-by: sjohanss, pliden
2016-04-12 07:17:44 +02:00
Alejandro Murillo
45b6e4a1ca
Merge
2016-04-11 14:21:25 -07:00
Marcus Larsson
8b2f63bd2b
8146879: Add option for handling existing log files in UL
...
Reviewed-by: dsamersoff, gziemski, rehn
2016-04-11 12:22:09 +02:00
Mikael Gerdin
19cd9b20e8
8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions
...
Reviewed-by: drwhite, tschatzl
2016-04-11 09:49:10 +02:00
Robbin Ehn
1afb9e9427
8153845: UL log write method missing essential assert
...
Reviewed-by: mlarsson, brutisso
2016-04-11 09:45:03 +02:00
Stefan Karlsson
3200059098
8153659: Create a CHeap backed LogStream class
...
Reviewed-by: brutisso, mlarsson
2016-04-11 08:51:53 +02:00
Stefan Karlsson
dab21ebd4d
8153658: Redundant memory copy in LogStreamNoResourceMark
...
Reviewed-by: kbarrett, jmasa
2016-04-11 08:51:53 +02:00
Stefan Karlsson
388236cc3d
8152962: CMSCollector::shouldConcurrentCollect incorrectly logs against the debug stream
...
Reviewed-by: brutisso, sjohanss
2016-04-11 08:51:53 +02:00
Stefan Karlsson
2ca745d47a
8152639: ResourceMark missing in reportFreeListStatistics
...
Reviewed-by: pliden, sjohanss
2016-04-11 08:51:53 +02:00
Stefan Karlsson
71bcff35cf
8153742: Move Thread::current() to thread.hpp
...
Reviewed-by: coleenp, jmasa
2016-04-11 08:51:53 +02:00
Max Ockner
da8b3bf9a7
Merge
2016-04-12 00:24:39 +02:00
Jesper Wilhelmsson
2497c61bc6
Merge
2016-04-11 20:16:35 +02:00