Christian Thalinger
17d35f31a2
6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA
...
The HotSpot tests Makefile has a hardcoded SLASH_JAVA which makes it difficult to run the tests on non-Sun build machines which do not have a /java infrastructure.
Reviewed-by: kamg
2009-02-03 08:10:28 -08:00
Christian Thalinger
ecbdf3bb83
6795362: 32bit server compiler leads to wrong results on solaris-x86
...
The C2 compiler leads to wrong results on solaris-i486 (32-bit) for a testcase given in the CR.
Reviewed-by: never, rasbold
2009-02-03 01:39:12 -08:00
Weijun Wang
17e0db945f
6785456: Read Kerberos setting from Windows environment variables
...
Reviewed-by: valeriep
2009-02-03 09:38:31 +08:00
Weijun Wang
e7c217c72d
6552334: Enable DNS in Kerberos by default
...
Reviewed-by: valeriep
2009-02-03 09:38:13 +08:00
Jean-Christophe Collet
57a4df4e50
6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
...
Force Locale.US when parsing the cookie expiration date.
Reviewed-by: chegar
2009-02-02 16:50:54 +01:00
Kelly O'Hair
09010fe0a7
6799141: Build with --hash-style=both so that binaries can work on SuSE 10
...
Reviewed-by: tbell
2009-01-31 17:19:42 -08:00
Jon Masamitsu
39b23ff0a0
6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
...
The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition.
Reviewed-by: ysr, tonyp
2009-01-31 00:15:00 -08:00
Tim Bell
c597e8b844
Merge
2009-01-30 23:28:38 -08:00
Tim Bell
fbaf68fa07
Merge
2009-01-30 23:27:20 -08:00
Erik Trimble
50d5d6cd86
Merge
2009-01-30 15:28:00 -08:00
Joe Darcy
82b15672f3
6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method
...
Reviewed-by: sherman, martin
2009-01-30 15:09:00 -08:00
Michael McMahon
aad69adc7b
Merge
2009-01-30 22:27:02 +00: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
Michael McMahon
71dfa4d2db
4167874: URL-downloaded jar files can consume all available file descriptors
...
Added close method to URLClassLoader
Reviewed-by: alanb
2009-01-30 22:05:30 +00:00
Joe Darcy
2b84dc567f
6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain
...
Reviewed-by: alanb
2009-01-30 12:40:27 -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
Joe Darcy
0476ba59fb
6327048: Enum javadoc could link to JLS
...
6653154: Exception message for bad Enum.valueOf has spurious "class"
Reviewed-by: emcmanus
2009-01-29 13:04:44 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Joe Darcy
3f450f06e2
6239194: Object.hashCode() should reference System.identityHashCode()
...
Reviewed-by: emcmanus
2009-01-29 09:04:41 -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
Maurizio Cimadamore
4021098c46
6729401: Compiler error when using F-bounded generics with free type variables
...
Javac applies wrong substitution to recursive type-variable bounds
Reviewed-by: jjg
2009-01-29 12:19:14 +00:00
Maurizio Cimadamore
c5d6131368
6557182: Unchecked warning *and* inconvertible types
...
Redundant warnings are generated when casting from intersection types
Reviewed-by: jjg
2009-01-29 12:18:19 +00:00
Maurizio Cimadamore
552a7a0e19
6315770: javac inference allows creation of strange types: Integer & Runnable
...
Javac does not apply glb correctly as per JLS3 15.12.2.8
Reviewed-by: jjg
2009-01-29 12:17:57 +00:00
Omair Majid
9ea7492522
6721088: Bad window size calculation after using pack()
...
Reviewed-by: anthony
2009-01-29 14:58:12 +03:00
Christos Zoulas
40754a9924
6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c
...
Reviewed-by: alanb
2009-01-28 14:13:37 -08:00
Joe Darcy
2f243ad874
6719182: update legal notice in java/lang/instrument/package.html
...
Reviewed-by: jjh
2009-01-28 12:46:43 -08:00
Joe Darcy
79ec4bf8d3
6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK
...
Reviewed-by: ksrini
2009-01-28 10:30:33 -08:00
Jonathan Gibbons
4aefa80bf1
6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic
...
Reviewed-by: darcy
2009-01-27 18:38:39 -08: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
f82d6e454b
6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
...
Reviewed-by: jjg
2009-01-27 17:50:53 -08:00
Jeremy Manson
0c35627960
6797480: Remove synchronization bottleneck in logger
...
Reviewed-by: swamyv
2009-01-27 15:04:30 -08:00
Jean-Christophe Collet
285d905e09
6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
...
Changed code not to throw an exception on unknown attributes
Reviewed-by: chegar
2009-01-27 11:36:28 +01: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