Commit Graph

2181 Commits

Author SHA1 Message Date
Ulf Zibis
3f5bea08cd 6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
Uc >> 16 == 0 is superior to (int) (char) uc == uc

Reviewed-by: sherman
2010-03-10 14:53:51 -08:00
Chris Hegarty
77c61b9819 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun
Reviewed-by: alanb
2010-03-10 14:44:53 +00:00
Kelly O'Hair
e4fce69702 6915983: testing problems, adjusting list of tests, needs some investigation
Reviewed-by: alanb
2010-03-06 14:59:23 -08:00
Lana Steuck
954fd4b4d9 Merge 2010-03-04 13:40:03 -08:00
Weijun Wang
3f4b3b1488 6880321: sun.security.provider.JavaKeyStore abuse of OOM Exception handling
Reviewed-by: xuelei
2010-03-04 10:38:12 +08:00
Weijun Wang
3733e13046 6923681: Jarsigner crashes during timestamping
Reviewed-by: vinnie
2010-03-04 10:38:00 +08:00
Weijun Wang
8055ab99b7 6844909: support allow_weak_crypto in krb5.conf
Reviewed-by: valeriep
2010-03-04 10:37:16 +08:00
Kelly O'Hair
fa7b68252b 6931763: sanity checks broken with latest cygwin, newer egrep -i option problems
Reviewed-by: jjg
2010-03-03 11:29:44 -08:00
Alan Bateman
140ed0124d 6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE
Reviewed-by: chegar
2010-03-03 16:09:36 +00:00
Vinnie Ryan
d996cb8440 Merge 2010-03-01 18:00:47 +00:00
Vinnie Ryan
0f70e6a821 6921001: api/java_security/IdentityScope/IdentityScopeTests.html#getSystemScope fails starting from b78 JDK7
Reviewed-by: mullan
2010-03-01 17:54:31 +00:00
Alan Bateman
16b8431cf3 6921374: java.lang.String::hashCode() should check for count == 0 to avoid repeated stores hash = 0
Reviewed-by: darcy, ohair
2010-02-27 19:29:15 +00:00
Alan Bateman
ab0eb81f5b 6815768: File.getxxxSpace() methods fail for very large file systems under 32bit Java
Reviewed-by: ohair
2010-02-27 19:26:59 +00:00
Vladimir Yaroslavskiy
32d811b1f7 6929259: Remove double spaces from Dual-pivot quicksort
Reviewed-by: alanb
2010-02-27 19:15:28 +00:00
Sebastian Sickelmann
c9776d3175 6929532: (file) WatchService should avoid queuing new modify events when lots of files are changing
Reviewed-by: alanb
2010-02-27 18:18:33 +00:00
Xue-Lei Andrew Fan
3f2af07ba1 6916202: More cases of invalid ldap filters accepted and processed
Reviewed-by: vinnie, weijun
2010-02-25 13:32:40 +08:00
Joe Darcy
5925b23d55 6929382: Various core classes in util and elsewhere are missing @param <T> tags
Reviewed-by: dholmes, martin
2010-02-24 10:48:18 -08:00
Alan Bateman
bdfb60de8c 6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
Reviewed-by: forax
2010-02-23 18:21:31 +00:00
Alan Bateman
d5dc027db9 6928960: make modules fails to build class analyzer
Reviewed-by: mchung
2010-02-23 18:19:53 +00:00
Lana Steuck
3762906a4c Merge 2010-02-23 10:17:16 -08:00
Alan Bateman
4623333de0 6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
Reviewed-by: chegar
2010-02-23 17:58:30 +00:00
Alan Bateman
4337f1df36 6925977: (file) test/java/nio/file/Path/CheckPermissions.java fails if test.src on read-only file system
Reviewed-by: chegar
2010-02-23 17:56:55 +00:00
Chris Hegarty
6c012bed48 6365587: Proxy-Connection header sent through tunnel
Reviewed-by: michaelm
2010-02-23 17:08:23 +00:00
Damjan Jovanovic
6e3ed53d0a 6912868: "java.net.useSystemProxies" behavior fails to check "use_same_proxy" in GNOME
Reviewed-by: alanb, chegar
2010-02-22 15:27:11 +00:00
Lana Steuck
8fe58d00ab Merge 2010-02-19 15:13:37 -08:00
Michael Wilkerson
0d12029d1b Added tag jdk7-b84 for changeset b8df1478b109 2010-02-18 13:31:46 -08:00
Lana Steuck
642193f708 Merge 2010-02-17 10:24:30 -08:00
Mandy Chung
107e891c1b Merge 2010-02-15 10:18:55 -08:00
Lana Steuck
25d32f61f3 Merge 2010-02-14 23:38:50 -08:00
Michael Wilkerson
706d8fd039 Added tag jdk7-b83 for changeset 063470ff633d 2010-02-12 13:25:18 -08:00
Mandy Chung
652882e3b4 6925868: Eliminate pack200's dependency on logging
Replace j.u.l.Logger with sun.util.logging.PlatformLogger

