1769 Commits

Author SHA1 Message Date
Alan Bateman
8543d84e30 6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied
Reviewed-by: chegar
2009-09-14 17:47:26 +01:00
Alan Bateman
8f7bc9c9f3 6529758: JVMTI Waiters demo crashes. Double free
Reviewed-by: ohair, tbell
2009-09-14 15:29:13 +01:00
Martin Buchholz
b5f1c84e3e 6881442: (reflect) Race condition in Class.getName()
Only read "name" field racily once

Reviewed-by: darcy
2009-09-12 15:30:13 -07:00
Xueming Shen
ee98fe5cd9 6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64
Restored the correct spec and implementation of setComment

Reviewed-by: martin
2009-09-11 16:36:22 -07:00
Andrew John Hughes
923f665126 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional
Don't build the ec subdirectory when DISABLE_INTREE_EC is defined.

Reviewed-by: vinnie
2009-09-10 19:04:25 +01:00
Jean-Christophe Collet
19396438bb 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost
Move default nonProxyHosts from hardcoded to property default value

Reviewed-by: chegar
2009-09-18 10:51:44 +02:00
Peter Zhelezniakov
886ebc30da 6827786: Mnemonic cycling for multiple equal mnemonic armed menu items stops when encountering a submenu
Reviewed-by: alexp
2009-09-10 12:30:55 +04:00
Lance Andersen
55b5651b11 6737212: Fixed javadoc warning messages in RowSet classes
Reviewed-by: darcy
2009-09-09 20:15:22 -04:00
Sean Mullan
0ae473ed4b Merge 2009-09-09 09:59:48 -04:00
Sean Mullan
106b2d9f64 6745437: Add option to only check revocation of end-entity certificate in a chain of certificates
6869739: Cannot check revocation of single certificate without validating the entire chain

Reviewed-by: xuelei
2009-09-09 09:54:13 -04:00
Alexander Potochkin
215be80bb8 6878792: Sample provided in javax.swing.JLayer class description is not usable
Reviewed-by: rupashka
2009-09-09 17:32:18 +04:00
Yuri Nesterenko
926d6d625a Merge 2009-09-09 00:51:06 -07:00
Yuri Nesterenko
0767c39799 Merge 2009-09-09 00:48:59 -07:00
Martin Buchholz
f22c848304 6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
Test hotspot/jvmti fix 6850957 using ProcessBuilder test infrastructure

Reviewed-by: tbell, dholmes, alanb, ysr
2009-09-08 14:33:59 -07:00
Mandy Chung
5625b33736 Merge 2009-09-08 12:59:03 -07:00
Sergey Malenkov
e9e1f27be4 6868185: 2 JCK api/java_beans/Introspector/ tests fails starting from jdk7 b66
Reviewed-by: peterz
2009-09-08 14:08:59 +04:00
Pavel Porvatov
b339e0eaac 6589634: Unable to view focus on "Up one level", "create new folder" etc. of JFileChooser Dialog
Reviewed-by: peterz, loneid
2009-09-07 15:09:40 +04:00
Sergey Groznyh
755af2463d 6699856: Creating text in a JTextPane using Chinese text causes undesired behavior
Reviewed-by: peterz
2009-09-07 12:27:53 +04:00
Tim Bell
a9c0aa5d35 Merge 2009-09-06 23:14:42 -07:00
Alan Bateman
575542b7a4 Merge 2009-09-05 15:57:25 +01:00
Tim Bell
2528789489 Merge 2009-09-04 17:07:29 -07:00
Mandy Chung
4097a41ef0 Merge 2009-09-04 15:44:26 -07:00
Alan Bateman
d1f3f3509d 6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException
Reviewed-by: tbell, ohair, dcubed, andrew
2009-09-04 22:22:55 +01:00
Martin Buchholz
86d587f77c 6879368: Remove stray quote in Character javadoc
Remove stray quote in Character.valueOf javadoc, using Ulf's \u005CuXXXX technique

