Andrew Brygin
1440d3c2b7
6914823: Java AWT Library Invalid Index Vulnerability
...
Reviewed-by: flar, hawtin
2010-02-17 13:10:26 +03:00
Andrew Brygin
6c405971d9
6914866: Sun JRE ImagingLib arbitrary code execution vulnerability
...
Reviewed-by: prr, hawtin
2010-02-17 12:49:41 +03:00
Mandy Chung
107e891c1b
Merge
2010-02-15 10:18:55 -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
Yuka Kamiya
f27acf4a2a
6921289: (tz) Support tzdata2010b
...
Reviewed-by: okutsu
2010-02-12 14:38:16 +09:00
Weijun Wang
ab8d48e851
6925639: keytool -genkeypair -help missing dname option
...
Reviewed-by: mullan
2010-02-12 10:24:02 +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
Pavel Porvatov
d56d72a823
6848475: JSlider does not display the correct value of its BoundedRangeModel
...
Reviewed-by: peterz
2010-02-10 15:15:03 +03: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
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
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
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
Andrew John Hughes
d7c18f0617
6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
...
Fix sun.io converters unchecked and cast warnings produced by -Xlint:all
Reviewed-by: alanb, sherman
2010-02-02 10:55:07 +00:00
Lana Steuck
21f09fb0b2
Merge
2010-01-28 18:24:54 -08:00
Lana Steuck
2eabbe8ed9
Merge
2010-01-28 16:12:06 -08:00
Sergey Malenkov
46cb7c49ab
6412286: DOC: LTP: Unspecified NPE in java.beans.DefaultPersistenceDelegate.instantiate method
...
Reviewed-by: peterz
2010-01-28 20:49:00 +03:00
Peter Zhelezniakov
3b48821ace
6912118: Incosistency in several SynthUI classes between inherited specs ofupdate() and paint() methods
...
Reviewed-by: rupashka
2010-01-28 17:06:54 +03:00
Yong Jeffrey Huang
30885d636b
6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
...
Reviewed-by: yhuang, peytoia
2010-01-27 23:19:28 -08:00
Lana Steuck
c380e15d57
Merge
2010-01-27 14:46:06 -08:00
Chris Hegarty
ea8cd92324
6905552: libnet/nio portability issues
...
Reviewed-by: alanb
2010-01-27 16:11:53 +00:00
Jean-Christophe Collet
32443b7f2e
6919185: test/closed/sun/net/ftp/FtpTests fails to compile
...
Fixed a couple of regressions in FtpClient and updated the test.
Reviewed-by: chegar
2010-01-26 11:39:29 +01:00
Weijun Wang
4641ee098b
6919610: KeyTabInputStream uses static field for per-instance value
...
Reviewed-by: mullan
2010-01-26 17:03:48 +08:00
Masayoshi Okutsu
63df4ddb3e
6912866: (date) java.util.Date.before / after may be expensive
...
Reviewed-by: peytoia
2010-01-26 15:42:06 +09:00
Lana Steuck
352a180c52
Merge
2010-01-22 09:34:17 -08:00
Yong Jeffrey Huang
99efc13e49
6916787: Ukrainian currency name needs to be fixed
...
Reviewed-by: yhuang, peytoia
2010-01-21 22:05:31 -08:00
Vinnie Ryan
85e04e4ce4
Merge
2010-01-22 00:02:08 +00:00
Vinnie Ryan
50b83fe62f
6763530: Cannot decode PublicKey (Proider SunPKCS11, curve prime256v1)
...
Reviewed-by: andrew
2010-01-21 23:59:41 +00:00
Sergey Malenkov
d28858928b
4968536: DOC: Javadoc for java.beans.Encoder.getPersistenceDelegate is incomplete
...
Reviewed-by: peterz
2010-01-21 21:53:15 +03:00
Sergey Malenkov
559ad6f8f8
4922835: DOC: Statement javadoc should indicate that target and methodName cannot be null
...
Reviewed-by: peterz
2010-01-21 21:45:00 +03:00
Michael Wilkerson
675d878cfc
Merge
2010-01-20 17:11:52 -08:00
Vasanth Venkatachalam
688eab1157
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
...
Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.
Reviewed-by: never, ohair, tbell, tdeneau
2010-01-20 12:09:31 -07:00
Xue-Lei Andrew Fan
57afe92dd1
6862064: incorrect implementation of PKIXParameters.clone()
...
Reviewed-by: weijun, mullan
2010-01-20 21:38:37 +08:00
Weijun Wang
9645beba5c
6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0'
...
Reviewed-by: xuelei
2010-01-19 11:43:45 +08:00
Alan Bateman
01c326e0da
6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider
...
Reviewed-by: chegar
2010-01-18 15:21:34 +00:00
Yong Jeffrey Huang
fb1a4c18c0
Merge
2010-01-17 18:42:34 -08:00
Lana Steuck
a5325ffb94
Merge
2010-01-15 15:36:54 -08:00
Sean Mullan
152798a7ef
Merge
2010-01-15 09:58:48 -05:00
Sean Mullan
60fa841f74
6915939: Exception should be thrown if OCSP SingleResponses contain unresolved critical extensions
...
Reviewed-by: xuelei
2010-01-15 09:48:21 -05:00
Joe Darcy
738b0c0ec7
6908218: java.lang.Deprecated should have explicit @Target meta-annotation
...
Reviewed-by: mernst
2010-01-14 20:05:19 -08:00
Kelly O'Hair
23fc99433b
Merge
2010-01-13 15:37:06 -08:00
John Coomes
cbfd52c649
Merge
2010-01-13 15:16:06 -08:00
Yuka Kamiya
e2c3e248e5
6868503: RuleBasedBreakIterator is inefficient
...
Reviewed-by: okutsu
2010-01-13 15:40:47 +09:00