Reviewed-by: alanb, forax
2010-02-12 11:33:33 -08:00
Dmitry Cherepanov
2930227188 6705345: Enable multiple file selection in AWT FileDialog
Reviewed-by: art, anthony, alexp
2010-02-12 19:58:10 +03:00
Weijun Wang
ab8d48e851 6925639: keytool -genkeypair -help missing dname option
Reviewed-by: mullan
2010-02-12 10:24:02 +08:00
Mandy Chung
d9eac222f1 6915413: Module build: building of specified jdk components instead of all
Define new SUBDIRS_* variables for specifying components for one group

Reviewed-by: ohair
2010-02-10 17:51:07 -08:00
Chris Hegarty
ee38364a92 6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
Reviewed-by: michaelm
2010-02-10 13:23:50 +00:00
Lana Steuck
bf5a0d88c1 Merge 2010-02-09 00:05:16 -08:00
Lana Steuck
4a34c2f90b Merge 2010-02-09 00:02:38 -08:00
Lana Steuck
c440b69d06 Merge 2010-02-09 00:00:38 -08:00
Lana Steuck
19f13aa80b Merge 2010-02-08 23:59:22 -08:00
Mandy Chung
eee94572e3 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE
Check if the element in the flags array is non-null to filter unsupported flags

Reviewed-by: dcubed
2010-02-08 23:02:28 -08:00
Yuri Nesterenko
cb926f8d9e 6882912: Strange behaviours when typing @ or '
Eliminate stray lines without a proper unicode->regularKeyID pair (e.g. as there is no "arrow left" unicode, should be no pair)

Reviewed-by: rupashka
2010-02-08 17:02:43 +03:00
Roman Kennke
c73000ad8f 6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"
Perform FontUtilities initialization in privileged block

Reviewed-by: igor, prr
2010-02-07 11:07:50 +01:00
Xueming Shen
ff1e82994b 6923692: java/classes_util TEST_BUG:ReadZip.java fails when
To create the test file at test.dir

Reviewed-by: alanb
2010-02-06 09:26:57 -08:00
Bradford Wetmore
9b4ec210a0 6923976: TestProviderLeak.java is using too small of an initial heap under newer Hotspot (b79+)
Reviewed-by: ohair
2010-02-05 17:05:53 -08:00
Xueming Shen
9ff3b18578 6919132: Regex \P{Lu} selects half of a surrogate pari
To use StartS for complement category/block class

Reviewed-by: martin, okutsu
2010-02-05 00:10:42 -08:00
Sergey Malenkov
81397ffe98 6921057: REGRESSION: persistence delegate issue on Windows and Linux against 5.u23b03/6u17b11
Reviewed-by: peterz, art
2010-02-05 10:36:12 +03:00
Michael Wilkerson
a74b9f4e31 Added tag jdk7-b82 for changeset ca4ba6dd55c0 2010-02-04 11:19:33 -08:00
Weijun Wang
913e14a463 6922482: keytool's help on -file always shows 'output file'
Reviewed-by: wetmore
2010-02-03 17:04:52 +08:00
Roman Kennke
aafe7d7398 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode
Use local ge variable instead of localEnv field in GE.

Reviewed-by: igor, prr
2010-02-03 10:02:33 +01:00
Roman Kennke
d5280868a3 6888734: PIT: regression test fails when java.security.manager is enabled
Load FontManager instance in privileged block to avoid AccessControlException

Reviewed-by: igor, tdv
2010-02-02 16:38:26 +01:00