Reviewed-by: darcy
2009-09-04 13:44:36 -07:00
Joe Darcy
f8db2dee43 6873951: test/java/lang/reflect/Generics/Probe.java fails
Reviewed-by: alanb
2009-09-04 13:11:17 -07:00
Alan Bateman
5d15a44868 6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated
Reviewed-by: sherman
2009-09-04 18:17:26 +01:00
Alan Bateman
98e07b99bf 6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
Reviewed-by: andrew
2009-09-04 18:15:50 +01:00
Yuri Nesterenko
13dde485d8 6871299: Shift+Tab no longer generates a KEY_TYPED event; used to with JRE 1.5
Add XK_ISO_Left_Tab -> VK_TAB rule

Reviewed-by: dcherepanov
2009-09-04 14:50:58 +04:00
Weijun Wang
58285b80f7 6871847: AlgorithmId.get("SHA256withECDSA") not available
Reviewed-by: vinnie
2009-09-04 14:59:20 +08:00
Weijun Wang
fe71efb327 6876328: different names for the same digest algorithms breaks jarsigner
Reviewed-by: mullan
2009-09-04 14:58:01 +08:00
Tim Bell
83913b7eb3 Merge 2009-09-03 18:32:55 -07:00
Mandy Chung
9bbb1cf383 Merge 2009-09-03 16:09:37 -07:00
Xiomara Jayasena
13aa25f4c7 Added tag jdk7-b71 for changeset 9abe0c99c0b9 2009-09-03 10:53:04 -07:00
Alexander Potochkin
8db0c57ad0 6797139: JButton title is truncating for some strings irrespective of preferred size
Reviewed-by: peterz
2009-09-02 17:47:19 +04:00
Xiomara Jayasena
a0f91a8f7e Merge 2009-09-01 13:03:09 -07:00
Alexander Potochkin
3ef90fd6fd 6875153: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set
Reviewed-by: rupashka
2009-09-01 18:51:15 +04:00
Peter Zhelezniakov
4e092f7b46 6387579: Usage of package-private class as parameter of a method (javax.swing.tree.DefaultTreeSelectionModel)
Reviewed-by: rupashka
2009-09-01 15:34:21 +04:00
Yuka Kamiya
1c6321606d 6856390: RFE : sequence.allfonts.UTF-8.ja for Windows fontconfig.properties
Reviewed-by: okutsu
2009-09-01 16:15:12 +09:00
Yuka Kamiya
1edb7c8b69 6838887: (tz) Add UTC and Yerevan to tzmappings
Reviewed-by: okutsu
2009-09-01 15:42:01 +09:00
Yuka Kamiya
7a13cf5c89 6830423: Unified Ext B character not displayed with Dialog font
Reviewed-by: okutsu
2009-09-01 15:39:17 +09:00
Martin Buchholz
9ef7eb7884 6860431: Character.isSurrogate(char ch)
Add new method Character.isSurrogate(char ch)

Reviewed-by: sherman, darcy, okutsu
2009-08-31 15:00:04 -07:00
Alexander Potochkin
28023ec9d0 6872503: JLayer event handling should be rewritten
Reviewed-by: art
2009-08-31 18:39:41 +04:00
Peter Zhelezniakov
39c5985ede 6844267: Nimbus generator depends on JIBX
Nimbus generator now uses JAXB instead of JIBX

Reviewed-by: jasper
2009-08-31 13:56:34 +04:00
Peter Zhelezniakov
d1839690e3 6802944: Nimbus initialization is too slow
Reviewed-by: jasper
2009-08-31 13:46:24 +04:00
Yuka Kamiya
4e064060c0 6456628: (tz) Default timezone is incorrectly set occasionally on Linux
Reviewed-by: okutsu
2009-08-31 14:53:05 +09:00
Yuka Kamiya
4e70dbf4cd 6872467: (tz) Support tzdata2009l
Reviewed-by: okutsu
2009-08-31 14:50:33 +09:00
Yuka Kamiya
be422eef48 6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
Reviewed-by: okutsu
2009-08-31 12:55:15 +09:00
Tim Bell
2c7126577e Merge 2009-08-28 16:53:44 -07:00
Joe Darcy
d3e91c9151 6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
Reviewed-by: alanb
2009-08-28 14:11:00 -07:00
Joe Darcy
575a3613d5 6877122: Many javadoc warnings from java.awt.Window, other awt classes
Reviewed-by: anthony
2009-08-28 11:11:11 -07:00