Daniel D. Daugherty
|
8f73a84a15
|
8047720: Xprof hangs on Solaris
Update use of PeriodicTask_lock in WatcherThread::stop() to avoid safepoint deadlock.
Reviewed-by: mgronlun, coleenp
|
2014-06-27 14:00:50 -07:00 |
|
Jon Masamitsu
|
38aa661273
|
Merge
|
2014-06-26 18:55:29 -07:00 |
|
Christian Thalinger
|
4c565a7708
|
Merge
|
2014-06-26 16:53:35 -07:00 |
|
Goetz Lindenmaier
|
f2051ed6fa
|
8048241: Introduce umbrella header os.inline.hpp and clean up includes
Reviewed-by: coleenp, dholmes, lfoltan
|
2014-06-26 16:05:15 +02:00 |
|
Jon Masamitsu
|
8dac1f1b8a
|
Merge
|
2014-06-25 20:43:05 -07:00 |
|
Jon Masamitsu
|
0e622bfc55
|
Merge
|
2014-06-25 20:41:16 -07:00 |
|
Alejandro Murillo
|
b531babf09
|
8043541: 'fastdebug' is printed twice in java -version
Reviewed-by: dholmes, dcubed, jcoomes
|
2014-06-24 12:27:51 -07:00 |
|
Erik Helin
|
3eff7a8f64
|
8049864: TestParallelHeapSizeFlags fails with unexpected heap size
Reviewed-by: sjohanss, jmasa
|
2014-06-24 15:50:50 +02:00 |
|
Erik Helin
|
4241d1c605
|
8027915: TestParallelHeapSizeFlags fails with unexpected heap size on sparcv9
Reviewed-by: jmasa, sjohanss
|
2014-06-24 15:50:50 +02:00 |
|
Poonam Bajaj
|
754a598a62
|
8046282: SA update
These changes add some definitions on the SA side and the supporting code on the hotspot side.
Reviewed-by: sundar, mgronlun
|
2014-06-24 02:19:59 -07:00 |
|
Tobias Hartmann
|
886066e697
|
8035328: closed/compiler/6595044/Main.java failed with timeout
Patch call sites of non-entrant methods to avoid re-resolving if method is still executed.
Reviewed-by: twisti, iveresov, roland, kvn
|
2014-06-24 08:12:30 +02:00 |
|
Jon Masamitsu
|
633706fa4e
|
Merge
|
2014-06-23 14:20:20 -07:00 |
|
Frederic Parain
|
5507f2b476
|
8043630: Method os::yield_all() should be removed
Reviewed-by: dholmes, dsimms
|
2014-06-23 06:58:26 -07:00 |
|
Tobias Hartmann
|
fa6b220619
|
8022968: Some codecache allocation failures don't result in invoking the sweeper
Add calls to CompileBroker::handle_full_code_cache() or fail gracefully whenever allocation in the code cache fails.
Reviewed-by: iveresov, vlivanov
|
2014-07-03 08:46:44 +02:00 |
|
Jon Masamitsu
|
049207e162
|
Merge
|
2014-06-19 09:44:12 -07:00 |
|
Daniel D. Daugherty
|
c1c9f333d5
|
8047156: cleanup more non-indent white space issues prior to Contended Locking cleanup bucket
Checkpoint some missed do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, lfoltan, coleenp
|
2014-06-18 14:21:28 -07:00 |
|
Jon Masamitsu
|
ad2e593b80
|
Merge
|
2014-06-18 12:39:57 -07:00 |
|
Daniel D. Daugherty
|
fe70c75531
|
Merge
|
2014-06-20 20:37:57 +00:00 |
|
Mikael Vidstedt
|
bc8c6370ea
|
8046611: Build errors with gcc on sparc/fastdebug
Reviewed-by: dholmes, ctornqvi
|
2014-06-20 11:19:22 -07:00 |
|
Daniel D. Daugherty
|
7d153c461e
|
8046758: cleanup non-indent white space issues prior to Contended Locking cleanup bucket
Checkpoint do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, coleenp
|
2014-06-17 12:54:01 -07:00 |
|
Zhengyu Gu
|
a71432a188
|
8038903: More native monitor monitoring
Moved ntive monitor monitoring flags to experimental
Reviewed-by: acorn, hseigel, mschoene
|
2014-06-16 10:23:46 -04:00 |
|
Daniel D. Daugherty
|
57113f7d70
|
Merge
|
2014-06-13 19:07:11 -07:00 |
|
Vladimir Kozlov
|
31d227f25d
|
Merge
|
2014-06-13 10:21:30 -07:00 |
|
Jesper Wilhelmsson
|
17dd5faf6d
|
8046715: Add a way to verify an extended set of command line options
Added arguments_ext.cpp to make place for initialization of extended features
Reviewed-by: sla, mgronlun
|
2014-06-12 20:15:51 +02:00 |
|
Alejandro Murillo
|
73c2edba05
|
Merge
|
2014-06-13 19:05:56 -07:00 |
|
Per Lidén
|
5e1811cd0e
|
8044796: G1: Enable G1CollectedHeap::stop()
Reviewed-by: brutisso, sjohanss
|
2014-06-13 13:46:06 +02:00 |
|
Lois Foltan
|
466ed1ae11
|
6961433: Revisit need to disable Windows C++ compiler optimisation of sharedRuntimeTrig.cpp
Remove pragma optimize ("", off) to turn off optimization for WIN32.
Reviewed-by: coleenp, dcubed, kvn
|
2014-06-12 13:37:53 -04:00 |
|
James Cheng
|
395560c428
|
8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
Add C2 SHA intrinsics on SPARC
Reviewed-by: kvn, roland
|
2014-06-11 11:05:10 -07:00 |
|
David Simms
|
d9b63bdbdd
|
8043224: -Xcheck:jni improvements to exception checking and excessive local refs
Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity.
Reviewed-by: zgu, coleenp, hseigel
|
2014-06-11 18:34:09 +02:00 |
|
Harold Seigel
|
b6a2f946f6
|
8031819: Remove legacy jdk checks and code
Delete old jdk specific code.
Reviewed-by: dholmes, coleenp, zgu, lfoltan
|
2014-06-11 09:58:23 -04:00 |
|
David Simms
|
6f97a45429
|
6311046: -Xcheck:jni should support checking of GetPrimitiveArrayCritical
Wrapped memory with standard bounds checking "GuardedMemory".
Reviewed-by: zgu, fparain, dcubed
|
2014-06-11 12:09:12 +02:00 |
|
Jon Masamitsu
|
dc694646b7
|
Merge
|
2014-06-10 20:46:28 -07:00 |
|
Daniel D. Daugherty
|
d5b7b9ffe3
|
Merge
|
2014-06-10 20:24:48 -07:00 |
|
Vladimir Ivanov
|
075ea25462
|
8046226: assert(_thread == Thread::current()) failed: thread must be current w/ -XX:+TraceDeoptimization -XX:+Verbose
Reviewed-by: twisti, dcubed, fparain
|
2014-06-09 11:49:02 +00:00 |
|
Roland Westrelin
|
2838bcc3bf
|
8026796: Make replace_in_map() on parent maps generic
Propagate node replacements along control flow edges to callers
Reviewed-by: kvn, vlivanov
|
2014-06-10 13:37:16 +02:00 |
|
Vladimir Kozlov
|
655b317ad1
|
Merge
|
2014-06-06 11:37:23 -07:00 |
|
Christian Tornqvist
|
71b76d4073
|
8043492: ad_x86_64_misc.obj : error LNK2011: precompiled object not linked in; image may not run
Added _build_pch_file.obj to LD_FLAGS and cleaned up support for older Visual Studio versions
Reviewed-by: twisti, lfoltan, sla, kvn
|
2014-06-06 14:46:42 +02:00 |
|
Jon Masamitsu
|
24d624d6cb
|
Merge
|
2014-06-05 10:34:57 -07:00 |
|
Per Lidén
|
9c1843a7c3
|
8044768: Backout fix for JDK-8040807
Reviewed-by: brutisso, ehelin
|
2014-06-04 14:16:20 +02:00 |
|
Goetz Lindenmaier
|
8e7c8f1d88
|
8044775: Improve usage of umbrella header atomic.inline.hpp
Reviewed-by: stefank, kvn
|
2014-06-04 11:56:44 +02:00 |
|
Bengt Rutisson
|
9672a26d51
|
8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Reviewed-by: jwilhelm, ehelin, tschatzl
|
2014-06-19 13:31:14 +02:00 |
|
Staffan Larsen
|
8dc26f1a17
|
8044107: Add Diagnostic Command to list all ClassLoaders
Reviewed-by: mgerdin, stefank
|
2014-06-04 11:05:30 +02:00 |
|
Markus Grönlund
|
489a26ec8e
|
8044531: Event based tracing locks to rank as leafs where possible
Reviewed-by: dcubed, dholmes
|
2014-06-03 09:44:54 +02:00 |
|
Coleen Phillimore
|
3656168efc
|
Merge
|
2014-06-01 11:56:15 -04:00 |
|
Harold Seigel
|
f203dcbfbf
|
8036533: Method for correct defaults
8036156: Limit default method hierarchy
Fix protected access checks
Reviewed-by: coleenp, lfoltan, acorn, ahgross
|
2014-07-22 16:16:51 +04:00 |
|
Daniel D. Daugherty
|
ad6d8d6abd
|
8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
Add a !owner check for 'waiting to lock' to catch current_pending_monitor corner cases.
Co-authored-by: Krystal Mok <rednaxelafx@gmail.com>
Co-authored-by: Zhengyu Gu <zhengyu.gu@oracle.com>
Reviewed-by: dholmes, sspitsyn, kmo, zgu
|
2014-05-30 07:20:51 -07:00 |
|
Jon Masamitsu
|
7697ac03f5
|
Merge
|
2014-05-29 13:01:54 -07:00 |
|
Lois Foltan
|
5ff7186a1c
|
8041623: Solaris Studio 12.4 C++ 5.13, CHECK_UNHANDLED_OOPS use of class oop's copy constructor definitions causing error level diagnostic
Fix several minor compilation issues with volatile oops for CHECK_UNHANDLED_OOPS support.
Reviewed-by: coleenp, hseigel
|
2014-05-29 08:58:51 -04:00 |
|
Erik Helin
|
65cf6a8edc
|
8042933: assert(capacity_until_gc >= committed_bytes) failed
Reviewed-by: stefank, jmasa
|
2014-05-29 14:31:28 +02:00 |
|
Per Lidén
|
2652623308
|
8040807: G1: Enable G1CollectedHeap::stop()
Reviewed-by: brutisso, jmasa, tschatzl
|
2014-06-03 10:37:46 +02:00 |
|