55545 Commits

Author SHA1 Message Date
Iris Clark
53d6547efa Merge 2015-08-03 09:26:08 -07:00
Iris Clark
b9fcdd7472 Merge 2015-08-03 09:26:03 -07:00
Iris Clark
941ffde8df Merge 2015-08-03 09:24:32 -07:00
Olivier Lagneau
e4c4b49bdf 8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
Run test with traces even when timeout occurs.

Reviewed-by: jbachorik, sspitsyn
2015-08-03 15:31:29 +02:00
Jan Lahoda
16d8f98d09 8131915: CompletionFailure during import listing crashes javac
Handling CompletionFailures during import listing properly.

Reviewed-by: mcimadamore
2015-08-03 13:28:39 +02:00
Dmitry Samersoff
3b45c07680 8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
DiagnosticCommandImpl.getNotificationInfo() may expose internal representation

Reviewed-by: skoivu, fparain, jbachorik
2015-08-03 12:18:10 +03:00
Staffan Larsen
2bf01467e3 8132876: Increase PerfDataMemorySize to 64K
Reviewed-by: sspitsyn
2015-08-03 11:12:57 +02:00
Andrew Dinn
bdc4e4d045 8132875: AArch64: Fix error introduced into AArch64 CodeCache by commit for 8130309
The fix for issue 8130309 introduced several errors into the AArch64 codecache routines

Reviewed-by: aph, thartmann, kvn
2015-08-03 05:05:40 -04:00
Zoltan Majo
26cd440c55 8132457: Unify command-line flags controlling the usage of compiler intrinsics
Cleanup processing of command-line flags controlling intrinsics.

Reviewed-by: kvn
2015-08-03 09:39:29 +02:00
Weijun Wang
31e49478d4 8132111: Do not request for addresses for forwarded TGT
Reviewed-by: mullan
2015-08-03 09:25:02 +08:00
Ivan Gerasimov
f2aa30e173 8131034: Cleanup in j.u.regex.Pattern.quote()
Reviewed-by: psandoz, sherman, martin
2015-08-02 01:39:18 +03:00
Joe Darcy
3efa371123 8132500: Add imageio test to tier 3
Reviewed-by: prr
2015-07-31 16:03:48 -07:00
Jiangli Zhou
47e90bb79c Merge 2015-07-31 16:00:29 -04:00
Jiangli Zhou
747d91708c Merge 2015-07-31 16:00:26 -04:00
Lance Andersen
1b7884d8c1 8132801: Fix typo in javax.sql.RowSet.setBlob
Reviewed-by: darcy
2015-07-31 13:47:31 -04:00
Mikhailo Seledtsov
824267a43a 8132214: [TESTBUG] Create basic shared strings test for CDS archive
Created new test

Reviewed-by: jiangli, ctornqvi
2015-07-31 10:33:02 -07:00
Alejandro Murillo
972e5ce0a3 Merge 2015-07-31 10:15:03 -07:00
Alejandro Murillo
100f71f08c Merge 2015-07-31 10:15:02 -07:00
Alejandro Murillo
ef6ac82ee3 Merge 2015-07-31 10:15:01 -07:00
Brian Burkhalter
8c92994887 8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
Add 8065556 to list of IDs in the @bug tag list.

Reviewed-by: alanb
2015-07-31 07:48:34 -07:00
Brian Burkhalter
8a369f2f2c 8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.

Reviewed-by: alanb
2015-07-31 07:15:59 -07:00
Brian Burkhalter
56a927013b 8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.

Reviewed-by: alanb
2015-07-31 07:12:36 -07:00
Brian Burkhalter
6dbdc160b4 8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
Change return type of Java_sun_nio_ch_Net_socket0 from int to jint

Reviewed-by: alanb
2015-07-31 07:04:48 -07:00
Jaroslav Bachorik
abd5c879c5 8129976: RunFinalizationTest.java times out frequently
Reviewed-by: sspitsyn
2015-07-31 15:36:19 +02:00
Jaroslav Bachorik
71f82b9db5 8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
Reviewed-by: dfuchs
2015-07-31 15:29:34 +02:00
Vinnie Ryan
c1cd222df9 8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
Reviewed-by: mullan
2015-07-31 14:29:25 +01:00
Volker Simonis
bc9c07ed47 8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
Reviewed-by: rriggs, alanb
2015-07-31 15:19:15 +02:00
Alexander Stepanov
48e1903790 8132130: some docs cleanup
Some docs cleanup

Reviewed-by: mullan
2015-07-31 15:07:18 +03:00
Paul Sandoz
8856bacb17 8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
Reviewed-by: smarks
2015-07-31 12:29:01 +02:00
Jaroslav Bachorik
39aea4789c Merge 2015-07-31 12:13:57 +02:00
Yuri Nesterenko
791267a096 6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
Reviewed-by: serb
2015-07-31 13:13:30 +03:00
Daniel Fuchs
ae9ba69804 8130058: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/Process.java
Com/sun/org/apache/xalan/internal/xslt/Process.java removed. A copy modified to not depend on internal APIs is put in test/javax/xml/jaxp/internaltest/javax/xml/transform/cli/ProcessXSLT.java. The CLITest is preserved and uses that new copy.

Reviewed-by: joehw, lancea
2015-07-31 12:05:46 +02:00
Yumin Qi
4895cfb3c0 Merge 2015-07-31 07:11:11 +00:00
Yumin Qi
bbe7bbd73a Merge 2015-07-31 06:13:13 +00:00
Stuart Marks
791c9bdc4d 8132745: minor cleanup of java/util/Scanner/ScanTest.java
Reviewed-by: darcy, sherman
2015-07-30 22:21:56 -07:00
Ivan Gerasimov
f04bff42c7 8062647: Wrong indentation of arguments of annotated methods
Reviewed-by: jjg, bpatel
2015-07-31 01:36:56 +03:00
Lana Steuck
05e4bc3393 Merge 2015-07-30 15:23:25 -07:00
Lana Steuck
3e9194a696 Merge 2015-07-30 15:22:56 -07:00
Lana Steuck
a544dd4e3d Merge 2015-07-30 15:22:50 -07:00
Lana Steuck
131fe13d63 Merge 2015-07-30 15:22:40 -07:00
Lana Steuck
6ac713fc9b Merge 2015-07-30 15:22:01 -07:00
Lana Steuck
31d6de8e3e Merge 2015-07-30 15:21:34 -07:00
Roger Riggs
a0824cf9ea 8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
Factor out access for InetAddress

Reviewed-by: chegar, michaelm, alanb
2015-07-30 14:16:58 -04:00
David Katleman
147432697b Added tag jdk9-b75 for changeset 1e145ba49d48 2015-07-30 11:15:42 -07:00
David Katleman
82f65de0dd Added tag jdk9-b75 for changeset 0513f1bb463b 2015-07-30 11:15:41 -07:00
David Katleman
06a61466b5 Added tag jdk9-b75 for changeset 937747a8272f 2015-07-30 11:15:38 -07:00
David Katleman
5bd68c7b8c Added tag jdk9-b75 for changeset cab0727bdb53 2015-07-30 11:15:38 -07:00
David Katleman
388205c715 Added tag jdk9-b75 for changeset 1e8d5755ae81 2015-07-30 11:15:37 -07:00
David Katleman
8ef9d29085 Added tag jdk9-b75 for changeset 92bf039d8d46 2015-07-30 11:15:36 -07:00
David Katleman
d50b1ad84e Added tag jdk9-b75 for changeset 60d41eeb0196 2015-07-30 11:15:35 -07:00