Tristan Yan
|
39d3c424cb
|
8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run
Reviewed-by: smarks
|
2014-02-13 11:15:56 +08:00 |
|
Lance Andersen
|
3b32d0da29
|
8034896: Correct Clob.free javadoc typo
Reviewed-by: dfuchs
|
2014-02-13 18:05:36 -05:00 |
|
Stuart Marks
|
935bd9f979
|
8034000: lack of /othervm option can cause some RMI tests to fail
Reviewed-by: darcy, alanb
|
2014-02-13 14:48:39 -08:00 |
|
Jason Uh
|
c4edb55592
|
8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
Reviewed-by: mullan
|
2014-02-13 11:47:43 -08:00 |
|
Erik Joelsson
|
708c2d8f03
|
8034193: Move X11 wrapper generator files to make/src and make/data
Reviewed-by: ihse, alanb, tbell
|
2014-02-13 17:40:43 +01:00 |
|
Erik Joelsson
|
ff24be63a7
|
8034179: Clean up nio genConstants
Reviewed-by: alanb, ihse
|
2014-02-13 17:14:24 +01:00 |
|
Michael Cui
|
dca4d10631
|
8028711: TEST_BUG: Shell tests should pass through VM options
Reviewed-by: alanb
|
2014-02-13 15:59:04 +00:00 |
|
Alan Bateman
|
4e71a94e91
|
8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11
8034857: gcc warnings compiling src/solaris/native/sun/management
Reviewed-by: sla, mullan
|
2014-02-13 14:08:12 +00:00 |
|
Magnus Ihse Bursie
|
cd941767e3
|
8034191: Move relevant parts of build system to new closed repo
Reviewed-by: erikj, tbell
|
2014-02-13 00:01:07 +01:00 |
|
Mandy Chung
|
328fa609d0
|
8030010: cleanup native code warnings
Co-authored-by: Francis Andre <francis.andre.kampbell@orange.fr>
Reviewed-by: alanb, lancea
|
2014-02-12 10:51:50 -08:00 |
|
Alan Bateman
|
fa26d0e934
|
8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
Reviewed-by: chegar, henryjen
|
2014-02-12 17:51:31 +00:00 |
|
Alan Bateman
|
87ed9d213a
|
8034780: Remove used imports
Reviewed-by: sundar, chegar, lancea, dfuchs
|
2014-02-12 14:23:52 +00:00 |
|
Alan Bateman
|
961783d954
|
8034776: Remove sun.misc.Service
Reviewed-by: sundar, lancea, chegar
|
2014-02-12 14:07:55 +00:00 |
|
Weijun Wang
|
2b7c6c0d41
|
8034762: Move krb5.conf related tests into a single place
Reviewed-by: xuelei
|
2014-02-12 19:20:43 +08:00 |
|
Erik Joelsson
|
b7c3e72147
|
8034173: Move JavaApp.icns to proper place in make/data
Reviewed-by: ihse, tbell
|
2014-02-12 11:02:47 +01:00 |
|
Alan Bateman
|
bad49f6fba
|
8034182: Misc. warnings in java.net code
Reviewed-by: chegar
|
2014-02-11 16:43:57 +00:00 |
|
Staffan Larsen
|
8acc4717a2
|
8034176: Update mapfile for libjfr
Reviewed-by: erikj
|
2014-02-11 14:48:51 +01:00 |
|
Ivan Gerasimov
|
6b108289ad
|
8033943: Typo in the documentation for the class Arrays
Reviewed-by: martin
|
2014-02-08 00:22:33 +04:00 |
|
Daniel Fuchs
|
2f7d6e1157
|
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown.
Reviewed-by: mchung
|
2014-02-11 12:23:28 +01:00 |
|
Alan Bateman
|
804f3e85f3
|
8034175: Remove use of UseVMInterruptibleIO from tests
Reviewed-by: chegar
|
2014-02-11 10:49:07 +00:00 |
|
Alan Bateman
|
f776be9c0f
|
8034043: Native methods for preferences API should not be in libjava
8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util
Reviewed-by: erikj, weijun, mchung
|
2014-02-11 09:59:34 +00:00 |
|
Joe Darcy
|
d03152e11b
|
8034050: Fix serial lint warnings in javax.print
Reviewed-by: alanb, prr
|
2014-02-10 18:09:40 -08:00 |
|
Joe Darcy
|
401de1c53e
|
8034046: Fix serial lint warnings in javax.sound
Reviewed-by: alanb, serb
|
2014-02-10 08:53:13 -08:00 |
|
Rob McKenna
|
77bcb60eee
|
7152892: some jtreg tests fail with permission denied
Reviewed-by: coffeys
|
2014-02-10 14:35:42 +00:00 |
|
Jaroslav Bachorik
|
1cf765b9e8
|
6791551: ExclusiveBind.java has a race condition
Reviewed-by: sla, sjiang
|
2014-02-10 14:01:16 +01:00 |
|
Staffan Larsen
|
6720161012
|
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
Reviewed-by: alanb, dsamersoff, jbachorik
|
2014-02-10 13:00:50 +01:00 |
|
Staffan Larsen
|
79bbec5d8a
|
8033917: Keep track of file paths in file streams and channels for instrumentation purposes
Reviewed-by: alanb, dsamersoff
|
2014-02-10 12:59:31 +01:00 |
|
Henry Jen
|
e956dc0c43
|
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
Reviewed-by: psandoz
|
2014-02-06 10:30:18 -08:00 |
|
Xueming Shen
|
8cdace2575
|
8032012: String.toLowerCase/toUpperCase performance improvement
Updated the implementation to improve the performance
Reviewed-by: psandoz, forax
|
2014-02-07 09:04:17 -08:00 |
|
Mandy Chung
|
7be40556f6
|
8033900: Remove reference to JNU_Equals in GSSLibStub.c
Reviewed-by: valeriep
|
2014-02-06 16:42:25 -08:00 |
|
Mandy Chung
|
795c56d54b
|
8033893: jdk build is broken due to the changeset of JDK-8033370
Reviewed-by: naoto
|
2014-02-06 14:56:12 -08:00 |
|
Michael McMahon
|
3981cc3f41
|
8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Reviewed-by: chegar, mullan
|
2014-02-06 22:12:09 +00:00 |
|
Naoto Sato
|
79938735a2
|
8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
Reviewed-by: msheppar
|
2014-02-06 10:06:09 -08:00 |
|
Roger Riggs
|
81c4d4ed41
|
8033565: Remove unused nativeNewStringPlatform
Remove also nativeGetStringPlatformChars
Reviewed-by: mchung, dholmes, alanb
|
2014-02-06 11:01:27 -05:00 |
|
Alan Bateman
|
41ef9eed31
|
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: dfuchs
|
2014-02-06 15:43:35 +00:00 |
|
Chris Hegarty
|
2ffde4a993
|
8033778: ObjectIn/OutputStream improvements
Co-authored-by: Robert Stupp <snazy@gmx.de>
Reviewed-by: smarks, psandoz, mduigou, plevart
|
2014-02-06 14:45:12 +00:00 |
|
Vinnie Ryan
|
5911461228
|
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
Reviewed-by: alanb
|
2014-02-06 12:24:42 +00:00 |
|
Alan Bateman
|
1754033d02
|
8033758: gcc warnings compiling jdk/src/share/back
Reviewed-by: dholmes, sla
|
2014-02-06 10:43:09 +00:00 |
|
Vinnie Ryan
|
aef65cc369
|
8025669: [parfait] warning from b62 for jdk.src.solaris.native.com.sun.security.auth.module: memory leak
Reviewed-by: alanb, chegar
|
2014-02-05 18:37:42 +00:00 |
|
Joe Darcy
|
5475110b72
|
8033616: Fix serial lint warnings in javax.imageio.*
Reviewed-by: alanb
|
2014-02-05 10:21:18 -08:00 |
|
Joe Darcy
|
8a6d9792ce
|
8033526: Fix serial lint warnings in java.awt.*
Reviewed-by: briangoetz
|
2014-02-05 10:15:45 -08:00 |
|
Daniel Fuchs
|
11c56780a4
|
8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
Fix another case of potentially premature Logger garbage collection in tests.
Reviewed-by: mchung
|
2014-02-05 17:56:04 +01:00 |
|
Roger Riggs
|
8ca6ca944b
|
8032749: Typo in java.time.Clock
8032888: Error message typo in TemporalAccessor
8032558: Instant spec includes incorrect assertion wrt valid range
8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern
Update to fix typos, remove extraneous text
Reviewed-by: darcy, lancea, sherman, scolebourne
|
2014-02-05 10:59:55 -05:00 |
|
Roger Riggs
|
5804adca86
|
8030993: Check jdk/src/share/native/common/jni_util.c for JNI pending exceptions
Check for pending exceptions
Reviewed-by: alanb, chegar
|
2014-02-05 10:59:53 -05:00 |
|
Vinnie Ryan
|
adeedfee16
|
8011983: [parfait] False positive: unportable format string argument mismatch in jdk/src/windows/native/com/sun/security/auth/module/nt.c
Reviewed-by: alanb
|
2014-02-05 15:58:27 +00:00 |
|
Chris Hegarty
|
319dd343be
|
8033689: PlainDatagramSocketImpl missing returns after throwing an exception
Reviewed-by: michaelm
|
2014-02-05 14:14:46 +00:00 |
|
Erik Joelsson
|
329369ddf6
|
8033680: Profiles build broken
Reviewed-by: alanb
|
2014-02-05 14:21:10 +01:00 |
|
Magnus Ihse Bursie
|
edcca42faa
|
8033532: Freetype include statement must come before X11 include
Reviewed-by: erikj, drchase
|
2014-02-05 11:32:27 +01:00 |
|
Alan Bateman
|
e8f1f33e46
|
8031586: Check jdk/src/*/native/com/sun/security/auth/module for pending JNI exceptions
Reviewed-by: vinnie, chegar
|
2014-02-05 10:20:30 +00:00 |
|
Erik Joelsson
|
91a6e1b092
|
8026773: Failing compilation in Corba does not fail the build
Reviewed-by: ihse, tbell
|
2014-02-05 11:05:24 +01:00 |
|