3882 Commits

Author SHA1 Message Date
Xue-Lei Andrew Fan
63838d971b 7028422: regression: SKID miss-matching
Do not override the previous setting for initial selection.

Reviewed-by: mullan
2011-03-17 08:55:41 -07:00
Lance Andersen
725342da29 7026898: DriverManager to now use CopyOnWriteArrayList
Reviewed-by: alanb, briangoetz
2011-03-17 11:37:06 -04:00
Sergey Malenkov
ee2da09405 7021517: java.beans code comments have issues with HTML4 compliance
Reviewed-by: rupashka
2011-03-17 18:22:54 +03:00
Andrew Brygin
933ed2b69d 7014528: ColorModel and SampleModel gotten from the same ImageTypeSpecifier instance can be not compatible
Reviewed-by: jgodinez, prr
2011-03-17 17:45:01 +03:00
David Holmes
d79934dd2f 7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
Cross-compilation support

Reviewed-by: ohair, andrew
2011-03-16 18:54:50 -04:00
Kelly O'Hair
0ec85f12ef 7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
Reviewed-by: prr
2011-03-16 15:01:07 -07:00
Xueming Shen
5423e4402e 6803681: RFE: Need new codeset converter for IBM Cp1364
Forward port the Cp1364

Reviewed-by: alanb
2011-03-16 12:16:00 -07:00
David Katleman
034e24095e 7022473: JDK7 still runs /etc/prtconf to find memory size
Reviewed-by: ohair
2011-03-16 09:42:55 -07:00
David Katleman
50deeb91cd 6973319: incorrect spec version in jdk 7 rt.jar manifest
Reviewed-by: ohair
2011-03-16 09:30:29 -07:00
Andrew Brygin
36f660a41f 6989760: cmm native compiler warnings
Reviewed-by: prr, ohair
2011-03-16 19:21:06 +03:00
Sergey Malenkov
6929376717 7027043: (doc) Confusing typo at java/beans/VetoableChangeSupport.java
Reviewed-by: rupashka
2011-03-16 18:48:00 +03:00
David Holmes
4293c9d423 Merge 2011-03-16 05:29:27 -04:00
Kelly O'Hair
0e5675d7b7 Merge 2011-03-15 23:46:03 -07:00
Xue-Lei Andrew Fan
7705e63e30 7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
Export the existing "NewSunX509" algorithm implementation using the standard name "PKIX"

Reviewed-by: weijun, wetmore
2011-03-15 23:13:35 -07:00
Xue-Lei Andrew Fan
85935bc056 7025073: Stricter check on trust anchor makes VerifyCACerts.java test fail
Loosen the check for version 1 and 2 X.509 certificate

Reviewed-by: mullan, weijun
2011-03-15 23:08:40 -07:00
Valerie Peng
c9f0c7a252 7001933: Deadlock in java.lang.classloader.getPackage()
Modified to not holding the "packages" lock when calling parent CL.

Reviewed-by: dholmes, alanb
2011-03-15 18:42:35 -07:00
David Holmes
117062efaa Merge 2011-03-15 20:00:45 -04:00
David Holmes
87f8cc390f 7027897: Build support for client-VM only configurations
Support builds for which only the client VM is required and/or available

Reviewed-by: ohair, andrew
2011-03-15 19:52:42 -04:00
Kelly O'Hair
c290d7c178 Merge 2011-03-15 15:32:07 -07:00
Kelly O'Hair
ea5c82bf9c 6710813: SwingSet2 source display tabs do not work since JDK 7 b20
6685150: make/mkdemo/jpda/Makefile creates jpda.jar and src.zip instead of examples.jar

Reviewed-by: prr
2011-03-15 15:21:21 -07:00
Denis Lila
816dc493b7 7019861: Last scanline is skipped in pisces.Renderer
Not skipping it anymore.

Reviewed-by: flar
2011-03-15 17:05:02 -04:00
Denis Lila
bdd71ec7bd 7027667: clipped aa rectangles are not drawn properly
Already fixed. This is just a regression test for it.

