Staffan Larsen
|
5265514689
|
8007901: SA: Don't read flag values as constants
Reviewed-by: dholmes, mikael
|
2013-02-18 10:43:07 +01:00 |
|
Dmitry Samersoff
|
dd9a6fc8eb
|
Merge
|
2013-02-15 10:29:23 -08:00 |
|
Staffan Larsen
|
c023aba8f4
|
Merge
|
2013-02-15 10:08:25 +01:00 |
|
Staffan Larsen
|
19f22d8bbc
|
8008102: SA on OS X does not stop the attached process
Reviewed-by: dholmes, rbackman
|
2013-02-15 08:54:12 +01:00 |
|
Mikael Vidstedt
|
d258e2c069
|
8007639: Workaround for ccache in vm.make is incorrect
Fixed makefile logic to correctly special case JRE_RELEASE_VERSION and vm_version.o
Reviewed-by: dholmes, erikj
|
2013-02-14 12:36:07 -08:00 |
|
Bharadwaj Yadavalli
|
ff4bbcd501
|
8007736: VerifyError for static method in interface
Reviewed-by: dholmes, acorn
|
2013-02-14 14:33:35 -05:00 |
|
Vladimir Ivanov
|
8952875c84
|
Merge
|
2013-02-14 05:36:59 -08:00 |
|
Staffan Larsen
|
bf91374f3f
|
8004840: Jstack seems to output unnecessary information in 7u9
Reviewed-by: dholmes, coleenp, sspitsyn, rbackman
|
2013-02-14 13:08:15 +01:00 |
|
Bengt Rutisson
|
20bc6a3d8c
|
Merge
|
2013-02-14 11:01:05 +01:00 |
|
Serguei Spitsyn
|
a89fa83b32
|
Merge
|
2013-02-13 08:42:03 -08:00 |
|
Igor Ignatyev
|
034705ee13
|
8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov
|
2013-02-13 08:29:04 -08:00 |
|
Rickard Bäckman
|
05d4ff0383
|
8008088: SA can hang the VM
Reviewed-by: mgronlun, sla, dholmes
|
2013-02-13 09:46:19 +01:00 |
|
Markus Grönlund
|
7d28698730
|
8007312: null check signal semaphore in os::signal_notify windows
Reviewed-by: dholmes, sla
|
2013-02-13 11:23:46 +01:00 |
|
Krystal Mo
|
13c5c423d6
|
Merge
|
2013-02-12 14:33:19 -08: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 |
|
Krystal Mo
|
851ae93451
|
8002169: TEST_BUG: compiler/7009359/Test7009359.java sometimes times out
Make the test less prone to timeout by reducing the amount of iteration and allowing main to be compiled
Reviewed-by: jrose
|
2013-02-12 07:39:42 -08: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 |
|
Vladimir Kozlov
|
231bbf39f4
|
8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
Added missing UseSSE42 check. Also added missing avx2 assert for vpermq instruction.
Reviewed-by: roland, twisti
|
2013-02-08 15:07:17 -08:00 |
|
Zhengyu Gu
|
1e2b7bcabb
|
Merge
|
2013-02-08 14:32:13 -08:00 |
|
Zhengyu Gu
|
15d1949971
|
Merge
|
2013-02-08 13:55:41 -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 |
|
Alejandro Murillo
|
2fd28ebb43
|
8007801: new hotspot build - hs25-b19
Reviewed-by: jcoomes
|
2013-02-08 08:16:00 -08:00 |
|
Alejandro Murillo
|
59bf14707f
|
Added tag hs25-b18 for changeset f3f52401a78c
|
2013-02-08 08:07:07 -08:00 |
|
Alejandro Murillo
|
6c172dae73
|
Merge
|
2013-02-08 08:07:06 -08:00 |
|
Staffan Larsen
|
a6fefc1cae
|
Merge
|
2013-02-08 14:05:36 +01:00 |
|
Staffan Larsen
|
e563c0ecf4
|
8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
Do not rely on mach thread port names to identify threads from SA
Reviewed-by: dholmes, minqi, rbackman
|
2013-02-08 12:48:24 +01:00 |
|
Christian Tornqvist
|
92053d4fb2
|
8007434: Write tests for 8006298
Four tests written for 8006298
Reviewed-by: mgerdin, coleenp
|
2013-02-08 10:42:24 +01: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 |
|
David Katleman
|
2ac871a5a1
|
Added tag jdk8-b76 for changeset faf3f7a9a86f
|
2013-02-07 12:32:50 -08: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 |
|
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 |
|
David Holmes
|
de47c5722f
|
Merge
|
2013-02-05 00:59:40 -08:00 |
|
Coleen Phillimore
|
6101f88a80
|
Merge
|
2013-02-04 22:59:45 -08:00 |
|
Jeremy Manson
|
329bc97900
|
8006508: Wrong frame constructor is called in os_linux_x86.cpp
Reviewed-by: dholmes, coleenp
|
2013-02-04 23:53:10 -05:00 |
|