Lana Steuck
388f2f8c41
Merge
2011-01-06 18:05:56 -08:00
Lana Steuck
71d7768f29
Merge
2011-01-06 18:03:25 -08:00
Lana Steuck
38b965363c
Merge
2011-01-06 18:01:33 -08:00
Lana Steuck
d9d089213f
Merge
2011-01-05 15:54:45 -08:00
Lana Steuck
ef05d0b18a
Merge
2011-01-05 11:21:00 -08:00
Lana Steuck
87a68ef861
Merge
2011-01-04 23:41:13 -08:00
Lana Steuck
fb91d40572
Merge
2011-01-04 17:05:38 -08:00
Xueming Shen
022d6b1633
7009618: regression test failed caused by the fix for 7003462
...
Avoid caching the "ended" Inflater in ZipFile class
Reviewed-by: alanb
2011-01-04 14:17:45 -08:00
Andrei Dmitriev
25a7d0c26f
7008106: com/sun/awt/Translucency/WindowOpacity.java test fails just against jdk7 b122
...
Reviewed-by: dcherepanov
2010-12-29 15:13:00 +03:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Dmitry Cherepanov
86b6ed4a42
6957765: Test Bug - javax/swing/SwingWorker/6480289/bug6480289.java failed on 1.7.0b94 but passed on previous
...
Reviewed-by: art, alexp
2010-12-27 18:42:28 +03:00
Pavel Porvatov
8d3bfc152b
6532833: PIT: Metal LAF - The right side border is not shown for the Spinner after the removing the buttons
...
Reviewed-by: alexp
2010-12-27 17:41:33 +03:00
Pavel Porvatov
96734e403e
6959584: closed/javax/swing/JFileChooser/4847375/bug4847375.java : compilation failed
...
Reviewed-by: alexp
2010-12-27 15:28:08 +03:00
Masayoshi Okutsu
f2bb972af4
7003643: [Fmt-Me] MessageFormat.toPattern produces wrong quoted string and subformat modifiers
...
7008195: [Fmt-Me] Improve MessageFormat.applyPattern performance
Reviewed-by: naoto, peytoia
2010-12-27 14:13:52 +09:00
Andrew Brygin
8769a48a69
6983028: java/awt/FontClass/FontPrivilege.java
...
Reviewed-by: prr
2010-12-24 14:05:42 +03:00
Daniel D. Daugherty
4ef8c5c56c
7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in jstat
...
Swap S0C and S0CMX column values.
Reviewed-by: ohair, dholmes, poonam
2010-12-23 23:10:36 -08:00
Kumar Srinivasan
23e2064389
7002386: (launcher) fix XshowSettings
...
Reviewed-by: darcy, mchung, naoto
2010-12-23 13:51:30 -08:00
Jennifer Godinez
a5689daad8
6949749: regression cases need to be updated by removing "System.exit(0)"
...
Reviewed-by: igor, prr
2010-12-23 11:01:37 -08:00
Lana Steuck
ed5a7ec3f8
Merge
2010-12-23 10:20:57 -08:00
Pavel Porvatov
f6993442af
7007708: TEST: javax/swing/JScrollBar/6542335/bug6542335.java failes agaisnt jdk7 on solaris/linux
...
Reviewed-by: alexp
2010-12-23 18:25:35 +03:00
Lana Steuck
5547d6966c
Merge
2010-12-23 00:03:46 -08:00
Lana Steuck
4010e0a7cb
Merge
2010-12-22 23:12:17 -08:00
Valerie Peng
16faa79cf4
6581254: pkcs11 provider fails to parse configuration file contains windows short path
...
Modified configuration parsing code to support "~".
Reviewed-by: weijun
2010-12-22 18:30:34 -08:00
Lana Steuck
c02539239e
Merge
2010-12-22 16:57:08 -08:00
Phil Race
01d8aee41b
6996867: Garbage rendering of LCD text with SRC composite mode
...
Reviewed-by: igor, jgodinez
2010-12-22 13:49:23 -08:00
Pavel Tisnovsky
7e5478ceab
6560348: PIT : java/awt/xembed/server/RunTestXEmbed.java fails
...
Testcase correction.
Reviewed-by: anthony
2010-12-22 14:37:15 +01:00
Erik Trimble
ba3a935a60
Merge
2010-12-21 16:49:36 -08:00
Naoto Sato
c84359f622
4940539: Constructor of java.util.Locale should handle ISO 639-2 Language Codes
...
Reviewed-by: okutsu
2010-12-21 16:14:14 -08:00
Stuart Marks
6e7cb44eea
6880112: Project Coin: Port JDK core library code to use diamond operator
...
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
2010-12-20 13:47:04 -08:00
Kumar Srinivasan
cf7aa136ac
7007157: (pack200) stripping attributes causes a NPE
...
Reviewed-by: jrose, mduigou, dholmes
2010-12-18 09:10:49 -08:00
Masayoshi Okutsu
c1d0a22eac
6644493: [Fmt-Da] SimpleDateFormat parsing RFC822 time offset is slow
...
Reviewed-by: peytoia
2010-12-17 17:13:43 +09:00
Weijun Wang
fdbca6b5f6
6975866: api/org_ietf/jgss/GSSContext/index.html#wrapUnwrapIOTest started to fail since jdk7 b102
...
Reviewed-by: valeriep
2010-12-17 11:03:33 +08:00
John R Rose
34cd7bc224
7001424: implement JSR 292 EG adjustments, November 2010
...
Reviewed-by: twisti
2010-12-16 15:59:27 -08:00
Athijegannathan Sundararajan
254e7faf34
6980447: Rhino JavaScript engine code in jdk-7 has to updated with the latest code from Rhino 1.7R3
...
Updating Rhino javascript engine with version 1.7R3. Issue 6427783 (E4X support is missing from Sun's Mozilla JavaScript implementation) is also fixed as a side-effect.
Reviewed-by: alanb, jjh
2010-12-16 20:52:09 +05:30
John R Rose
494c1f5c75
Merge
2010-12-16 00:32:15 -08:00
Lana Steuck
15c1c32516
Merge
2010-12-15 11:49:36 -08:00
Andrew Brygin
f5e1bc5ca8
6782574: AffineTransformOp.filter(BufferedImage, BufferedImage) fails with InternalError
...
Reviewed-by: igor, prr
2010-12-15 19:47:01 +03:00
Jim Graham
80cb99bacb
6766342: Improve performance of Ductus rasterizer
...
Reviewed-by: jgodinez, prr
2010-12-14 13:25:29 -08:00
Andrew John Hughes
0e6307f4b7
6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails
...
Remove unneeded test
Reviewed-by: anthony
2010-12-14 13:51:07 +00:00
Lana Steuck
9ed3faea7a
Merge
2010-12-13 16:25:26 -08:00
Lana Steuck
0376b163c5
Merge
2010-12-13 16:22:29 -08:00
Xueming Shen
675d4c42a3
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
...
The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
2010-12-13 14:12:56 -08:00
Naoto Sato
c961543922
7002320: Locale.forLanguageTag()/toLanguageTag() not working properly with ja_JP_JP locale
...
Reviewed-by: dougfelt
2010-12-13 13:16:08 -08:00
Vinnie Ryan
7d90fc05af
Merge
2010-12-13 15:07:20 +00:00
Vinnie Ryan
26382e27dd
6799854: CodeSigner.hashCode() does not work with serialization
...
Reviewed-by: mullan
2010-12-13 14:58:52 +00:00
Lana Steuck
612fdb2793
Merge
2010-12-12 15:28:57 -08:00
Lana Steuck
dc44526b3f
Merge
2010-12-10 14:02:33 -08:00
Sean Coffey
6c39971cb7
6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init
...
Reviewed-by: wetmore, andrew, vinnie
2010-12-10 15:11:47 +00:00
Chris Hegarty
458596deff
7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
...
IPv4 addrs passed to SCTP_SET_PEER_PRIMARY_ADDR should not be converted to IPv4-mapped addrs
Reviewed-by: michaelm
2010-12-10 10:47:21 +00:00
Lana Steuck
03324a834c
Merge
2010-12-09 21:55:41 -08:00