J. Duke
313edfca60
Merge
2017-07-05 16:34:27 +02:00
J. Duke
302aff771b
Merge
2017-07-05 16:34:23 +02:00
J. Duke
e1520a3a5c
Merge
2017-07-05 16:34:21 +02:00
J. Duke
072d125c3d
Merge
2017-07-05 16:34:18 +02:00
J. Duke
0a91c9aa9d
Merge
2017-07-05 16:34:04 +02:00
J. Duke
4cab019dcb
Added tag jdk7-b24 for changeset 1cc8dd79fd1c
2017-07-05 16:33:56 +02:00
J. Duke
77c86a9646
Merge
2017-07-05 16:33:55 +02:00
J. Duke
62cd79af98
Merge
2017-07-05 16:33:39 +02:00
J. Duke
c2d21dbeba
Merge
2017-07-05 16:33:23 +02:00
J. Duke
8883615177
Merge
2017-07-05 16:33:07 +02:00
J. Duke
b15242a5a2
Merge
2017-07-05 16:32:55 +02:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Y. Srinivas Ramakrishna
d981bd442b
6787254: Work queue capacity can be increased substantially on some platforms
...
Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode.
Reviewed-by: jmasa, tonyp
2009-01-30 14:17:52 -08:00
Tim Bell
722c67692b
Merge
2009-01-29 21:48:36 -08:00
Tim Bell
811c6c0fea
Merge
2009-01-29 21:46:48 -08:00
Y. Srinivas Ramakrishna
34b247f068
Merge
2009-01-29 21:25:42 -08:00
Xiomara Jayasena
f32326c000
Added tag jdk7-b45 for changeset 779f966ee652
2009-01-29 13:21:18 -08:00
Xiomara Jayasena
2fd86a0f09
Added tag jdk7-b45 for changeset fdad8fbddf3a
2009-01-29 13:21:07 -08:00
Xiomara Jayasena
01829882de
Added tag jdk7-b45 for changeset a935fb480c23
2009-01-29 13:21:02 -08:00
Xiomara Jayasena
70ff87882c
Added tag jdk7-b45 for changeset 5c97af908fdd
2009-01-29 13:21:00 -08:00
Xiomara Jayasena
49f97d10c8
Added tag jdk7-b45 for changeset 6b84304c8b89
2009-01-29 13:20:56 -08:00
Xiomara Jayasena
6f35335489
Added tag jdk7-b45 for changeset b32f7f58ca66
2009-01-29 13:20:53 -08:00
Xiomara Jayasena
090aa094a7
Added tag jdk7-b45 for changeset 516aa5488b1a
2009-01-29 13:20:52 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Pavel Porvatov
798600a691
6794836
: BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE
...
Reviewed-by: peterz
2009-01-29 19:06:29 +03:00
Sergey Malenkov
d36d789593
6788531: java.beans.Statement imposes excessive access control
...
Reviewed-by: peterz, rupashka
2009-01-29 15:34:50 +03:00
Igor Veresov
da292a7197
6783381: NUMA allocator: don't pretouch eden space with UseNUMA
...
Moved pretouching to MutableSpace. Also MutableSpace now turns on page interleaving for the region it covers.
Reviewed-by: jmasa, jcoomes
2009-01-27 18:13:59 -08:00
Joe Darcy
61f89b0025
6601457: Move wrapper class tests from closed to open
...
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Move some more regression tests to the open
Reviewed-by: jjg
2009-01-26 19:49:26 -08:00
Tim Bell
1b49bea0ad
6797871: Fix for 6797463 did not remove the jtreg tests, and it should have
...
Reviewed-by: jjg
2009-01-26 15:14:46 -08:00
Y. Srinivas Ramakrishna
f031c45430
6786503: Overflow list performance can be improved
...
Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
Reviewed-by: jmasa
2009-01-26 12:47:21 -08:00
Xiaobin Lu
5ee6e7f6ed
6795913: A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS
...
Use NULL_WORD in the places where intptr_t is expected due to incompatible types between intptr_t & int32_t
Reviewed-by: phh, coleenp, never
2009-01-26 12:07:54 -08:00
Christian Thalinger
3b8452da93
6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
...
Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI.
Reviewed-by: phh, kvn
2009-01-26 16:22:12 +01:00
Yuka Kamiya
02e741f275
6796489: (tz) Support tzdata2009a
...
Reviewed-by: okutsu
2009-01-26 09:19:59 +09:00
Tim Bell
57af527fbb
Merge
2009-01-24 16:35:52 -08:00
Tim Bell
337fe1437d
Merge
2009-01-24 16:35:17 -08:00
Tim Bell
e6ce4c2488
6797463: 6557199 breaks the jax-ws workspace
...
Reviewed-by: jjg
2009-01-24 11:07:32 -08:00
Jonathan Gibbons
cf1252d823
6795365: NetBeans projects in langtools repository are not NB6.5-friendly
...
Reviewed-by: mcimadamore
2009-01-23 11:23:10 -08:00
Joe Darcy
e08feb9741
6604864: Double.valueOf(String) does not specify behaviour for overflow and underflow
...
Reviewed-by: emcmanus
2009-01-23 10:37:41 -08:00
Coleen Phillimore
91dd5dcbe4
Merge
2009-01-23 10:41:28 -05:00
Sergey Malenkov
606b473fb5
4222508: JColorChooser ignores setEnabled() function call
...
Reviewed-by: peterz, rupashka
2009-01-23 18:31:08 +03:00
Xueming Shen
a9c275ed18
6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
...
Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb
2009-01-22 20:29:54 -08:00
Jonathan Gibbons
72a1863490
6796965: dev-time wrapper script for javac broken
...
Reviewed-by: ksrini
2009-01-22 15:45:44 -08:00
Xiomara Jayasena
3112e3e065
Added tag jdk7-b44 for changeset 9d204be2281a
2009-01-22 14:42:22 -08:00
Xiomara Jayasena
9f55075d21
Added tag jdk7-b44 for changeset 4ce86f6829fb
2009-01-22 14:42:13 -08:00
Xiomara Jayasena
5669063091
Added tag jdk7-b44 for changeset 8a29755677e2
2009-01-22 14:42:07 -08:00
Xiomara Jayasena
b398e5f491
Added tag jdk7-b44 for changeset 4c202c81d33f
2009-01-22 14:42:06 -08:00
Xiomara Jayasena
9933a50bf3
Added tag jdk7-b44 for changeset ec694d49c4be
2009-01-22 14:42:01 -08:00
Xiomara Jayasena
2ec2e709fd
Added tag jdk7-b44 for changeset 8a25de0ed498
2009-01-22 14:41:58 -08:00
Xiomara Jayasena
2bb798a3ff
Added tag jdk7-b44 for changeset 72a127c48637
2009-01-22 14:41:57 -08:00
Naoto Sato
c0b51b7972
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
...
6786276: Locale.getISOCountries() still contains country code "CS"
Reviewed-by: okutsu
2009-01-21 13:58:46 -08:00