John R Rose
49cbc41c82
6957004: MethodComparator uses the wrong CP index accessor
...
Change two uses of get_index_u2 to get_index_u2_cpcache; also tweak some debugging print functions
Reviewed-by: kvn
2010-05-28 16:23:51 -07:00
Igor Veresov
4da8658b14
6955349: C1: Make G1 barriers work with x64
...
This fixes G1 barriers in c1 on x64.
Reviewed-by: never
2010-05-27 22:01:55 -07:00
Vladimir Kozlov
cc18a50e59
6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
...
Added new product ObjectAlignmentInBytes flag to control object alignment.
Reviewed-by: twisti, ysr, iveresov
2010-05-27 18:01:56 -07:00
John R Rose
05b4f2e796
6956164: nightly regressions from 6939207
...
Fix errors in 6939207.
Reviewed-by: kvn
2010-05-27 09:54:07 -07:00
Tom Rodriguez
66b26ccfb4
Merge
2010-05-25 13:18:49 -07:00
Christian Thalinger
7a9f2e7625
6934104: JSR 292 needs to support SPARC C2
...
C2 for SPARC needs to support JSR 292.
Reviewed-by: kvn, never
2010-05-25 02:38:48 -07:00
John R Rose
e59f431f8d
Merge
2010-05-24 14:15:14 -07:00
Tom Rodriguez
0582a3ba99
6490487: java support on 64 bit solaris x86 machines is broken
...
Reviewed-by: kvn, kamg
2010-05-24 13:53:38 -07:00
John R Rose
581521ba96
6939207: refactor constant pool index processing
...
Factored cleanup of instruction decode which prepares for enhanced ldc semantics.
Reviewed-by: twisti
2010-05-23 01:38:26 -07:00
Christian Thalinger
2e24ba80e9
6930772: JSR 292 needs to support SPARC C1
...
C1 for SPARC needs to support JSR 292.
Reviewed-by: never, jrose
2010-05-21 02:59:24 -07:00
John Coomes
8a34049f04
Merge
2010-05-20 08:32:11 -07:00
Christian Thalinger
c9f2ba541b
6951083: oops and relocations should part of nmethod not CodeBlob
...
This moves the oops from Codeblob to nmethod.
Reviewed-by: kvn, never
2010-05-20 06:34:23 -07:00
John R Rose
a13355babf
Merge
2010-05-20 01:34:22 -07:00
Y. Srinivas Ramakrishna
ed25c962e1
6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64
...
Changed LP64 to _LP64 in collectedHeap.cpp.
Reviewed-by: kvn, jcoomes
2010-05-19 16:05:47 -07:00
Y. Srinivas Ramakrishna
51c1f35548
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption
...
Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention.
Reviewed-by: tonyp, jmasa, jcoomes, kvn
2010-05-19 10:37:05 -07:00
Vladimir Kozlov
24b71d013a
Merge
2010-05-19 10:22:39 -07:00
Tom Rodriguez
00d1e12daf
6953576: bottom_type for matched AddPNodes doesn't always agree with ideal
...
Reviewed-by: kvn
2010-05-18 23:58:32 -07:00
Tom Rodriguez
b03699b985
6953539: after 6892658 c1 reports that it doesn't inline StringBuffer.append
...
Reviewed-by: kvn, twisti
2010-05-18 13:45:03 -07:00
John Coomes
04b4d79094
6951319: enable solaris builds using Sun Studio 12 update 1
...
Reviewed-by: kamg, ysr, dholmes, johnc
2010-05-18 11:02:18 -07:00
Vladimir Kozlov
c12b2b3f69
6953267: assert in EA code with -XX:+StressReflectiveCode
...
Add missing checks into EA code.
Reviewed-by: never
2010-05-18 09:54:05 -07:00
Eric Caspole
430574f398
6950075: nmethod sweeper should operate concurrently
...
Reviewed-by: never, kvn
2010-05-17 16:50:07 -07:00
Vladimir Kozlov
85854f0e13
6951686: Using large pages on Linux prevents zero based compressed oops
...
Use req_addr when attaching shared memory segment.
Reviewed-by: twisti
2010-05-17 11:32:56 -07:00
Daniel D. Daugherty
9b7dfe0cbc
Merge
2010-05-17 07:11:27 -07:00
Daniel D. Daugherty
8c248ee5f2
6949515: 3/3 VM crash when calling GetMethodDeclaringClass
...
Use resolve_external_guard() instead of resolve_non_null().
Reviewed-by: thurka, kamg, acorn
2010-05-17 06:35:51 -07:00
Daniel D. Daugherty
e453a8780a
Merge
2010-05-17 03:53:55 -07:00
Y. Srinivas Ramakrishna
f8643be266
6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
...
When using compressed oops, use compressed promoted pointers in b63:b31 of the mark word, so as not to interfere with the CMS "freeness bit" at b7. Updated mark-word layout documentation.
Reviewed-by: minqi, poonam, jmasa, coleenp
2010-05-17 00:47:28 -07:00
Poonam Bajaj
e009d84ff6
6745217: jmap assertion failure
...
SA shows exception with core files > 2GB. These changes fix that by correcting the size of CMSBitmap during its allocation.
Reviewed-by: swamyv
2010-05-15 18:24:34 -07:00
Andrey Petrusenko
0d3978019b
6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to
...
Extended the failing assertion with the new message format to get more data.
Reviewed-by: tonyp
2010-05-14 10:28:46 -07:00
Erik Trimble
10da52364f
Merge
2010-05-13 17:10:32 -07:00
Erik Trimble
f52963c1bc
6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM
...
Update the Major and build numbers for HS19 fork
Reviewed-by: jcoomes
2010-05-13 14:47:21 -07:00
Erik Trimble
8878667a36
Merge
2010-05-13 14:35:14 -07:00
J. Duke
f16e36c40b
Merge
2017-07-05 17:11:37 +02:00
J. Duke
4f076f9b13
Merge
2017-07-05 17:11:34 +02:00
J. Duke
811fbe6d6e
Merge
2017-07-05 17:11:32 +02:00
J. Duke
e213c5e5d8
Merge
2017-07-05 17:11:30 +02:00
J. Duke
83706719c8
Merge
2017-07-05 17:11:28 +02:00
J. Duke
3a10addf66
Merge
2017-07-05 17:11:25 +02:00
J. Duke
de5616ba4c
Merge
2017-07-05 17:11:22 +02:00
J. Duke
f05258b61c
Added tag jdk7-b92 for changeset ff9031a745d9
2017-07-05 17:11:12 +02:00
J. Duke
9329c4986e
Merge
2017-07-05 17:11:12 +02:00
J. Duke
bd63b369c0
Merge
2017-07-05 17:11:09 +02:00
J. Duke
27aed7adf4
Merge
2017-07-05 17:11:07 +02:00
J. Duke
2f14620595
Merge
2017-07-05 17:11:04 +02:00
J. Duke
85409e87d8
Merge
2017-07-05 17:11:02 +02:00
J. Duke
10ca0d908b
Merge
2017-07-05 17:10:59 +02:00
J. Duke
66b0c4f440
Merge
2017-07-05 17:10:57 +02:00
J. Duke
404ff1ae4b
Added tag jdk7-b91 for changeset 308ad8f68b8d
2017-07-05 17:10:46 +02:00
J. Duke
7588f37667
Merge
2017-07-05 17:10:46 +02:00
J. Duke
505e8b6241
Merge
2017-07-05 17:10:44 +02:00
J. Duke
192b28b51f
Merge
2017-07-05 17:10:40 +02:00