Weijun Wang
5e986ae424
6870812: enhance security tools to use ECC algorithms
...
Reviewed-by: vinnie, mullan
2009-10-21 08:17:35 +08:00
Kelly O'Hair
6c3cb0bd1c
Merge
2009-10-20 16:15:20 -07:00
Joe Darcy
589f5d20cb
6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
...
Reviewed-by: alanb
2009-10-20 09:51:28 -07:00
Michael McMahon
562fb9a67f
6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed
...
Pass exception up stack
Reviewed-by: chegar
2009-10-20 15:35:55 +01:00
Joshua Bloch
c225292004
6889858: Add nonNull methods to java.util.Objects
...
Reviewed-by: darcy
2009-10-19 16:31:48 -07:00
Jonathan Gibbons
302bb54494
6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
...
Reviewed-by: darcy
2009-10-19 13:43:25 -07:00
Alan Bateman
355021b7b0
6884480: (file) Path.relativize has typo in parameter description
...
Reviewed-by: chegar
2009-10-19 20:02:45 +01:00
Alan Bateman
b712d23c2f
6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
...
Reviewed-by: sherman
2009-10-19 20:01:45 +01:00
Alan Bateman
1ff76e3938
6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
...
Reviewed-by: ohair
2009-10-19 19:59:22 +01:00
Alan Bateman
6e476efa4a
6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
...
Reviewed-by: ohair
2009-10-19 19:58:38 +01:00
Anthony Petrov
a77b6a72e0
6891483: XToolkit.getEnv() checks for NULL on a wrong symbol
...
Reviewed-by: dcherepanov
2009-10-19 16:06:41 +04:00
Lana Steuck
40cd71a7b7
Merge
2009-10-16 18:02:31 -07:00
Abhijit Saha
7f00e1bf5e
Merge
2009-10-16 11:20:38 -07:00
Jennifer Godinez
ac9bcbd819
6680634: Printing: "Collate" is ignored under Windows Vista x64
...
Reviewed-by: campbell, prr
2009-10-16 09:32:29 -07:00
Tim Bell
c71af49e2b
Merge
2009-10-15 22:47:56 -07:00
Mandy Chung
b7f907a0a4
Merge
2009-10-15 20:18:30 -07:00
Andrew Haley
793ab85271
4428022: System.out.println(0.001) outputs 0.0010
...
Reviewed-by: darcy
2009-10-15 18:27:39 -07:00
Mandy Chung
9c1ea09b07
6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
...
Replace call to PolicyFile.canonPath with its own implementation
Reviewed-by: alanb, mullan
2009-10-15 17:36:53 -07:00
Xiomara Jayasena
66b96c7d3f
Added tag jdk7-b74 for changeset 6bab93485a15
2009-10-15 16:40:33 -07:00
Lana Steuck
720170db8b
Merge
2009-10-15 16:37:55 -07:00
Abhijit Saha
a4074cd2c5
Merge
2009-10-15 14:41:51 -07:00
Alan Bateman
1d9e85adb5
Merge
2009-10-15 14:02:34 +01:00
Gary Benson
c83af33205
6891677: java/build integrate zero assembler JDK changes
...
Build changes for the Zero assembler port
Reviewed-by: ohair, tbell
2009-10-15 13:27:59 +01:00
Michael McMahon
a632ce2c94
Merge
2009-10-15 12:05:05 +01:00
Michael McMahon
31f813d99e
6886436: Lightwight HTTP Container (com.sun.* package) is unstable
...
Reviewed-by: chegar
2009-10-15 12:03:31 +01:00
Alan Bateman
d7441d8772
6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
...
Reviewed-by: sherman
2009-10-15 11:55:19 +01:00
Alan Bateman
347f6581ea
6883983: JarVerifier dependency on sun.security.pkcs should be removed
...
Reviewed-by: sherman, wetmore
2009-10-15 11:54:04 +01:00
Mandy Chung
6f42b7b834
6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property
...
Restore the system properties when the test finishes
Reviewed-by: jjg
2009-10-14 20:16:02 -07:00
Vinnie Ryan
1455f5ef1a
6891632: Remove duplicate ECC source files
...
Reviewed-by: wetmore
2009-10-14 23:41:11 +01:00
Abhijit Saha
02d2cc35f6
Merge
2009-10-14 14:21:25 -07:00
Jennifer Godinez
6b576be53c
6890945: Typo in sentence about thread safety
...
Reviewed-by: prr
2009-10-14 10:44:32 -07:00
Anthony Petrov
e507e02d67
6884960: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
...
Support painting heavyweight components in transparent windows.
Reviewed-by: art, alexp
2009-10-14 19:23:15 +04:00
Sean Mullan
f375cbb0e4
Merge
2009-10-14 09:47:22 -04:00
Sean Mullan
581d01d8c4
6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72
...
Wrap all OCSP exceptions in CertPathValidatorException so that we can fallback to CRLs, if enabled.
Reviewed-by: dgu, xuelei
2009-10-14 09:36:31 -04:00
Anthony Petrov
b32d27a253
6885735
: closed/java/awt/Component/DisablingLWDisabledHW/DisablingLWDisabledHW.html fails
...
Use isRecursivelyVisibleUpToHeavyweightContainer() instead of isRecursivelyVisible() to determine if the peer needs to be hidden.
Reviewed-by: art, dcherepanov
2009-10-14 16:32:38 +04:00
Anthony Petrov
370b3a923b
6711717: PIT: Security Icon is hidden for FullScreen apps, WinXP
...
Force hiding the security warning in FS exclusive mode.
Reviewed-by: art, tdv
2009-10-14 16:19:46 +04:00
Anthony Petrov
99d8a50297
6684916: jframe.setMaximizedBounds() has no effect in linux
...
Specification should indicate that the feature may be unsupported on some platforms.
Reviewed-by: art, dcherepanov
2009-10-14 15:46:13 +04:00
Joe Darcy
f276d82e07
6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap
...
Reviewed-by: martin
2009-10-13 17:34:48 -07:00
Lana Steuck
5b812467bf
Merge
2009-10-13 15:25:58 -07:00
Joe Darcy
8b993775d5
6648344: (reflect spec) State default of isAccessible for reflective objects
...
Reviewed-by: alanb
2009-10-13 14:08:57 -07:00
Dmitry Cherepanov
7628a59414
6796915: Deadlock in XAWT when switching virtual desktops
...
Reviewed-by: art, anthony
2009-10-12 19:07:43 +04:00
Alan Bateman
fb306e5742
Merge
2009-10-10 10:14:51 +01:00
Joe Darcy
eca779ecad
6797535: Add shared two argument static equals method to the platform
...
Reviewed-by: sherman
2009-10-09 16:11:11 -07:00
Alan Bateman
c44758929f
6888552: Allow JNDI to be used when java.applet is not present
...
Reviewed-by: vinnie
2009-10-09 10:06:58 +01:00
Alan Bateman
e31cb36301
6889552: Sun provider should not require LDAP CertStore to be present
...
Reviewed-by: vinnie, mullan
2009-10-09 09:59:54 +01:00
Tim Bell
022d2f3730
Merge
2009-10-07 14:15:01 -07:00
Joe Darcy
debdf79d18
6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String)
...
6655735: Integer.toString() and String.valueOf(int) contain slow delegations
Reviewed-by: lancea
2009-10-07 14:04:20 -07:00
Tim Bell
1c6255de3e
6888888: new javah throws NullPointerException when building in jdk/make/java/nio
...
Use the bootstrap javah during the build until bug-ID 6889255 is fixed
Reviewed-by: jjg
2009-10-07 13:53:11 -07:00
Chris Hegarty
67bff2db55
6887364: SetOutgoingIf.java fails if run on multihomed machine without PIv6 on all interfaces
...
Reviewed-by: alanb
2009-10-07 17:23:02 +01:00
Abhijit Saha
3a47c83db7
Merge
2009-10-07 08:38:43 -07:00
Yuri Nesterenko
682543d219
Merge
2009-10-06 23:44:44 -07:00
Yuri Nesterenko
b5bdd219cd
Merge
2009-10-06 23:40:27 -07:00
Abhijit Saha
c6c70af568
Merge
2009-10-06 21:40:55 -07:00
Keith McGuigan
9c32dec0bf
6885916: Memory leak in inferencing verifier (libverify.so)
...
Use the memory management already present to track allocated memory
Reviewed-by: coleenp, acorn
2009-10-06 22:01:18 -04:00
Mandy Chung
07871a4920
6888802: sun.misc.BootClassLoaderHook.getBootstrapPaths stack overflow
...
Fixed sun.misc.BootClassLoaderHook.getBootstrapPaths calls hook.getAdditionalBootstrapPaths
Reviewed-by: alanb, tbell
2009-10-06 15:14:59 -07:00
Joe Darcy
bd9e7da356
5062288: (reflect) Core reflection uses raw types when it could be using wildcards
...
Reviewed-by: alanb
2009-10-06 13:31:41 -07:00
Pavel Porvatov
65e5c75b0b
6489130: FileChooserDemo hung by keeping pressing Enter key
...
Reviewed-by: alexp
2009-10-06 17:01:52 +04:00
Jennifer Godinez
e544e85ebd
Merge
2009-10-05 18:22:00 -07:00
Mandy Chung
9f6fbc5544
6612680: Remove classloader dependency on jkernel
...
Add a new sun.misc.BootClassLoaderHook that DownloadManager will implement
Reviewed-by: alanb, forax, igor
2009-10-05 18:15:32 -07:00
Vinnie Ryan
04890be7bb
6885204: JSSE should not require Kerberos to be present
...
Reviewed-by: wetmore, alanb
2009-10-05 23:42:48 +01:00
Roman Kennke
a64ba16c4f
6887494: NPE in pisces Renderer
...
Only recreate crossings array, if there actually exists one before.
Reviewed-by: flar, tdv
2009-10-05 23:12:22 +02:00
Alan Bateman
2170e604da
6854954: Eliminate static dependency on java.awt.AWTPermission
...
Reviewed-by: mullan, mchung, anthony
2009-10-05 16:45:55 +01:00
Alan Bateman
936d0362c2
6884800: (file) Path.newInputStream does not usefully implement available()
...
Reviewed-by: martin, chegar
2009-10-04 15:42:00 +01:00
Xiomara Jayasena
e9d2bf2283
Added tag jdk7-b73 for changeset d02ee9795d57
2009-10-02 11:26:42 -07:00
Igor Nekrestyanov
3fa31de791
6887292: memory leak in freetypeScaler.c
...
Reviewed-by: bae, prr
2009-10-02 10:15:12 -07:00
Tim Bell
1686f3996f
6787605: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails
...
Reviewed-by: dcubed
2009-10-02 08:49:25 -07:00
Michael McMahon
1f4fc7efb7
Merge
2009-10-02 13:59:37 +01:00
Michael McMahon
45d2886ea7
6870935: DIGEST proxy authentication fails to connect to URLs with no trailing slash
...
Reviewed-by: chegar
2009-10-02 13:57:41 +01:00
Weijun Wang
2882b91893
6868579: RFE: jarsigner to support reading password from environment variable
...
Reviewed-by: xuelei, wetmore
2009-10-02 18:49:46 +08:00
Weijun Wang
52779dbc1f
6874472: display address lists for tickets in klist tool
...
Reviewed-by: valeriep
2009-10-02 18:49:05 +08:00
Weijun Wang
10b2d33a48
6862679: ESC: AD Authentication with user with umlauts fails
...
Reviewed-by: valeriep, mullan
2009-10-02 18:47:34 +08:00
Weijun Wang
fcaded312e
6324292: keytool -help is unhelpful
...
Reviewed-by: xuelei, mullan
2009-10-02 18:44:34 +08:00
Anthony Petrov
68c236347f
6862611: Reg testcase closed/java/awt/Component/NativeInLightShow/NativeInLightShow.html fails
...
The recursiveShowHeavyweightChildren() must be invoked unconditionally in mixOnShowing()
Reviewed-by: art, dcherepanov
2009-10-01 15:06:16 +04:00
Anthony Petrov
92d4496fac
6886868
: giflib has a memory leak in the MakeMapObject() function
...
Free() the object before returning NULL
Reviewed-by: art, dcherepanov
2009-10-01 14:48:05 +04:00
Michael McMahon
bf7ffbe0c0
Merge
2009-10-01 11:25:22 +01:00
Dmitry Cherepanov
d091c784ed
6878284: Sometimes test/javax/swing/system/6799345/TestShutdown.java "hangs"
...
Reviewed-by: art, ant
2009-09-30 15:48:06 +04:00
Pavel Tisnovsky
3bb6edd167
6884837: JTReg test SetOutgoingIf is not correct
...
Added check of network interfaces status
Reviewed-by: alanb, chegar
2009-09-30 11:49:10 +02:00
Dmitry Cherepanov
0d7e36485c
6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" inconsistently
...
Reviewed-by: art, anthony
2009-09-30 13:21:51 +04:00
Mandy Chung
683ef572aa
Merge
2009-09-29 22:49:43 -07:00
Steven Loomis
72f355d0cf
6886718: missing license info
...
Reviewed-by: igor, prr
2009-09-29 16:32:47 -07:00
Mandy Chung
fc0fc96e68
6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes
...
Replace calls to Logger with sun.util.logging.PlatformLogger
Reviewed-by: prr, art, alexp, dcherepanov, igor, dav, anthony
2009-09-29 16:03:03 -07:00
Steven Loomis
2a689e3419
Merge
2009-09-29 15:31:18 -07:00
Steven Loomis
eb4298db6a
6501644: sync LayoutEngine *code* structure to match ICU
...
Reviewed-by: prr
2009-09-29 14:06:13 -07:00
Jennifer Godinez
6103978814
Merge
2009-09-29 09:02:00 -07:00
Michael McMahon
ef945f9722
6886108: Test case B4933582 binding to fixed port number
...
Reviewed-by: chegar
2009-09-29 10:00:57 +01:00
Steven Loomis
13748aa22b
6795060: VM crash on Linux in ICU layout library when processing \u0DDD (Sinhalese)
...
Reviewed-by: igor, prr
2009-09-28 11:52:22 -07:00
Vinnie Ryan
b56db81425
6863503: SECURITY: MessageDigest.isEqual introduces timing attack vulnerabilities
...
Reviewed-by: mullan, wetmore
2009-09-24 22:50:41 +01:00
Weijun Wang
a4622c3ab0
6885166: regression test for 6877357 (IPv6 address does not work) error (timed out)
...
Reviewed-by: xuelei
2009-09-24 21:35:34 +08:00
Peter Zhelezniakov
7580f39507
6857888: closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException
...
Reviewed-by: alexp
2009-09-23 21:14:53 +04:00
Kevin Bourrillion
beaa8fd82d
6582946: Add suite of compare(T, T) methods for ints, longs etc
...
Reviewed-by: darcy
2009-09-22 18:30:58 -07:00
Martin Buchholz
4e63c9bc06
4245470: algorithm of java.lang.Byte.hashCode() is not specified
...
Specify some hashCode methods are equivalent to intValue
Reviewed-by: darcy
2009-09-22 18:30:58 -07:00
Joe Darcy
8249846a75
6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes
...
Reviewed-by: alanb
2009-09-22 16:11:23 -07:00
Kevin Walls
f695429d13
Merge
2009-09-22 17:16:30 +01:00
Kevin Walls
d3dbee73a6
6882768: (launcher) test for 6842838 is broken
...
Testcase correction.
Reviewed-by: ksrini
2009-09-22 17:01:08 +01:00
Chris Hegarty
83a2d51330
6882384: Update http protocol handler to use PlatformLogger
...
Reviewed-by: jccollet, alanb
2009-09-22 14:49:06 +01:00
Chris Hegarty
147409ee76
6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion
...
Reviewed-by: michaelm
2009-09-22 14:42:07 +01:00
Yuri Nesterenko
50d281b1da
Merge
2009-09-22 01:20:51 -07:00
Weijun Wang
938ca04641
6877357: IPv6 address does not work
...
Reviewed-by: xuelei, alanb
2009-09-22 10:01:32 +08:00
Vinnie Ryan
f13c1a7ce9
6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
...
Reviewed-by: wetmore
2009-09-21 23:01:42 +01:00
Alexander Potochkin
77205e0f7b
6883341: SWAT: jdk7-b72 swat build(2009-09-17) threw exceptions when running Java2D demo by clicking Paint ta
...
Reviewed-by: peterz
2009-09-21 17:58:09 +04:00
Yuri Nesterenko
979ba581fe
Merge
2009-09-21 01:26:57 -07:00
Mandy Chung
45eb529e81
Merge
2009-09-18 17:27:24 -07:00
Chris Hegarty
b80faad9c4
Merge
2009-09-18 22:19:02 +01:00
Chris Hegarty
fc6bda88ab
6882594: Remove static dependancy on NTLM authentication
...
Reviewed-by: alanb, weijun
2009-09-18 22:18:19 +01:00
Tim Bell
0f4cfe632d
Merge
2009-09-18 08:47:48 -07:00
Chris Hegarty
be7dddc8a3
6882609: Move default InMemoryCookieStore to java.net
...
Remove static dependency on sun.net.www.protocol.http
Reviewed-by: alanb, jccollet
2009-09-18 16:24:26 +01:00
Pavel Porvatov
c47e47b64a
6840086: JFileChooser lacks icons on top right when running on Windows 7
...
Reviewed-by: peterz, uta
2009-09-18 15:11:28 +04:00
Mandy Chung
70bee45623
6882376: Add internal support for JRE implementation to eliminate the dependency on logging
...
Added sun.util.logging.PlatformLogger for JRE implementation to log messages.
Reviewed-by: alanb, naoto
2009-09-17 14:24:55 -07:00
Xiomara Jayasena
581ef376a5
Added tag jdk7-b72 for changeset 41a9e8c0158c
2009-09-17 13:47:00 -07:00
Alexander Potochkin
c6abcd3327
4833524: BasicTreeUI.isToggleSelectionEvent() does not properly handle popup triggers
...
Reviewed-by: rupashka
2009-09-17 19:08:15 +04:00
Jennifer Godinez
7ba506e726
Merge
2009-09-16 19:36:05 -07:00
Tim Bell
b43c00d17d
Merge
2009-09-16 09:23:50 -07:00
Sergey Groznyh
c975650b82
4337267: Arabic Numeral Shaping
...
Reviewed-by: peterz
2009-09-16 16:15:41 +04:00
Yuri Nesterenko
5d7bb00c89
Merge
2009-09-15 23:41:40 -07:00
Daniel D. Daugherty
f97dbeeb5c
6882363: 4/4 typos in java.util.logging javadocs
...
Fix typos, some grammar and some inconsistencies in phrasing.
Reviewed-by: tbell
2009-09-15 22:11:15 -06:00
Alexander Potochkin
840c0d8150
6875716: JLayer.remove((Component)null) should behave consistently in (not) throwing NPE
...
Reviewed-by: rupashka
2009-09-15 16:26:40 +04:00
Anthony Petrov
8de3691f04
6868255: Requirements for correct operating of the HW/LW Mixing feature need to be specified
...
The specification is updated
Reviewed-by: art, dcherepanov
2009-09-15 16:15:36 +04:00
Daniel D. Daugherty
06f38fc45f
Merge
2009-09-14 18:54:26 -06:00
Daniel D. Daugherty
2b70fc1bba
6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
...
New test for the above fix.
Reviewed-by: tbell
2009-09-14 18:45:20 -06:00
Mandy Chung
4263120172
Merge
2009-09-14 13:38:55 -07:00
Mandy Chung
a89a6c4aeb
6878481: Add performance counters in the JDK
...
Added new performance counters in the JDK to track performance metrics
Reviewed-by: alanb, dholmes, iris, forax, andrew
2009-09-14 13:37:26 -07:00
Kevin Walls
4a82626658
6842838: 64-bit failure in handling invalid manifest in launcher
...
Don't compare with hard-coded 32-bit -1 when checking zip fields.
Reviewed-by: ksrini
2009-09-14 20:55:08 +01:00
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
Andrew Brygin
1e716786f0
6872358: JRE AWT setBytePixels vulnerable to Heap Overflow
...
Reviewed-by: prr, hawtin
2009-09-14 11:46:16 +04: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
Andrew Brygin
c87d132dcc
6631533: ICC_Profile allows detecting if some files exist
...
Reviewed-by: prr, hawtin
2009-09-10 14:15:47 +04:00
Andrew Brygin
3915dad0c7
6632445: DoS from parsing BMPs with UNC ICC links
...
Reviewed-by: prr, hawtin
2009-09-10 14:04:38 +04:00
Andrew Brygin
c26aec2e52
6822057: X11 and Win32GraphicsDevice don't clone arrays returned from getConfigurations()
...
Reviewed-by: prr, hawtin
2009-09-10 13:52:27 +04:00
Andrew Brygin
e07c626a48
6862968: JPEG Image Writer quantization problem
...
Reviewed-by: prr, hawtin
2009-09-10 13:35:28 +04:00
Andrew Brygin
a3de8d40eb
6872357: JRE AWT setDifflCM vulnerable to Stack Overflow
...
Reviewed-by: prr, hawtin
2009-09-10 12:50:09 +04: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
Andrew Brygin
67e3ba76c1
6874643: ImageI/O JPEG is vulnerable to Heap Overflow
...
Reviewed-by: prr, hawtin
2009-09-10 12:26:34 +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
Abhijit Saha
5456677e02
Merge
2009-09-05 07:55:05 -07: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
Sergey Malenkov
63810a5c42
6657026: Numerous static security flaws in Swing (findbugs)
...
Reviewed-by: hawtin, peterz
2009-09-03 19:42:27 +04: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
Abhijit Saha
32864409e0
Merge
2009-09-01 08:15:00 -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
Abhijit Saha
8ea9f6a2dc
Merge
2009-08-31 08:54:39 -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
Anthony Petrov
197de32fb3
6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails
...
The addNotify() checks whether the component is actually hidden, and hides the peer appropriately if needed
Reviewed-by: art, dcherepanov
2009-08-28 19:34:00 +04:00
Xiaobin Lu
4b58ee1a37
6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
...
Reviewed-by: darcy
2009-08-27 18:00:16 -07:00
Abhijit Saha
65cf286a61
Merge
2009-08-27 15:08:10 -07:00
Mandy Chung
fcf8bea162
Merge
2009-08-27 12:58:18 -07:00
Joe Darcy
03e9812175
6876628: @throw instead of @throws in two ParagraphView classes
...
Reviewed-by: peterz
2009-08-27 11:48:35 -07:00
Dmitry Cherepanov
8b2b083b28
6854898: Frame is located at the negative coordinates instead of origin for Solaris 10 CDE
...
Reviewed-by: art, anthony
2009-08-27 17:06:23 +04:00
Dmitry Cherepanov
27d7a83c52
6852051: Getting Null Pointer Exception when displaying message for TrayIcon on Opensolaris
...
Reviewed-by: anthony
2009-08-27 17:04:47 +04:00
Anthony Petrov
02d0fa16db
6780496: Javaw process taking up 80-90 percent of CPU time!
...
The transparency effects get enabled on showing, and disabled on hiding a window
Reviewed-by: art, dcherepanov
2009-08-27 16:42:55 +04:00
Abhijit Saha
9a9bb90a70
Merge
2009-08-26 08:38:57 -07:00
Masayoshi Okutsu
193bae2884
6824265: (tz) TimeZone.getTimeZone allows probing local filesystem
...
Reviewed-by: peytoia
2009-08-26 17:05:15 +09:00
Doug Lea
28c28df142
6868712: Improve concurrent queue tests
...
Fix all known flaky tests, plus minor maintenance
Reviewed-by: martin, chegar
2009-08-25 19:19:42 -07:00
Doug Lea
f1047d3739
6871697: LinkedBlockingQueue Iterator/remove/poll race
...
More checks for node.next == node
Reviewed-by: martin, dholmes, chegar
2009-08-25 19:19:42 -07:00
Weijun Wang
50754f7c2e
6868864: Kerberos tests fail under windows/cygwin
...
Reviewed-by: wetmore
2009-08-26 12:17:29 +08:00
Joe Darcy
a6f341dfc9
6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
...
Reviewed-by: martin
2009-08-25 18:58:26 -07:00
Xueming Shen
71cf18b3e2
4963968: zlib should be upgraded to current version of zlib
...
Upgrade zlib to the latest ver 1.2.3
Reviewed-by: martin, alanb, ksrini
2009-08-25 15:14:53 -07:00
Tim Bell
7e71cce8a2
Merge
2009-08-24 22:27:30 -07:00
Xiomara Jayasena
c7d5b04751
Merge
2009-08-24 17:26:09 -07:00