Erik Trimble
44091d390c
Merge
2009-02-25 22:55:54 -08:00
Tom Rodriguez
f7098831dd
6807963: need tool to make sense of LogCompilaton output
...
Reviewed-by: kvn
2009-02-25 14:36:27 -08:00
Tom Rodriguez
a82243d887
6805427: adlc compiler may generate incorrect machnode emission code
...
Reviewed-by: kvn, twisti
2009-02-25 10:53:14 -08:00
Kevin Walls
781e5085de
Merge
2009-02-25 14:32:01 +00:00
Jon Masamitsu
6b78cf8b99
Merge
2009-02-24 22:51:00 -08:00
Jon Masamitsu
b051a23591
6806226: Signed integer overflow in growable array code causes JVM crash
...
Workaround the overflow by doing the intermediate calculations in an unsigned variable.
Reviewed-by: ysr, jcoomes
2009-02-24 22:12:24 -08:00
Joe Darcy
178049faf3
6498938: Faulty comparison of TypeMirror objects in getElementsAnnotatedWith implementation
...
Reviewed-by: jjg
2009-02-24 17:48:53 -08:00
Joe Darcy
0b44eecef2
6501749: 6501749 Filer should state connection between created files and root elements
...
Reviewed-by: jjg
2009-02-24 17:16:18 -08:00
Doug Lea
ca6e1aecc3
6803402: Race condition in AbstractQueuedSynchronizer
...
Read fields in reverse initialization order
Reviewed-by: martin
2009-02-24 14:01:45 -08:00
Antonios Printezis
f883e6fde8
6804746: G1: guarantee(variance() > -1.0,"variance should be >= 0") (due to evacuation failure)
...
Under certain circumstances (evacuation failure) the pause time is not communicated to the policy and, as a result, the pause time field is not initialized properly.
Reviewed-by: jmasa
2009-02-24 15:50:23 -05:00
Kevin Walls
53cf69e562
6809463: Missing license header in test LargeZipFile.java
...
Reviewed-by: alanb
2009-02-24 19:03:58 +00:00
Vladimir Kozlov
decdeea77d
Merge
2009-02-24 09:53:20 -08:00
Tim Bell
4b732c2f61
Merge
2009-02-24 07:55:30 -08:00
Kevin Walls
ee5c2301ec
6599383: Unable to open zip files more than 2GB in size
...
Reviewed-by: alanb
2009-02-24 14:22:08 +00:00
Alan Bateman
4f2325cf75
Merge
2009-02-24 11:33:25 +00:00
Carl Quinn
16fbd2d7e5
6809132: (file) Javadoc style and consistency issues
...
Reviewed-by: vinnie
2009-02-24 11:31:04 +00:00
Alan Bateman
6d59271ca9
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
...
6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
Reviewed-by: sherman
2009-02-24 09:11:42 +00:00
Xueming Shen
952857e682
6350801: Add support for named (instead of numbered) capture groups in regular expression
...
6676425: Opensource unit/regression tests for java.util.regex
Added "named capturing group" into regex. Moved most of reg/unit tests to openjdk.
Reviewed-by: alanb, okutsu
2009-02-23 21:06:15 -08:00
Vladimir Kozlov
b07ac51bf3
6791572: assert("duplicating node that's already been matched")
...
Mark inputs for an address expression as shared if there are other uses besides address expressions.
Reviewed-by: never
2009-02-23 16:03:19 -08:00
Christian Thalinger
0723dab28b
6808589: Merge vm_version_x86_{32,64}.{cpp,hpp}
...
There is very much duplicated code in vm_version_x86_{32,64}.{cpp,hpp}. Refactoring these would help maintainability.
Reviewed-by: kvn, never
2009-02-23 12:02:30 -08:00
Chris Hegarty
5efe4b020a
6806649: synchronization bottleneck when constructing Thread subclasses
...
Replace subclass audits synchronization with ConcurrentHashMap with weakly referenced Class keys
Reviewed-by: peterjones, dholmes, martin
2009-02-23 10:36:19 +00:00
Xue-Lei Andrew Fan
d1f800c577
5067458: Loopback SSLSocketImpl createSocket is throwing an exception
...
A null hostname should be regarded as a loopback address.
Reviewed-by: weijun
2009-02-23 17:32:52 +08:00
Weijun Wang
3a37d195f3
6780416: New keytool commands/options: -gencert, -printcertreq, -ext
...
Reviewed-by: xuelei, mullan
2009-02-23 10:05:55 +08:00
Weijun Wang
500caf95bd
6803376: BasicConstraintsExtension does not encode when (ca==false && pathLen<0)
...
Reviewed-by: xuelei
2009-02-23 10:05:41 +08:00
Weijun Wang
9081658837
6804045: DerValue does not accept empty OCTET STRING
...
Reviewed-by: xuelei
2009-02-23 10:04:52 +08:00
Weijun Wang
967dd884ac
6789935: cross-realm capath search error
...
Reviewed-by: xuelei
2009-02-23 10:04:25 +08:00
Weijun Wang
7465090acf
6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates
...
Reviewed-by: vinnie
2009-02-23 10:03:36 +08:00
Andrei Pangin
6acc244444
Merge
2009-02-22 17:21:13 -08:00
Andrei Pangin
85a47f34c6
Merge
2009-02-22 17:11:56 -08:00
Tim Bell
ea24f38417
Merge
2009-02-21 09:58:08 -08:00
Joe Darcy
f73daa0e58
6460529: Provide mixin interfaces for getQualifiedName and getTypeParameters
...
Reviewed-by: jjg
2009-02-20 11:56:09 -08:00
Y. Srinivas Ramakrishna
7efb6ac73a
Merge
2009-02-20 11:12:26 -08:00
Tim Bell
a58639094e
Merge
2009-02-20 10:53:39 -08:00
Xue-Lei Andrew Fan
f202d9a6e1
6697270: Inputstream dosent behave correct
...
Do not try to read zero byte from a InputStream, and do always return immediately for zero byte reading in a InputStream implementation.
Reviewed-by: weijun
2009-02-20 13:05:28 +08:00
Xue-Lei Andrew Fan
15891a2f7f
4918870: Examine session cache implementation (sun.misc.Cache)
...
Replace sun.misc.Cache with sun.security.util.Cache
Reviewed-by: weijun
2009-02-20 12:50:02 +08:00
Tim Bell
8c702dfd66
Merge
2009-02-19 18:04:54 -08:00
Tim Bell
354897da83
Merge
2009-02-19 18:04:30 -08:00
Vladimir Kozlov
dc3008a513
6802499: EA: assert(false,"unknown node on this path")
...
Add missing checks for SCMemProj node in Escape analysis code.
Reviewed-by: never
2009-02-19 17:38:53 -08:00
Xiomara Jayasena
55676cacc2
Added tag jdk7-b48 for changeset 299092b5d884
2009-02-19 14:08:22 -08:00
Xiomara Jayasena
2f8cdfaaa7
Added tag jdk7-b48 for changeset 7b8efe5390c4
2009-02-19 14:08:12 -08:00
Xiomara Jayasena
4a72da6f6a
Added tag jdk7-b48 for changeset a9f9b366f4d3
2009-02-19 14:08:06 -08:00
Xiomara Jayasena
d389c635bc
Added tag jdk7-b48 for changeset a2189fee3a39
2009-02-19 14:08:05 -08:00
Xiomara Jayasena
f5594e9e8d
Added tag jdk7-b48 for changeset 1da7c5c8156d
2009-02-19 14:08:00 -08:00
Xiomara Jayasena
3b924cd4f6
Added tag jdk7-b48 for changeset 3c81794d974b
2009-02-19 14:07:57 -08:00
Xiomara Jayasena
9ca5bdcd52
Added tag jdk7-b48 for changeset a5f5cb034a05
2009-02-19 14:07:56 -08:00
Ivan P Krylov
6aec7d2ea9
6806046: Hotspot build error when compiled from Visual Studio
...
Define HOTSPOT_LIB_ARCH in the preprocessor flags of the generated projects
Reviewed-by: kamg, xlu
2009-02-19 04:54:22 -05:00
Erik Trimble
473e5b6e54
6807345: Bump HS15 build number to 02
...
Update the HS15 Build number to 02
Reviewed-by: jcoomes
2009-02-18 18:20:02 -08:00
Erik Trimble
0a2c842e50
Merge
2009-02-18 18:14:18 -08:00
Vladimir Kozlov
73e8e582ba
6807084: AutoBox elimination is broken with compressed oops
...
Add checks for DecodeN nodes into AutoBox elimination code.
Reviewed-by: never
2009-02-18 13:53:42 -08:00
Bhavesh Patel
11a5dc38c7
6802694: Javadoc doclet does not display deprecated information with -nocomment option for serialized form
...
Reviewed-by: jjg
2009-02-18 13:47:27 -08:00