Weijun Wang
a934ff801a
6689000: Changes in 6675606 causing regression test failures on windows-i586
...
Accept illegal URLs like file:c:/root/x.conf and file:this/that/x.conf
Reviewed-by: alanb, chegar
2008-04-23 08:10:28 +08:00
Erik Trimble
0940e9760b
Merge
2008-04-22 15:36:18 -07:00
Eamonn McManus
1ca7f71818
6692027: Custom subclasses of QueryEval don't serialize
...
Remove non-public superclass of QueryEval
Reviewed-by: dfuchs
2008-04-22 18:58:40 +02:00
Keith McGuigan
3c827ac2b0
6691494: doc build broken in tracingdocs
...
Wrong variable names in makefile
Reviewed-by: tbell
2008-04-21 11:24:04 -04:00
Kelly O'Hair
4dfd0da387
Merge
2008-04-18 16:40:32 -07:00
Xiomara Jayasena
3ceaec158c
Merge
2008-04-18 13:24:06 -07:00
Kelly O'Hair
0e9c8616cc
6641585: jdk/make/javax/Makefile should not have both SUBDIRS and AUTO_FILES_JAVA_DIRS
...
Separated Makefile logic, subtree walk vs. javac compiles. Also fixed minor issue in Rules.gmk.
Reviewed-by: tbell
2008-04-18 12:47:38 -07:00
Mikhail Lapshin
7cc4f58228
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
...
The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
2008-04-18 18:21:02 +04:00
Jean-Christophe Collet
18ff524a84
6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id
...
Set the scope_id_set flag when necessary
Reviewed-by: chegar
2008-04-18 15:23:27 +02:00
Keith McGuigan
15a1776a30
Merge
2008-04-18 07:51:43 -04:00
Oleg Sukhodolsky
0d2e60cbc6
6690036: some code cleanup for insets-related code
...
All insets-related code from XWindowPeer, XFramePeer, and XDialogPeer has been moved to XDecoratedPeer.
Reviewed-by: anthony
2008-04-18 11:38:32 +04:00
Keith McGuigan
f072bc9d3f
6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
...
Initial checkin of JSDT code
Reviewed-by: acorn, sbohne
2008-04-17 22:18:15 -04:00
Keith McGuigan
cd24f6fc4a
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
...
Initial checkin of JSDT code
Reviewed-by: sspitsyn, sbohne
2008-04-17 22:00:16 -04:00
Bradford Wetmore
a7affccf50
Merge
2008-04-17 16:56:11 -07:00
Erik Trimble
15b006b37c
6690518: Bump Version to 13 B01
...
Change Hotspot version and build number for 13b1
Reviewed-by: pbk
2008-04-17 16:29:42 -07:00
Volker Simonis
8ece15fd05
6688137: c++ interpreter fails on 64bit sparc
...
Misc. 64bit and endian fixes for sparc
Reviewed-by: never, kvn, rasbold
2008-04-17 07:16:03 -07:00
Jean-Christophe Collet
2dc88cc9c9
6644726: Cookie management issues
...
Many changes to accomodate RFC 2965 and old Netscape specs
Reviewed-by: chegar
2008-04-17 11:05:33 +02:00
Vladimir Kozlov
df8fc19aac
6686791: Side effect in NumberFormat tests with -server -Xcomp
...
Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control().
Reviewed-by: jrose, sgoldman
2008-04-16 19:19:48 -07:00
John Coomes
fe31c02053
6689788: Bump HSX12 build version number
...
Update HSX12 build number to 03
Reviewed-by: kvn
2008-04-16 15:34:39 -07:00
Chuck Rasbold
997563be5d
Merge
2008-04-16 14:55:36 -07:00
Keith McGuigan
849e0dfc44
6622385: Accessing protected static methods
...
Protected contraints should only be applied if member is not static
Reviewed-by: acorn, coleenp
2008-04-16 17:36:29 -04:00
Chris Hegarty
351801ee0b
6687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
...
Change http/digest implementation to use host:port from CONNECT request
Reviewed-by: michaelm
2008-04-16 14:17:54 +01:00
Andrey Petrusenko
f784be24d1
Merge
2008-04-16 12:58:03 +04:00
Tim Bell
01af1b8223
Merge
2008-04-15 17:48:22 -07:00
Tim Bell
065eb83a37
Merge
2008-04-15 17:46:47 -07:00
Keith McGuigan
cdc93ea431
Merge
2008-04-15 18:11:33 -04:00
Vladimir Kozlov
e4c9ea9e2d
6692301: Side effect in NumberFormat tests with -server -Xcomp
...
Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control().
Reviewed-by: jrose, sgoldman
2008-04-15 10:49:32 -07:00
Chris Hegarty
3f919e4a32
6659779: HttpURLConnections logger should log tunnel requests
...
Invoke Logger for CONNECT request/responses.
Reviewed-by: jccollet
2008-04-15 14:22:36 +01:00
Andrei Dmitriev
4b0c5dc3df
Merge
2008-04-15 14:14:33 +04:00
Andrei Dmitriev
bcbd82060a
6430553: MouseClick event should not be fired if MouseRelease happened without MousePress
...
Verify that the there was a PRESS event before sending CLICK event
Reviewed-by: son, dcherepanov
2008-04-15 14:00:29 +04:00
Xueming Shen
f935457fef
6635133: Exception thrown when using a Unicode escape
...
Update regex engine to handle unicode escape correctly in character class
Reviewed-by: okutsu
2008-04-14 21:45:45 -07:00
Kelly O'Hair
a2db9ffac0
6484686: The next directory looks like it is no longer part of the build (deploy makefiles)
...
Getting rid of the _OUTPUTDIR settings. Using BUILD_PARENT_DIRECTORY instead. This solves problems with the "/build/windows-i586*" paths getting mangled on Windows builds (fastdebug builds in particular).
Reviewed-by: tbell
2008-04-14 14:52:27 -07:00
Jennifer Godinez
5e8e0b270e
Merge
2008-04-14 11:34:15 -07:00
Andrey Petrusenko
5b3080922d
Merge
2008-04-14 08:29:41 -07:00
Sean Mullan
0ca6fc6718
Merge
2008-04-14 10:41:16 -04:00
Sean Mullan
5a0ae8fa6f
6631361: Spec of AccessControlContext constructor is not complete
...
Add NullPointerException to @throws clause and treat empty array and array of nulls as equivalent
Reviewed-by: valeriep
2008-04-14 10:25:05 -04:00
Mikhail Lapshin
697620a8bb
6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
...
Added a check for the NPE
Reviewed-by: alexp
2008-04-14 16:41:00 +04:00
Dmitry Cherepanov
c942da3f2e
6688067: regression test for 6471693 is missed
...
Added regression test
Reviewed-by: son
2008-04-14 15:53:32 +04:00
Dmitry Cherepanov
f1854fe0bf
6471693: Moving the vertical scroll bar of List in FileDialog leads Flickering in solaris
...
Unite paint() calls in one call
Reviewed-by: son
2008-04-14 15:21:16 +04:00
Coleen Phillimore
4a831d45f0
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
...
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
Konstantin Voloshin
f1c8a2f589
Merge
2008-04-13 23:56:20 +04:00
Konstantin Voloshin
74ae1c6b65
6686273: Some AWT reg. tests should be moved to open repository (for CRs 6444769, 6480547, and 6560348)
...
Some AWT reg. tests are moved to open repository (for CRs 6444769, 6480547, and 6560348)
Reviewed-by: ant
2008-04-13 23:41:40 +04:00
Tim Bell
0d23d8c962
Merge
2008-04-11 15:08:21 -07:00
Tim Bell
1fb81ad2f5
Merge
2008-04-11 15:06:20 -07:00
Mandy Chung
6c33c4e721
6687508: Update test/sun/management jtreg tests due to sun.management.ManagementFactory class rename
...
Modified the jtreg tests to use ManagementFactoryHelper instead
Reviewed-by: emcmanus
2008-04-11 10:26:26 -07:00
Keith McGuigan
680ecf1611
Merge
2008-04-11 09:56:35 -04:00
Steve Goldman
4230ecea86
6644928: Internal Error (src/share/vm/code/relocInfo.hpp:1089)
...
Cardtable base can be zero, ExternalAddress can't take a NULL.
2008-04-11 06:18:44 -07:00
Kirill Kirichenko
0d3612f2d8
6624717: Corrupted combo box, GTK L&F, Ubuntu 7.10
...
Reviewed-by: peterz
2008-04-11 16:25:17 +04:00
Xue-Lei Andrew Fan
fb2418cb14
6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
...
Add the description that while the local address parameter is null, anyLocalAddress will be used instead.
Reviewed-by: weijun
2008-04-11 03:50:37 -04:00
Xue-Lei Andrew Fan
b8995164f7
6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
...
5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
Add NullPointerException/IllegalStateException description
Reviewed-by: weijun
2008-04-11 03:43:18 -04:00