Vladimir Kozlov
69f9ddee90
6791178: Specialize for zero as the compressed oop vm heap base
...
Use zero based compressed oops if java heap is below 32gb and unscaled compressed oops if java heap is below 4gb.
Reviewed-by: never, twisti, jcoomes, coleenp
2009-03-12 10:37:46 -07:00
Antonios Printezis
e794fff22c
Merge
2009-03-12 11:34:44 -04:00
Kelly O'Hair
ad9390102d
6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
...
Reviewed-by: tbell
2009-03-11 17:31:56 -07:00
Kelly O'Hair
83f34e5507
6790292: BOOTDIR of jdk6 u12 will not work with jdk7 builds
...
Reviewed-by: tbell
2009-03-11 14:38:02 -07:00
Christian Thalinger
66cecec230
6812587: Use auxv to determine SPARC hardware features on Solaris
...
A similar function to getisax(2) should be used to determine all possible instruction set extensions.
Reviewed-by: never, kvn
2009-03-11 14:16:13 -07:00
Vladimir Kozlov
7a871160ec
Merge
2009-03-10 08:52:16 -07:00
Andrey Petrusenko
13c13c7289
6760309: G1: update remembered sets during Full GCs
...
Reviewed-by: iveresov, tonyp
2009-03-10 00:47:05 -07:00
Tim Bell
e005d5df51
Merge
2009-03-09 23:53:41 -07:00
Tim Bell
79bc5884e7
Merge
2009-03-09 23:37:17 -07:00
Tim Bell
308015e275
Merge
2009-03-09 23:36:43 -07:00
Xiomara Jayasena
2978ffb9f9
Merge
2009-03-09 13:34:19 -07:00
Xiomara Jayasena
fbcb7f3c1d
Merge
2009-03-09 13:34:14 -07:00
Xiomara Jayasena
f402821a9d
Merge
2009-03-09 13:34:04 -07:00
Xiomara Jayasena
4fb6b66cf1
Merge
2009-03-09 13:34:02 -07:00
Xiomara Jayasena
29a36f3f0e
Merge
2009-03-09 13:34:00 -07:00
Xiomara Jayasena
e7e3ff02a8
Merge
2009-03-09 13:33:56 -07:00
Xiomara Jayasena
8a6b48743d
Merge
2009-03-09 13:33:55 -07:00
Xiomara Jayasena
56fcf6c052
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:29:06 -07:00
Xiomara Jayasena
f038343dc2
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:29:01 -07:00
Xiomara Jayasena
380fa9ec0f
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:55 -07:00
Xiomara Jayasena
27f75e71c5
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:54 -07:00
Xiomara Jayasena
2be2e027b0
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:46 -07:00
Xiomara Jayasena
78f8162678
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:38 -07:00
Xiomara Jayasena
45d1edf5dc
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:37 -07:00
Xiomara Jayasena
fe2dde0f1a
Merge
2009-03-09 11:43:45 -07:00
Xiomara Jayasena
76f6f19925
Merge
2009-03-09 11:43:30 -07:00
Xiomara Jayasena
2cf8e1ac80
Merge
2009-03-09 11:43:24 -07:00
Antonios Printezis
faf22e51ad
Merge
2009-03-09 11:32:57 -04:00
Sean Mullan
d3a7a9549d
Merge
2009-03-09 09:56:58 -04:00
Sean Mullan
d541bcf943
6787130: java.policy file contains stale link to http://java.sun.com/notes
...
Reviewed-by: weijun
2009-03-09 09:46:43 -04:00
Christian Thalinger
89cea91c48
6797305: Add LoadUB and LoadUI opcode class
...
Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
Reviewed-by: never, kvn
2009-03-09 03:17:11 -07:00
Antonios Printezis
e4e765e34e
6814467: G1: small fixes related to concurrent marking verboseness
...
A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output.
Reviewed-by: jmasa
2009-03-07 11:07:37 -05:00
Antonios Printezis
8893530f3a
6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity")
...
The length of the fast cset test vector is decided at the beginning of a GC, but more regions can be added during the GC. The simple fix is to set the length of the fast cset test vector to the max.
Reviewed-by: iveresov
2009-03-07 11:07:37 -05:00
Antonios Printezis
e7d899910b
6810698: G1: two small bugs in the sparse remembered sets
...
The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table
Reviewed-by: apetrusenko, iveresov
2009-03-07 11:07:36 -05:00
John R Rose
26d192003f
6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
...
Code in vtableStubs and templateTable moved into MacroAssembler.
Reviewed-by: kvn
2009-03-06 21:36:50 -08:00
Igor Veresov
416d70bf91
6720309: G1: don't synchronously update RSet during evacuation pauses
...
6720334: G1: don't update RSets of collection set regions during an evacuation pause
Introduced a deferred update mechanism for delaying the rset updates during the collection pause
Reviewed-by: apetrusenko, tonyp
2009-03-06 13:50:14 -08:00
Tim Bell
9d3e087075
Merge
2009-03-06 10:53:48 -08:00
Tim Bell
8d2e7d667d
Merge
2009-03-06 10:52:36 -08:00
Tim Bell
dc061cb0ce
Merge
2009-03-06 10:52:02 -08:00
Karen Kinnear
a23cbf5b96
Merge
2009-03-05 22:07:29 -05:00
Valerie Peng
7f34411b42
Merge
2009-03-05 11:44:40 -08:00
Xiomara Jayasena
4ae52d7dc1
Added tag jdk7-b50 for changeset 7faffd237305
2009-03-05 09:49:26 -08:00
Xiomara Jayasena
4e539172f6
Added tag jdk7-b50 for changeset 6075b2a504ac
2009-03-05 09:49:16 -08:00
Xiomara Jayasena
421eed2e07
Added tag jdk7-b50 for changeset 4dd69fd1b1f9
2009-03-05 09:49:09 -08:00
Xiomara Jayasena
cc6fbb6a7f
Added tag jdk7-b50 for changeset 9c9bf2f9d3f3
2009-03-05 09:49:08 -08:00
Xiomara Jayasena
4e52be63fe
Added tag jdk7-b50 for changeset 90cbd9088155
2009-03-05 09:49:03 -08:00
Xiomara Jayasena
d05dcd3c10
Added tag jdk7-b50 for changeset 4f3bb7d32ea0
2009-03-05 09:49:00 -08:00
Xiomara Jayasena
aef18fc5a7
Added tag jdk7-b50 for changeset c7a5f07b79b2
2009-03-05 09:48:58 -08:00
Maurizio Cimadamore
a46fd793cc
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
...
Create new combo type/symbol visitor printer used by all diagnostic formatters
Reviewed-by: jjg
2009-03-05 17:25:37 +00:00
Maurizio Cimadamore
938af6ca9f
6807255: LineNumberTable wrong if enhanced-for-loops are used
...
End position of iterable for-each loop was not set properly
Reviewed-by: jjg
2009-03-05 17:25:13 +00:00