Joe Darcy
|
7cc817742f
|
8133588: Place TimeoutLockLoops.java on the problem list
Reviewed-by: dholmes
|
2015-08-13 21:46:05 -07:00 |
|
Lana Steuck
|
e818494b53
|
Merge
|
2015-08-13 14:16:12 -07:00 |
|
David Katleman
|
8a19dd511d
|
Added tag jdk9-b77 for changeset c02e2d8c7f9f
|
2015-08-13 12:20:07 -07:00 |
|
Brian Burkhalter
|
10207de32f
|
8065595: Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
Add nio_util.c containing JNI_OnLoad bare bones implementation.
Reviewed-by: rriggs
|
2015-08-13 09:36:14 -07:00 |
|
Athijegannathan Sundararajan
|
d45350bdb1
|
8133347: Add makefiles support and basic session, persistence history navigation with jline
Reviewed-by: erikj, jlahoda, jlaskey
|
2015-08-13 19:09:18 +05:30 |
|
Alexander Stepanov
|
6b4c935035
|
8133459: replace <tt> tags (obsolete in html5) in java.nio docs
Reviewed-by: lancea
|
2015-08-13 12:40:07 +03:00 |
|
Amy Lu
|
48b997d5b3
|
8079769: tools/pack200/PackTestZip64.java may timeout at preparing the large test file
Reviewed-by: ksrini
|
2015-08-13 09:35:45 +03:00 |
|
Rajan Halade
|
ec15b70de5
|
8048624: Tests for SealedObject
Reviewed-by: valeriep
|
2015-08-13 06:42:05 +03:00 |
|
Ivan Gerasimov
|
6b0aff010f
|
8133232: [fs] Regex has redundant | in the char class
Reviewed-by: bpb, rriggs
|
2015-08-12 22:24:26 +03:00 |
|
Brian Burkhalter
|
5924c95500
|
8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar
|
2015-08-12 07:55:24 -07:00 |
|
Vinnie Ryan
|
cdb7f50a4b
|
8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
Reviewed-by: mullan
|
2015-08-12 14:38:09 +01:00 |
|
David Dehaven
|
ebed974436
|
Merge
|
2015-08-11 12:33:25 -07:00 |
|
David Dehaven
|
0cf20fdd7b
|
Merge
|
2015-08-11 12:32:10 -07:00 |
|
Alexander Stepanov
|
c683f90b9a
|
8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin
|
2015-08-11 20:46:46 +03:00 |
|
Sean Mullan
|
784379f7a4
|
8077055: Allow other named SecurityPermissions, RuntimePermissions, and AuthPermissions to be used
Reviewed-by: weijun
|
2015-08-11 08:48:18 -04:00 |
|
Matthias Baesken
|
1104878b02
|
8133105: Fix getFinalAttributes() on Windows to handle more special cases
Reviewed-by: simonis, rriggs
|
2015-08-11 10:53:50 +02:00 |
|
Alejandro Murillo
|
29ad7ba848
|
Merge
|
2015-08-10 18:58:25 -07:00 |
|
Brian Burkhalter
|
eb79060337
|
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
|
2015-08-10 17:26:55 -07:00 |
|
Joe Darcy
|
c32cc2b967
|
8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
|
2015-08-10 16:28:31 -07:00 |
|
Brian Burkhalter
|
aabba04bda
|
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
|
2015-08-10 10:50:24 -07:00 |
|
Brian Burkhalter
|
e0803f5e68
|
8133207: ParallelProbes.java test fails after changes for JDK-8080115
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
|
2015-08-07 16:09:10 -07:00 |
|
Brian Burkhalter
|
f0c2f24793
|
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
|
2015-08-07 07:10:44 -07:00 |
|
Volker Simonis
|
0ee85af4ec
|
8132551: Initialize local varibales before returning them in p11_convert.c
Reviewed-by: wetmore
|
2015-08-07 10:25:19 +02:00 |
|
Naoto Sato
|
b9a10bbf8d
|
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
Reviewed-by: okutsu
|
2015-08-06 18:20:11 -07:00 |
|
Xueming Shen
|
f6514bdd8a
|
8080252: java.util.Formatter documentation of %n converter is misleading
To correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs
|
2015-08-06 21:56:31 +00:00 |
|
Alejandro Murillo
|
aa37ecbc21
|
Merge
|
2015-08-06 13:00:45 -07:00 |
|
Brian Burkhalter
|
ba6e733ede
|
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
|
2015-08-06 12:35:59 -07:00 |
|
Roger Riggs
|
e2f7de320c
|
8133022: Instant.toEpochMilli() silently overflows
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
|
2015-08-06 14:35:04 -04:00 |
|
Lana Steuck
|
8145a4b457
|
Merge
|
2015-08-06 11:19:53 -07:00 |
|
Joe Darcy
|
be08ff7407
|
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
Reviewed-by: mullan
|
2015-08-06 10:34:25 -07:00 |
|
Xueming Shen
|
360600731c
|
8022224: Rare bug in JISAutodetect charset detected by FindDecoderBugs test
To update JISAutodetect decoder to return overflow appropriately.
Reviewed-by: chegar, martin
|
2015-08-06 10:15:55 -07:00 |
|
Alexander Stepanov
|
c78487e756
|
8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
Reviewed-by: lancea
|
2015-08-06 19:07:35 +03:00 |
|
Alexander Fomin
|
c1ef47c427
|
8080108: [TEST_BUG] ERROR: No IPv6 address returned from platform
Reviewed-by: chegar, rriggs
|
2015-08-06 19:01:40 +03:00 |
|
David Katleman
|
59e0bcdf2c
|
Added tag jdk9-b76 for changeset cd6f3c0376eb
|
2015-08-06 08:07:39 -07:00 |
|
Daniel Fuchs
|
6af81451d1
|
8132550: java/util/logging/LoggingDeadlock2.java times out
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
|
2015-08-06 16:36:47 +02:00 |
|
Alexander Stepanov
|
7d145a9a12
|
8133040: docs: replace <tt> tags (obsolete in html5) for java.management
Reviewed-by: dfuchs
|
2015-08-06 13:59:10 +03:00 |
|
Alexander Stepanov
|
321faa7346
|
8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
Reviewed-by: lancea, dfuchs, smarks
|
2015-08-06 13:20:13 +03:00 |
|
Jamil Nimeh
|
e7f31340a0
|
8046321: OCSP Stapling for TLS
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
|
2015-08-05 12:19:38 -07:00 |
|
Joe Darcy
|
16655aecb0
|
8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
Reviewed-by: dsamersoff
|
2015-08-05 11:06:49 -07:00 |
|
Naoto Sato
|
3513b81516
|
8132494: Wrong CLDR resource bundle names for legacy ISO language codes
Reviewed-by: okutsu
|
2015-08-05 07:41:28 -07:00 |
|
Alexander Stepanov
|
ff767bf9f9
|
8132877: docs: replace <tt> tags (obsolete in html5) for javax.naming
Reviewed-by: lancea, dfuchs
|
2015-08-05 13:40:18 +03:00 |
|
Alejandro Murillo
|
ddb63861a3
|
Merge
|
2015-08-04 22:02:12 -07:00 |
|
Stuart Marks
|
e6d9c734ec
|
8132800: clarify stream package documentation regarding sequential vs parallel modes
Reviewed-by: psandoz
|
2015-08-04 14:45:38 -07:00 |
|
David Dehaven
|
1942bcfa90
|
Merge
|
2015-08-04 11:31:19 -07:00 |
|
Joe Darcy
|
9c9b37de81
|
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
Reviewed-by: psandoz
|
2015-08-04 11:26:51 -07:00 |
|
Alejandro Murillo
|
5a76b5c4e6
|
Merge
|
2015-08-04 10:59:31 -07:00 |
|
Alexander Stepanov
|
de09603863
|
8131055: bean annotations: add a test checking if a user-defined BeanInfo is top-priority as compared with the annotations
Reviewed-by: alexsch, serb
|
2015-08-04 14:03:49 +03:00 |
|
Semyon Sadetsky
|
b215a2b390
|
8132136: [PIT] RTL orientation in JEditorPane is broken
Reviewed-by: alexsch, serb
|
2015-08-04 13:14:28 +03:00 |
|
Semyon Sadetsky
|
21330b8cf8
|
8130892: Test javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java fails in Solaris Sparcv9
Reviewed-by: alexsch, serb
|
2015-08-04 12:58:50 +03:00 |
|
Alexander Zvegintsev
|
861ba88c86
|
8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
Reviewed-by: prr, serb
|
2015-08-04 12:34:08 +03:00 |
|