weijun [Mon, 23 Feb 2009 10:03:36 +0800] rev 2063
6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates
Reviewed-by: vinnie
tbell [Fri, 20 Feb 2009 10:53:39 -0800] rev 2062
Merge
xuelei [Fri, 20 Feb 2009 13:05:28 +0800] rev 2061
6697270: Inputstream dosent behave correct
Summary: 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
xuelei [Fri, 20 Feb 2009 12:50:02 +0800] rev 2060
4918870: Examine session cache implementation (sun.misc.Cache)
Summary: replace sun.misc.Cache with sun.security.util.Cache
Reviewed-by: weijun
tbell [Thu, 19 Feb 2009 18:04:30 -0800] rev 2059
Merge
chegar [Mon, 16 Feb 2009 17:19:05 +0000] rev 2058
6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly
Reviewed-by: jccollet
alanb [Sun, 15 Feb 2009 12:25:54 +0000] rev 2057
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
chegar [Wed, 11 Feb 2009 13:16:53 +0000] rev 2056
6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c
Reviewed-by: alanb
Contributed-by: christos@zoulas.com
poonam [Tue, 10 Feb 2009 03:26:31 -0800] rev 2055
6755621: Include SA binaries into Windows JDK
Summary: These changes will enable inclusion of sa-jdi.jar and sawindbg.dll into Windows JDK bundle.
Reviewed-by: never, jjh, alanb
xdono [Thu, 26 Feb 2009 10:57:23 -0800] rev 2054
Added tag jdk7-b49 for changeset 8e06c3b9ec6e
duke [Wed, 05 Jul 2017 16:48:00 +0200] rev 2053
Merge
xdono [Thu, 26 Feb 2009 10:57:13 -0800] rev 2052
Added tag jdk7-b49 for changeset 2fb28c2f14c0
xdono [Thu, 26 Feb 2009 10:57:09 -0800] rev 2051
Added tag jdk7-b49 for changeset 073e31b93bb0
duke [Wed, 05 Jul 2017 16:47:52 +0200] rev 2050
Added tag jdk7-b49 for changeset 6b84b04a80af
duke [Wed, 05 Jul 2017 16:47:51 +0200] rev 2049
Merge
duke [Wed, 05 Jul 2017 16:47:49 +0200] rev 2048
Merge
xdono [Thu, 19 Feb 2009 14:08:22 -0800] rev 2047
Added tag jdk7-b48 for changeset 299092b5d884
duke [Wed, 05 Jul 2017 16:47:47 +0200] rev 2046
Merge
xdono [Thu, 19 Feb 2009 14:08:06 -0800] rev 2045
Added tag jdk7-b48 for changeset a9f9b366f4d3
duke [Wed, 05 Jul 2017 16:47:44 +0200] rev 2044
Merge
xdono [Thu, 19 Feb 2009 14:08:05 -0800] rev 2043
Added tag jdk7-b48 for changeset a2189fee3a39
duke [Wed, 05 Jul 2017 16:47:42 +0200] rev 2042
Merge
xdono [Thu, 19 Feb 2009 14:07:57 -0800] rev 2041
Added tag jdk7-b48 for changeset 3c81794d974b
duke [Wed, 05 Jul 2017 16:47:40 +0200] rev 2040
Merge
xdono [Thu, 19 Feb 2009 14:08:12 -0800] rev 2039
Added tag jdk7-b48 for changeset 7b8efe5390c4
duke [Wed, 05 Jul 2017 16:47:37 +0200] rev 2038
Merge
trims [Wed, 25 Feb 2009 23:16:22 -0800] rev 2037
Merge
trims [Wed, 18 Feb 2009 18:20:02 -0800] rev 2036
6807345: Bump HS15 build number to 02
Summary: Update the HS15 Build number to 02
Reviewed-by: jcoomes
trims [Wed, 18 Feb 2009 18:14:18 -0800] rev 2035
Merge
kvn [Tue, 17 Feb 2009 14:30:24 -0800] rev 2034
Merge
twisti [Tue, 17 Feb 2009 11:19:31 +0100] rev 2033
6805950: Typos in andL_rReg_imm instructions in x86_64.ad
Summary: There are two typos in andL_rReg_imm instructions in x86_64.ad.
Reviewed-by: kvn
twisti [Mon, 16 Feb 2009 07:19:26 -0800] rev 2032
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Summary: C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Reviewed-by: rasbold
twisti [Fri, 13 Feb 2009 09:09:35 -0800] rev 2031
6800154: Add comments to long_by_long_mulhi() for better understandability
Summary: 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
kvn [Fri, 06 Feb 2009 13:31:03 -0800] rev 2030
6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")
Summary: Move the CreateEx up before each round of IFG construction
Reviewed-by: never, phh
kvn [Thu, 05 Feb 2009 14:43:58 -0800] rev 2029
6799693: Server compiler leads to data corruption when expression throws an Exception
Summary: Use merged memory state for an allocation's slow path.
Reviewed-by: never
kvn [Thu, 05 Feb 2009 13:38:52 -0800] rev 2028
6788376: allow to ignore unrecognized VM options
Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: ysr, xlu
never [Wed, 04 Feb 2009 23:17:38 -0800] rev 2027
6442502: assert(bits,"Use TypePtr for NULL") on linux-x86
Reviewed-by: kvn
never [Wed, 04 Feb 2009 11:44:57 -0800] rev 2026
6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
Reviewed-by: phh, kvn
never [Tue, 03 Feb 2009 18:05:19 -0800] rev 2025
6782260: Memory leak in CodeBuffer::create_patch_overflow
Reviewed-by: phh, kvn
twisti [Tue, 03 Feb 2009 08:10:28 -0800] rev 2024
6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA
Summary: 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
twisti [Tue, 03 Feb 2009 01:39:12 -0800] rev 2023
6795362: 32bit server compiler leads to wrong results on solaris-x86
Summary: The C2 compiler leads to wrong results on solaris-i486 (32-bit) for a testcase given in the CR.
Reviewed-by: never, rasbold
twisti [Mon, 26 Jan 2009 16:22:12 +0100] rev 2022
6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
Summary: Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI.
Reviewed-by: phh, kvn
kvn [Wed, 21 Jan 2009 11:18:38 -0800] rev 2021
6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type")
Summary: Fix the assert in TypeKlassPtr::cast_to_ptr_type().
Reviewed-by: never
kvn [Fri, 16 Jan 2009 11:23:10 -0800] rev 2020
6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
Summary: Add missing code for reflection class loader in SystemDictionary::find().
Reviewed-by: never, jrose
never [Wed, 14 Jan 2009 14:12:00 -0800] rev 2019
6788347: C2Compiler crash 6u7
Reviewed-by: kvn
never [Tue, 13 Jan 2009 14:02:19 -0800] rev 2018
Merge
never [Tue, 13 Jan 2009 11:43:20 -0800] rev 2017
6791132: bad control in autobox split code
Reviewed-by: kvn
kvn [Tue, 13 Jan 2009 11:10:00 -0800] rev 2016
6784930: server jvm fails with assert(!n->is_SpillCopy(),"")
Summary: Set minimum block frequency MIN_BLOCK_FREQUENCY 1.e-35f.
Reviewed-by: never, rasbold
kvn [Wed, 07 Jan 2009 11:23:28 -0800] rev 2015
6790182: matcher.cpp:1375: assert(false,"bad AD file")
Summary: Add a match rule for regD_low in regD definition.
Reviewed-by: never
kvn [Wed, 07 Jan 2009 11:04:45 -0800] rev 2014
6782232: assert("CreateEx must be first instruction in block" )
Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator.
Reviewed-by: never
apetrusenko [Tue, 10 Feb 2009 18:39:09 +0300] rev 2013
6700941: G1: allocation spec missing for some G1 classes
Reviewed-by: tonyp
ysr [Mon, 09 Feb 2009 12:26:05 -0800] rev 2012
6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
Summary: replaced localtime() with localtime_r() on Solaris and Linux.
Reviewed-by: apetrusenko, dholmes, jmasa
apetrusenko [Mon, 09 Feb 2009 17:33:06 +0300] rev 2011
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
Reviewed-by: tonyp, jmasa
jmasa [Sun, 08 Feb 2009 13:18:01 -0800] rev 2010
6690928: Use spinning in combination with yields for workstealing termination.
Summary: Substitute a spin loop for most calls to yield() to reduce the stress on the system.
Reviewed-by: tonyp
apetrusenko [Fri, 06 Feb 2009 01:38:50 +0300] rev 2009
6484959: G1: introduce survivor spaces
6797754: G1: combined bugfix
Summary: Implemented a policy to control G1 survivor space parameters.
Reviewed-by: tonyp, iveresov
never [Thu, 05 Feb 2009 11:42:10 -0800] rev 2008
6793828: G1: invariant: queues are empty when activated
Reviewed-by: jrose, kvn
ysr [Wed, 04 Feb 2009 15:42:52 -0800] rev 2007
Merge
jmasa [Sat, 31 Jan 2009 00:15:00 -0800] rev 2006
6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition.
Reviewed-by: ysr, tonyp
ysr [Fri, 30 Jan 2009 14:17:52 -0800] rev 2005
6787254: Work queue capacity can be increased substantially on some platforms
Summary: 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
xdono [Thu, 19 Feb 2009 14:08:00 -0800] rev 2004
Added tag jdk7-b48 for changeset 1da7c5c8156d
xdono [Thu, 19 Feb 2009 14:07:56 -0800] rev 2003
Added tag jdk7-b48 for changeset a5f5cb034a05
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2002
Added tag jdk7-b48 for changeset 1bf51a4c2627
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2001
Merge
duke [Wed, 05 Jul 2017 16:47:25 +0200] rev 2000
Merge
tbell [Tue, 17 Feb 2009 09:07:14 -0800] rev 1999
Merge
tbell [Fri, 06 Feb 2009 17:24:04 -0800] rev 1998
Merge
darcy [Fri, 06 Feb 2009 12:49:48 -0800] rev 1997
6794071: Provide exception superclass for UnknownFooExceptions
Reviewed-by: jjg
jjg [Fri, 06 Feb 2009 10:23:57 -0800] rev 1996
6595666: fix -Werror
Reviewed-by: mcimadamore
tbell [Fri, 06 Feb 2009 09:44:58 -0800] rev 1995
Merge
tbell [Fri, 30 Jan 2009 23:28:38 -0800] rev 1994
Merge
mcimadamore [Thu, 29 Jan 2009 12:19:14 +0000] rev 1993
6729401: Compiler error when using F-bounded generics with free type variables
Summary: Javac applies wrong substitution to recursive type-variable bounds
Reviewed-by: jjg
mcimadamore [Thu, 29 Jan 2009 12:18:19 +0000] rev 1992
6557182: Unchecked warning *and* inconvertible types
Summary: Redundant warnings are generated when casting from intersection types
Reviewed-by: jjg
mcimadamore [Thu, 29 Jan 2009 12:17:57 +0000] rev 1991
6315770: javac inference allows creation of strange types: Integer & Runnable
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8
Reviewed-by: jjg
jjg [Tue, 27 Jan 2009 18:38:39 -0800] rev 1990
6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic
Reviewed-by: darcy
darcy [Tue, 27 Jan 2009 17:50:53 -0800] rev 1989
6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
Reviewed-by: jjg
xdono [Thu, 12 Feb 2009 14:00:59 -0800] rev 1988
Added tag jdk7-b47 for changeset c445221445df
duke [Wed, 05 Jul 2017 16:47:21 +0200] rev 1987
Merge
xdono [Thu, 12 Feb 2009 14:00:44 -0800] rev 1986
Added tag jdk7-b47 for changeset caeb9cc18005
duke [Wed, 05 Jul 2017 16:47:18 +0200] rev 1985
Merge
xdono [Thu, 12 Feb 2009 14:00:43 -0800] rev 1984
Added tag jdk7-b47 for changeset 2feefc62f981
duke [Wed, 05 Jul 2017 16:47:16 +0200] rev 1983
Merge
xdono [Thu, 12 Feb 2009 14:00:35 -0800] rev 1982
Added tag jdk7-b47 for changeset 2b9d207712eb
duke [Wed, 05 Jul 2017 16:47:13 +0200] rev 1981
Merge
lana [Wed, 18 Feb 2009 10:05:41 -0800] rev 1980
Merge
lana [Tue, 10 Feb 2009 12:26:12 -0800] rev 1979
Merge
anthony [Wed, 04 Feb 2009 11:58:13 +0300] rev 1978
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
Reviewed-by: art, dcherepanov
art [Thu, 29 Jan 2009 14:58:12 +0300] rev 1977
6721088: Bad window size calculation after using pack()
Reviewed-by: anthony
Contributed-by: Omair Majid <omajid@redhat.com>
bae [Tue, 20 Jan 2009 19:51:46 +0300] rev 1976
6551075: screenshot image taken through clipboard on W2K terminal server is shifted
Reviewed-by: dav, uta
rkennke [Tue, 13 Jan 2009 20:04:05 +0100] rev 1975
6792515: Specify awt peer's API
Summary: Document AWT peer API.
Reviewed-by: art, dav
art [Fri, 19 Dec 2008 16:04:04 +0300] rev 1974
6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets
Summary: XEmbedClientHelper is uninstalled when its embedded frame is disposed.
Reviewed-by: dcherepanov, ant
art [Wed, 26 Nov 2008 16:25:16 +0300] rev 1973
6699589: java/awt/EventQueue/PostEventOrderingTest.java fails
Reviewed-by: dav, anthony
art [Tue, 28 Oct 2008 17:06:12 +0300] rev 1972
6758673: WeakReference leak in Window.ownedWindowList
Summary: WindowDisposerRecord parent field is correctly initialized
Reviewed-by: dav, ant
lana [Mon, 20 Oct 2008 19:07:12 -0700] rev 1971
Merge
dav [Wed, 08 Oct 2008 13:01:40 +0400] rev 1970
Merge
dav [Wed, 08 Oct 2008 12:50:17 +0400] rev 1969
5076635: Double click speed is not honored in KDE linux
Reviewed-by: art, dcherepanov
dav [Tue, 07 Oct 2008 16:43:20 +0400] rev 1968
Merge
dav [Tue, 07 Oct 2008 16:34:27 +0400] rev 1967
6750288: Regression after 6315717. ArrayIndexOutOfBoundsException.
Reviewed-by: dcherepanov, denis
yan [Mon, 06 Oct 2008 16:45:00 +0400] rev 1966
5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif
Summary: Does not work on Motif but works on XToolkit now; implemented using XQueryPointer.
Reviewed-by: anthony
dav [Fri, 03 Oct 2008 10:33:11 +0400] rev 1965
6755110: Solaris build has corrupted with extra mouse buttons RFE
Reviewed-by: yan
rkennke [Mon, 29 Sep 2008 20:16:42 +0200] rev 1964
6749920: Cleanup AWT peer interfaces
Summary: Remove duplicate and obsolete methods in the AWT peer interfaces.
Reviewed-by: art, dav
dav [Mon, 29 Sep 2008 14:54:55 +0400] rev 1963
6746212: Broken MouseEvents for TrayIcon
Reviewed-by: dcherepanov, art
dav [Tue, 16 Sep 2008 12:17:02 +0400] rev 1962
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
Summary: implementation of the more mouse buttons support
Reviewed-by: art, dcherepanov
art [Thu, 11 Sep 2008 10:38:00 +0400] rev 1961
6727884: Some Uncaught Exceptions are no longer getting sent to the Uncaught Exception Handlers
Reviewed-by: anthony, dav
dcherepanov [Wed, 10 Sep 2008 15:02:06 +0400] rev 1960
6743433: IM candidate window is not shown until window is deactivated and reactivated again
Summary: OpenCandidateWindow procedure should directly call ::DefWindowProc
Reviewed-by: art
martin [Mon, 08 Sep 2008 17:26:24 -0700] rev 1959
6744609: Disable MMX support when building libpng library
Summary: Define -DPNG_NO_MMX_CODE unconditionally, not just on 64-bit Linux
Reviewed-by: anthony, art
dav [Thu, 04 Sep 2008 17:24:23 +0400] rev 1958
Merge
dav [Thu, 04 Sep 2008 17:20:25 +0400] rev 1957
6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly
Summary: redirect getAWTEventListeners(long l) from Headless to underlying toolkit.
Reviewed-by: art
art [Mon, 01 Sep 2008 17:41:45 +0400] rev 1956
6707023: Chenese Characters in JTextPane Cause Pane to Hang
Summary: input method events are dispatched to correct AppContext
Reviewed-by: naoto, yan
art [Tue, 26 Aug 2008 16:31:13 +0400] rev 1955
6741364: Some input method problems after the fix for 6585765
Summary: the fix for 6585765 is corrected
Reviewed-by: uta
art [Tue, 26 Aug 2008 13:09:34 +0400] rev 1954
6585765: RFE: Remove Unicows-related code from AWT
6733976: VS2008 errors compiling AWT files - explicit casts need to be added
6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h
Summary: Unicows-related and Win95/98/Me-related code is removed
Reviewed-by: uta, tdv
tbell [Tue, 17 Feb 2009 09:06:16 -0800] rev 1953
Merge
tbell [Fri, 06 Feb 2009 09:43:27 -0800] rev 1952
Merge
tbell [Thu, 05 Feb 2009 09:28:04 -0800] rev 1951
Merge
jccollet [Wed, 04 Feb 2009 14:15:13 +0100] rev 1950
6585546: Please update API doc for java.net.CookieManager
Summary: Trivial doc updates
Reviewed-by: chegar
xuelei [Wed, 04 Feb 2009 19:10:09 +0800] rev 1949
6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
Summary: make the test robust
Reviewed-by: weijun
darcy [Tue, 03 Feb 2009 16:29:32 -0800] rev 1948
6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
Reviewed-by: martin
weijun [Tue, 03 Feb 2009 09:38:31 +0800] rev 1947
6785456: Read Kerberos setting from Windows environment variables
Reviewed-by: valeriep
weijun [Tue, 03 Feb 2009 09:38:13 +0800] rev 1946
6552334: Enable DNS in Kerberos by default
Reviewed-by: valeriep
jccollet [Mon, 02 Feb 2009 16:50:54 +0100] rev 1945
6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
Summary: Force Locale.US when parsing the cookie expiration date.
Reviewed-by: chegar
tbell [Thu, 05 Feb 2009 09:24:45 -0800] rev 1944
Merge