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
Lana Steuck
0b8159d689
Merge
2009-02-18 10:05:41 -08:00
Jon Masamitsu
f1847266b7
6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226)
...
Two assertions were incorrectly composed.
Reviewed-by: tonyp
2009-02-17 15:35:58 -08:00
Vladimir Kozlov
681eb89b31
Merge
2009-02-17 14:30:24 -08:00
Tim Bell
cf4c6b351a
Merge
2009-02-17 09:07:14 -08:00
Tim Bell
47f944a908
Merge
2009-02-17 09:06:16 -08:00
Christian Thalinger
f72a09355f
6805950: Typos in andL_rReg_imm instructions in x86_64.ad
...
There are two typos in andL_rReg_imm instructions in x86_64.ad.
Reviewed-by: kvn
2009-02-17 11:19:31 +01:00
Chris Hegarty
7dbcbc13d7
6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly
...
Reviewed-by: jccollet
2009-02-16 17:19:05 +00:00
Christian Thalinger
dd25f39709
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant
...
C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Reviewed-by: rasbold
2009-02-16 07:19:26 -08:00
Andrei Pangin
b4e9e47b74
Merge
2009-02-15 20:09:02 -08:00
Alan Bateman
030a13d8fe
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
...
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar
2009-02-15 12:25:54 +00:00
Christian Thalinger
a2ed00b650
6800154: Add comments to long_by_long_mulhi() for better understandability
...
This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments.
Reviewed-by: kvn, jrose
2009-02-13 09:09:35 -08:00
Maurizio Cimadamore
198f2427b4
6769027: Source line should be displayed immediately after the first diagnostic line
...
Added support for customizing diagnostic output via API/command line flags
Reviewed-by: jjg
2009-02-13 11:57:33 +00:00
Xiomara Jayasena
824fac8c75
Added tag jdk7-b47 for changeset c445221445df
2009-02-12 14:00:59 -08:00
Xiomara Jayasena
c8d87a676a
Added tag jdk7-b47 for changeset 37d45cffbdfc
2009-02-12 14:00:50 -08:00
Xiomara Jayasena
f2e5249ea9
Added tag jdk7-b47 for changeset caeb9cc18005
2009-02-12 14:00:44 -08:00
Xiomara Jayasena
312e8b696c
Added tag jdk7-b47 for changeset 2feefc62f981
2009-02-12 14:00:43 -08:00
Xiomara Jayasena
0982a57615
Added tag jdk7-b47 for changeset e3f44a955240
2009-02-12 14:00:38 -08:00
Xiomara Jayasena
1157bba837
Added tag jdk7-b47 for changeset 2b9d207712eb
2009-02-12 14:00:35 -08:00
Xiomara Jayasena
268b47be93
Added tag jdk7-b47 for changeset e57d3cfab04a
2009-02-12 14:00:34 -08:00
Christos Zoulas
68c4bef974
6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c
...
Reviewed-by: alanb
2009-02-11 13:16:53 +00:00