Reviewed-by: prr
2011-03-15 15:15:10 -04:00
Alan Bateman
4b0829340e 7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
Reviewed-by: chegar
2011-03-15 13:15:31 +00:00
Neil Richards
b96d0e610a 7014637: Improve behavior of EnumSet Iterator.remove()
Reviewed-by: mduigou, alanb
2011-03-14 14:49:52 -07:00
Abhijit Saha
78d73e02da Merge 2011-03-14 12:01:41 -07:00
Joe Darcy
79ccccaa96 7027362: Project Coin: warn of throwing InterruptedException in AutoCloseable.close javadoc
Reviewed-by: jjb
2011-03-14 11:45:21 -07:00
Vinnie Ryan
73501a8757 Merge 2011-03-14 18:13:32 +00:00
Vinnie Ryan
1dc9c053c4 6686215: Some mutables not defensively copied when deserializing java.security.CodeSource & Timestamp objects
Reviewed-by: mullan
2011-03-14 17:50:52 +00:00
Kumar Srinivasan
b5ae4b5810 7027288: (launcher) remove jkernel test from MiscTests
Reviewed-by: mchung, herrick
2011-03-14 10:36:43 -07:00
Pavel Porvatov
d9bae78d04 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
Reviewed-by: peterz
2011-03-14 20:28:03 +03:00
Xue-Lei Andrew Fan
31942cda2c 7009794: misleading text in SSLHandshakeException exception message
Update the warning message

Reviewed-by: weijun
2011-03-14 09:05:06 -07:00
Andrei Dmitriev
f62f3738dd 7022931: GradientPaint class spec clarification: 7022931, 7016391, 7017246, 7019386
Reviewed-by: flar
2011-03-14 18:57:38 +03:00
Pavel Porvatov
9e81085efd 6464022: Memory leak in JOptionPane.createDialog
Reviewed-by: alexp
2011-03-14 15:01:53 +03:00
Weijun Wang
c6c7267c54 6990848: JGSS/windows security code native code compiler warnings
Reviewed-by: valeriep
2011-03-13 17:09:55 +08:00
Naoto Sato
d7b9fcfbd4 7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field
Reviewed-by: srl
2011-03-11 11:31:10 -08:00
Kumar Srinivasan
2785e49558 7023416: (pack200) fix parfait issues
Reviewed-by: jrose
2011-03-11 10:03:05 -08:00
Chris Hegarty
b6f518d3c1 7023363: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException
Reviewed-by: alanb, michaelm
2011-03-11 13:50:09 +00:00
Yong Jeffrey Huang
c95a1b65ae Merge 2011-03-11 05:49:45 -08:00
Yong Jeffrey Huang
05cd7bb4c2 7019267: Currency Display Names are not localized into pt_BR
Reviewed-by: naoto
2011-03-11 05:17:45 -08:00
Vinnie Ryan
f7207feb33 Merge 2011-03-11 09:57:13 +00:00
Vinnie Ryan
328f8c8455 6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7
Reviewed-by: valeriep
2011-03-11 09:55:03 +00:00
Charles Lee
15ddaff2ab 7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM
Reviewed-by: alanb
2011-03-11 08:57:14 +00:00
Chris Hegarty
a62dd6282b 7024560: InetAddress.getLocalHost().getHostName() returns localhost for hostnames of length HOST_NAME_MAX
Reviewed-by: alanb, michaelm
2011-03-11 08:47:10 +00:00
Lana Steuck
36d744e77b Merge 2011-03-10 20:49:43 -08:00
Lana Steuck
d67aed550b Merge 2011-03-10 19:38:44 -08:00
Christine Lu
8b631e9ecf Added tag jdk7-b133 for changeset b333a0dbc626 2011-03-10 17:11:08 -08:00
Kelly O'Hair
5fccff3de9 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
Reviewed-by: mchung, herrick
2011-03-10 14:48:32 -08:00
Vinnie Ryan
d72ccc8786 7016078: javax.net.ssl.SSLException: Received fatal alert: internal_error starting JDK 7 b126
Reviewed-by: valeriep
2011-03-10 18:21:24 +00:00
Andrew Brygin
d7556c7d59 6710434: PIT: Reg test java/awt/Graphics2D/ClipPrimitivesTest.java fails in pit build 6u10_b26
Reviewed-by: flar, prr
2011-03-10 11:18:35 +03:00
Mandy Chung
8469345e05 7026228: Remove make/modules and make/common/Modules.gmk
Reviewed-by: alanb, ohair
2011-03-09 23:59:58 -08:00