Mandy Chung
|
176ed8d94c
|
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
Reviewed-by: jrose, alanb, twisti
|
2013-04-16 21:39:52 -07:00 |
|
Weijun Wang
|
dfcf6055a7
|
8011124: Make KerberosTime immutable
Reviewed-by: xuelei
|
2013-04-17 10:15:33 +08:00 |
|
Chris Hegarty
|
320776832e
|
Merge
|
2013-04-16 21:04:33 +01:00 |
|
Mike Duigou
|
12cfd3e1b4
|
8004518: Add in-place operations to Map
8010122: Add defaults for ConcurrentMap operations to Map
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis
|
2013-04-16 11:17:19 -07:00 |
|
Leonid Romanov
|
7f5fa64510
|
8011695: [tck-red] Application can not be run, the Security Warning dialog is gray
EventQueue shouldn't use AppContext.getAppContext() to obtain its AppContext.
Reviewed-by: art
|
2013-04-16 21:19:02 +04:00 |
|
Lana Steuck
|
42e3b17300
|
Merge
|
2013-04-16 08:14:53 -07:00 |
|
Vinnie Ryan
|
f136599134
|
Merge
|
2013-04-16 05:32:39 -07:00 |
|
Chris Hegarty
|
c0de159c91
|
Merge
|
2013-04-16 13:30:19 +01:00 |
|
Chris Hegarty
|
dc668d18a3
|
8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows
Reviewed-by: alanb, dsamersoff
|
2013-04-16 13:26:30 +01:00 |
|
Vinnie Ryan
|
76bcd2b3f6
|
Merge
|
2013-04-16 05:11:50 -07:00 |
|
Chris Hegarty
|
0a5657be1c
|
8012237: CompletableFuture/Basic.java still fails intermittently
Reviewed-by: martin
|
2013-04-16 12:51:22 +01:00 |
|
Chris Hegarty
|
23d10238b1
|
8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build
Reviewed-by: alanb
|
2013-04-16 12:23:16 +01:00 |
|
Vinnie Ryan
|
7298912ab0
|
Merge
|
2013-04-16 01:44:58 -07:00 |
|
Joe Darcy
|
dbb722dfb0
|
8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>)
Reviewed-by: alanb, dholmes, mduigou
|
2013-04-15 18:31:48 -07:00 |
|
David Katleman
|
1a0a2e5534
|
Merge
|
2013-04-15 14:20:45 -07:00 |
|
Martin Buchholz
|
67e05359fc
|
8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
Define JNIEXPORT to use "default" visibility where possible.
Reviewed-by: coleenp, ddehaven, dcubed, anthony
|
2013-04-15 14:07:17 -07:00 |
|
Andrew Brygin
|
92069b97d0
|
8011622: Use lcms as the default color management module in jdk8
Reviewed-by: prr, vadim
|
2013-04-15 18:10:55 +04:00 |
|
Andrew Brygin
|
d9216cb5e1
|
8005930: [lcms] ColorConvertOp: Alpha channel is not transferred from source to destination
Reviewed-by: prr
|
2013-04-15 16:57:01 +04:00 |
|
Andrew Brygin
|
c0e62cff31
|
8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
Reviewed-by: prr, vadim
|
2013-04-15 14:11:32 +04:00 |
|
Anton Tarasov
|
68645ed1ca
|
7147075: JTextField doesn't get focus or loses focus forever
Reviewed-by: anthony
|
2013-04-15 13:02:31 +04:00 |
|
Chris Hegarty
|
7d3f26a18f
|
8011799: CompletableFuture/Basic.java fails intermittently
Reviewed-by: martin, alanb
|
2013-04-14 19:17:30 +01:00 |
|
Chris Hegarty
|
cd4711df4d
|
Merge
|
2013-04-13 21:51:36 +01:00 |
|
Chris Hegarty
|
be8d5c723d
|
Merge
|
2013-04-13 20:16:00 +01:00 |
|
David Katleman
|
930dcf7d28
|
8012048: JDK8 b85 source with GPL header errors
Reviewed-by: iris, mduigou, jjg
|
2013-04-12 15:22:33 -07:00 |
|
Vinnie Ryan
|
fb29205c82
|
Merge
|
2013-04-12 10:42:50 -07:00 |
|
Robert Field
|
47686a92e0
|
8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries
Reviewed-by: mduigou, alanb
|
2013-04-12 10:02:33 -07:00 |
|
Xueming Shen
|
dbdbff1445
|
8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt
Added the hijrah-config-umalqura.properties into the list
Reviewed-by: alanb
|
2013-04-12 09:51:04 -07:00 |
|
Sergey Bylokhov
|
aa9a92ce9c
|
8004866: [macosx] HiDPI support in Aqua L&F
Reviewed-by: swingler, alexsch
|
2013-04-12 20:39:48 +04:00 |
|
Stephen Colebourne
|
58af157d96
|
8011172: JSR 310 DateTime API Updates II
Integration of JSR310 Date/Time API update
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Reviewed-by: alanb, naoto, dholmes
|
2013-04-12 07:57:35 -07:00 |
|
Sergey Bylokhov
|
e227299954
|
8000629: [macosx] Blurry rendering with Java 7 on Retina display
Reviewed-by: anthony, prr, flar
|
2013-04-12 15:28:49 +04:00 |
|
Laurent Bourges
|
2e5ce05576
|
8010297: Missing isLoggable() checks in logging code
Add isLoggable() checks
Reviewed-by: anthony, mchung, serb
|
2013-04-12 14:33:38 +04:00 |
|
Petr Pchelko
|
32995a0452
|
8010009: [macosx] Unable type into online word games on MacOSX
Reviewed-by: anthony, dcherepanov
|
2013-04-12 14:09:03 +04:00 |
|
Andrew Brygin
|
36ef0217a6
|
8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
Reviewed-by: vadim
|
2013-04-12 14:08:21 +04:00 |
|
Bradford Wetmore
|
63a6638ebf
|
6425477: Better support for generation of high entropy random numbers
Reviewed-by: xuelei, weijun, mullan
|
2013-04-11 21:03:24 -07:00 |
|
Bradford Wetmore
|
d1599927b6
|
Merge
|
2013-04-11 19:36:52 -07:00 |
|
Lana Steuck
|
87f02e1e5a
|
Merge
|
2013-04-11 19:15:24 -07:00 |
|
Xue-Lei Andrew Fan
|
a973a4d533
|
8011680: Re-integrate AEAD implementation of JSSE
It is a re-merge of JDK-7030966.
Reviewed-by: wetmore
|
2013-04-11 18:57:14 -07:00 |
|
Anthony Scarpino
|
b1d5a4f3ab
|
8012056: SunJCEInstance needs to run in it's own vm
Reviewed-by: wetmore
|
2013-04-11 17:29:43 -07:00 |
|
Erik Joelsson
|
d0e1727ce6
|
8011812: JDK-8011278 breaks the old build
Reviewed-by: tbell, wetmore
|
2013-04-11 14:47:54 -07:00 |
|
Tony Scarpino
|
dbfbe6ca61
|
8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
Reviewed-by: wetmore
|
2013-04-11 18:00:23 +01:00 |
|
Tony Scarpino
|
080470408b
|
7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE provider
Reviewed-by: vinnie, wetmore
|
2013-04-11 17:57:08 +01:00 |
|
David Katleman
|
488df13558
|
Added tag jdk8-b85 for changeset c62699ce4007
|
2013-04-11 09:40:13 -07:00 |
|
John Zavgren
|
f82212cd86
|
8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c
Modified the path processing code so that it detects and handles out of memory errors.
Reviewed-by: chegar, martin, christos, alanb, msheppar
|
2013-04-11 12:33:33 -04:00 |
|
Robert Field
|
60fae99960
|
8012028: Metafactory-generated lambda classes should be final
8008941: isSynthetic() returns false for lambda instances
Reviewed-by: mduigou
|
2013-04-12 20:23:13 -07:00 |
|
Henry Jen
|
3273287f58
|
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE
Reviewed-by: alanb, mduigou
|
2013-04-12 12:41:18 -07:00 |
|
Mark Sheppard
|
6b4d627414
|
8002390: (zipfs) Problems moving files between zip file systems
Fixed the corner cases in zipfs
Reviewed-by: sherman
|
2013-04-12 12:12:53 -07:00 |
|
Xueming Shen
|
38e4efd784
|
8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
Added the toInstant()/from(Instant) to FileTime
Reviewed-by: alanb
|
2013-04-12 12:03:00 -07:00 |
|
Sergey Malenkov
|
c1409aacef
|
4683761: Incomplete Introspection on nonpublic classes lead to IllegalAccessExceptions
Reviewed-by: alexsch
|
2013-04-11 19:12:59 +04:00 |
|
Yuka Kamiya
|
5f73008cc0
|
8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland
Reviewed-by: okutsu
|
2013-04-11 12:22:23 +09:00 |
|
Weijun Wang
|
3d44ddefd6
|
8011745: Unknown CertificateChoices
Reviewed-by: vinnie
|
2013-04-11 11:10:03 +08:00 |
|