Niclas Adlertz
b26473a6cf
8009721: Make PhaseLive independent from regalloc
...
Moved class definition of LRG_List from chaitin.hpp to live.hpp
Reviewed-by: kvn, rbackman, roland
2013-03-13 10:56:54 +01:00
Roland Westrelin
05b1c69fc0
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
...
Deoptimization doesn't set up callee frames so that they restore caller frames correctly.
Reviewed-by: kvn
2013-03-13 09:44:45 +01:00
Zhengyu Gu
ef7aa05f20
8007950: Undo hs_file permission change
...
Reverse hs_err file permission back to 0666, as early push was premature
Reviewed-by: dsamersoff, dcubed, acorn
2013-02-12 12:19:28 -05:00
Roland Westrelin
c401bf065d
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
...
Add support for expensive nodes.
Reviewed-by: kvn
2013-02-12 12:56:11 +01:00
Morris Meyer
527b0d661a
8003252: PPC: move MacroAssembler into separate file
...
Moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
2013-02-11 14:47:04 -08:00
Coleen Phillimore
faea95b8d3
8007320: NPG: move method annotations
...
Allocate method annotations and attach to ConstMethod if present
Reviewed-by: dcubed, jiangli, sspitsyn, iklam
2013-02-11 14:06:22 -05:00
Morris Meyer
46677b6d86
8003251: ARM: move MacroAssembler into separate file
...
Moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
2013-02-11 10:38:11 -08:00
Krystal Mo
212f30a18e
8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
...
Make sure all diagnostic and experimental flag kinds are checked in Flag::is_unlocked()
Reviewed-by: kvn
2013-02-10 22:35:38 -08:00
David Chase
43c01fd8b6
8007402: Code cleanup to remove Parfait false positive
...
Add array access range check
Reviewed-by: kvn
2013-02-09 12:55:09 -08:00
Zhengyu Gu
ee53020f94
Merge
2013-02-08 16:56:03 -08:00
Morris Meyer
6a910ea8f2
8006851: When TieredCompilation is set, max code cache should be bumped to 256mb
...
Set ReservedCodeCacheSize to (default value)*5 when TieredCompilation is on.
Reviewed-by: kvn, twisti
2013-02-08 15:39:43 -08:00
Zhengyu Gu
1e2b7bcabb
Merge
2013-02-08 14:32:13 -08:00
Zhengyu Gu
ef59a25f71
8006691: Remove jvm_version_info.is_kernel_jvm field
...
Removed is_kernel_jvm from jvm_version_info as Kernel VM has been deprecated
Reviewed-by: mchung, coleenp
2013-02-08 16:31:48 -05:00
Zhengyu Gu
4e766f0ef1
8007791: More Restricted hs_err file permission
...
Enforce more restricted hs_file permission
Reviewed-by: acorn, dcubed, dsamersoff
2013-02-08 14:49:01 -05:00
Serguei Spitsyn
6ff685b4c8
Merge
2013-02-08 09:14:06 -08:00
Bengt Rutisson
8cf98587f7
Merge
2013-02-08 10:08:40 +01:00
Vladimir Danushevsky
ac1a75df8c
Merge
2013-02-07 20:40:14 -05:00
Bill Pittore
9cad40fca6
Merge
2013-02-07 16:05:48 -05:00
Vladimir Ivanov
268a4d605c
Merge
2013-02-07 12:23:51 -08:00
Daniel D. Daugherty
d5cad58ba3
Merge
2013-02-06 15:22:32 -08:00
Daniel D. Daugherty
8ef946f380
7182152: Instrumentation hot swap test incorrect monitor count
...
Add/refine new tracing support using -XX:TraceRedefineClasses=16384.
Reviewed-by: coleenp, acorn, sspitsyn
2013-02-06 14:31:37 -08:00
Volker Simonis
285249963c
8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
...
Check ndimensions before accessing length[i] element
Reviewed-by: kvn
2013-02-06 11:33:49 -08:00
Poonam Bajaj
3720c9565f
Merge
2013-02-26 08:58:20 -08:00
Bengt Rutisson
2023570fb1
Merge
2013-02-26 11:52:06 +01:00
Poonam Bajaj
62634823f9
Merge
2013-02-23 17:40:33 -08:00
John Cuthbertson
fb8617f293
8007221: G1: concurrent phase durations do not state the time units ("secs")
...
Add timer units to concurrent marking phases where the units were missing.
Reviewed-by: jmasa, ysr
2013-02-22 11:01:01 -08:00
Vladimir Kempik
050d7c9d90
8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
...
Reviewed-by: brutisso, johnc
2013-02-21 23:58:05 -08:00
Jesper Wilhelmsson
ceb2baae92
8008314: Unimplemented() Atomic::load breaks the applications
...
Jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed.
Reviewed-by: dholmes, dlong
2013-02-21 11:16:50 +01:00
John Cuthbertson
ce66b0aad0
Merge
2013-02-05 22:24:36 -08:00
John Cuthbertson
c2bb152e6c
8005032: G1: Cleanup serial reference processing closures in concurrent marking
...
Reuse the parallel reference processing oop closures during serial reference processing.
Reviewed-by: brutisso
2013-02-05 09:13:05 -08:00
Igor Ignatyev
014d9489bb
8006613: adding reason to made_not_compilable
...
Reviewed-by: kvn, vlivanov
2013-02-05 08:25:51 -08:00
Coleen Phillimore
6101f88a80
Merge
2013-02-04 22:59:45 -08:00
John Cuthbertson
ea33ae6c4d
Merge
2013-02-04 19:40:27 -08:00
Coleen Phillimore
3b65d23bc8
Merge
2013-02-04 13:51:01 -08:00
Jon Masamitsu
0b84b16b84
Merge
2013-02-04 13:26:04 -08:00
John Cuthbertson
1333948266
8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
...
Flush any deferred card mark before a Java thread exits.
Reviewed-by: brutisso, jmasa
2013-02-04 13:24:57 -08:00
Jon Masamitsu
e13466742d
Merge
2013-02-04 12:51:25 -08:00
Jon Masamitsu
83473ea55d
Merge
2013-02-04 12:01:07 -08:00
Volker Simonis
37d83019d0
8007475: Memory stomp with UseMallocOnly
...
Fix off-by-one error
Reviewed-by: coleenp, hseigel
2013-02-04 13:14:12 -05:00
Eric McCorkle
16990e896a
8006949: Update hotspot for MethodParameters format change
...
8006907: Hotspot should reject classfiles with multiple MethodParameters attributes
Update to Hotspot's processing of MethodParameters attributes in classfiles
Reviewed-by: coleenp, jrose
2013-02-04 13:05:32 -05:00
Harold Seigel
1831def9cc
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops
...
Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment.
Reviewed-by: kvn, roland
2013-02-04 08:26:02 -05:00
Roland Westrelin
da5499f4ed
8007144: Incremental inlining mistakes some call sites for dead ones and doesn't inline them
...
Wrong detection for dead call sites.
Reviewed-by: kvn
2013-02-04 11:30:37 +01:00
Mikael Vidstedt
eaa663b241
8007403: Incorrect format arguments in adlparse.cpp
...
Reviewed-by: kvn, twisti
2013-02-04 10:28:39 -08:00
Roland Westrelin
f13dbb00cf
8005114: VM is crashing in ciKlass*ciObjArrayKlass::element_klass() if metaspaces are full
...
Missing test for loaded klass in c1
Reviewed-by: kvn
2013-02-04 09:11:21 +01:00
Harold Seigel
6c6a537471
Merge
2013-02-03 17:12:31 -05:00
Harold Seigel
812262d16b
7197672: There are issues with shared data on windows
...
On Windows, set rw protection on the CDS file just before removing it.
Reviewed-by: dcubed, iklam
2013-02-03 16:49:16 -05:00
Edvard Wendelin
3562a0b06d
Merge
2013-02-03 22:43:57 +01:00
Dmitry Samersoff
302a583c08
8002048: Protocol to discovery of manageable Java processes on a network
...
Introduce a protocol to discover manageble Java instances across a network subnet, JDP
Reviewed-by: sla, dfuchs
2013-02-03 22:28:08 +04:00
Christian Tornqvist
ac8a131b61
Merge
2013-02-02 08:46:48 +01:00
Christian Tornqvist
2195d1d5e4
Merge
2013-02-02 07:24:29 +01:00