Xue-Lei Andrew Fan
|
f2e9e43cc4
|
8042449: Issue for negative byte major record version
Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>.
Reviewed-by: wetmore
|
2014-05-07 02:24:01 +00:00 |
|
Kumar Srinivasan
|
6d5bdc8957
|
8042266: [launcher] create test groups for launcher regression tests
Reviewed-by: alanb, mduigou
|
2014-05-06 10:32:32 -07:00 |
|
Chris Hegarty
|
6810bbe579
|
Merge
|
2014-05-06 12:20:29 +01:00 |
|
Mikael Auno
|
551a6ecad9
|
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
Reviewed-by: sla
|
2014-05-06 10:51:03 +02:00 |
|
Paul Sandoz
|
b6182243e5
|
8042355: stream with sorted() causes downstream ops not to be lazy
Reviewed-by: mduigou
|
2014-05-06 10:29:59 +02:00 |
|
Ivan Gerasimov
|
c1e26ac310
|
8040806: BitSet.toString() can throw IndexOutOfBoundsException
Reviewed-by: plevart, mduigou
|
2014-05-06 10:28:48 +04:00 |
|
Chris Hegarty
|
2241d7462a
|
8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes
Reviewed-by: alanb, michaelm
|
2014-05-02 19:38:33 +01:00 |
|
Jeff Hain
|
bd948f1ace
|
8032016: Optimizations of Math.next{After,Up}({float,double})
Rearrange code to handle the more common and costly case first.
Reviewed-by: darcy
|
2014-05-02 11:25:07 -07:00 |
|
Sean Mullan
|
104aba1340
|
Merge
|
2014-05-02 10:05:57 -04:00 |
|
Sean Mullan
|
1d776850f2
|
8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
Reviewed-by: xuelei
|
2014-05-02 10:01:46 -04:00 |
|
Shanliang Jiang
|
70dbc1d222
|
8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
Reviewed-by: dfuchs
|
2014-05-02 14:40:52 +02:00 |
|
Lana Steuck
|
614d35554a
|
Merge
|
2014-05-01 14:21:29 -07:00 |
|
David Katleman
|
9487bc2169
|
Added tag jdk9-b11 for changeset e4dc2768f533
|
2014-05-01 12:51:13 -07:00 |
|
Alan Bateman
|
66ffd3bc10
|
8041772: (ch) PendingFuture.CANCELLED has backtrace that potentially keeps objects alive
Reviewed-by: chegar
|
2014-04-30 14:27:19 +01:00 |
|
Erik Joelsson
|
939b54d31c
|
8042208: Build fails on Solaris using devkit when X isn't installed
Reviewed-by: tbell
|
2014-04-30 14:46:19 +02:00 |
|
Alexander Stepanov
|
31e76a93b9
|
8039488: Tidy warnings cleanup for javax.sql
Reviewed-by: lancea
|
2014-04-30 15:13:44 +04:00 |
|
Alexander Stepanov
|
3dff54087d
|
8029451: Tidy warnings cleanup for java.util package; minor changes in java.nio, java.sql
Reviewed-by: lancea
|
2014-04-30 15:02:24 +04:00 |
|
Jaroslav Bachorik
|
c1922ce784
|
8042123: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn
|
2014-04-30 11:28:05 +02:00 |
|
Xue-Lei Andrew Fan
|
4b81275f81
|
8042178: A comment need to go in RSAClientKeyExchange.java
Reviewed-by: mullan
|
2014-04-29 23:20:34 +00:00 |
|
Thomas Ng
|
4be63c297c
|
Merge
|
2014-04-29 11:04:47 -07:00 |
|
Thomas Ng
|
4a5b727071
|
Merge
|
2014-04-29 09:04:02 -07:00 |
|
Jaroslav Bachorik
|
0d7c3da5fe
|
8042096: Backout JDK-8042091
Reviewed-by: sla
|
2014-04-29 14:37:02 +02:00 |
|
Pavel Rappo
|
5b2e62685a
|
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
Reviewed-by: alanb, chegar
|
2014-04-29 13:23:08 +01:00 |
|
Jaroslav Bachorik
|
2db0164863
|
8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed
|
2014-04-29 11:15:21 +02:00 |
|
Michael McMahon
|
5daff55f41
|
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
Reviewed-by: chegar
|
2014-04-28 13:49:49 +01:00 |
|
Peter Levart
|
a9f24ab9f4
|
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys
Reviewed-by: psandoz, chegar
|
2014-04-26 11:11:48 +02:00 |
|
Lana Steuck
|
954b9769fb
|
Merge
|
2014-04-24 16:03:00 -07:00 |
|
David Katleman
|
f3b340b02a
|
Added tag jdk9-b10 for changeset c354cfc60e8e
|
2014-04-24 12:21:10 -07:00 |
|
Michael McMahon
|
8c9150234e
|
8041397: Lint regression in java.net.SocketOption
Reviewed-by: rriggs
|
2014-04-23 17:29:51 +01:00 |
|
Steven Lawrance
|
245c97d147
|
8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
Co-authored-by: Andreas Rieber <rieberandreas@gmail.com>
Reviewed-by: chegar
|
2014-04-23 13:19:21 +01:00 |
|
Michael Cui
|
2a22218a04
|
8041563: More ProblemList.txt updates (4/2014)
Reviewed-by: chegar
|
2014-04-23 12:26:13 +01:00 |
|
Mandy Chung
|
da3781e49b
|
8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar
|
2014-04-22 15:16:37 -07:00 |
|
Claes Redestad
|
bdad6d51d4
|
8040747: Improve performance of IP address parsing
Co-authored-by: Bernd Eckenfels <bernd-2014@eckenfels.net>
Reviewed-by: mduigou, chegar
|
2014-04-22 16:21:43 +02:00 |
|
Bernd Eckenfels
|
17a8cfd9e7
|
8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Reviewed-by: mduigou
|
2014-04-22 10:38:20 -07:00 |
|
Andreas Lundblad
|
ebe813fbb0
|
8037085: The sjavac exclude option should accept valid directory identifiers
Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jfranck, erikj, ihse
|
2014-04-22 16:45:10 +02:00 |
|
Lance Andersen
|
b893bb3e3b
|
8041485: Update TEST.groups for jdk/nio/zipfs
Reviewed-by: chegar
|
2014-04-22 09:09:55 -04:00 |
|
Lance Andersen
|
48160e4d08
|
8041331: Cleanup files for jtreg and windows
Reviewed-by: rriggs, smarks, chegar
|
2014-04-22 08:57:01 -04:00 |
|
Alexandre Iline
|
e613bf3290
|
8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:16:32 -07:00 |
|
Alexandre Iline
|
092e29980a
|
8039438: Some tests depend on internal API sun.misc.IOUtils
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:12:22 -07:00 |
|
Lois Foltan
|
c86ce11d6c
|
8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.
Reviewed-by: gtriantafill, hseigel, mchung
|
2014-04-21 13:51:08 -04:00 |
|
Weijun Wang
|
b49a1407bc
|
8038837: Add support to jarsigner for specifying timestamp hash algorithm
Reviewed-by: vinnie
|
2014-04-21 10:26:03 +08:00 |
|
Weijun Wang
|
59b6040f1b
|
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
|
2014-04-21 10:25:40 +08:00 |
|
Lana Steuck
|
73a6906b17
|
Merge
|
2014-04-17 15:20:35 -07:00 |
|
David Katleman
|
5393861767
|
Added tag jdk9-b09 for changeset 56fc7867c5c9
|
2014-04-17 10:13:55 -07:00 |
|
Joe Darcy
|
745db9c388
|
8039861: Fix fallthrough lint warnings in awt
Reviewed-by: pchelko
|
2014-04-17 09:45:16 -07:00 |
|
Jaroslav Bachorik
|
cb5eb6cd31
|
8039080: "jinfo server_id@host" fails with "Invalid process identifier"
Reviewed-by: sla, sjiang, dsamersoff
|
2014-04-17 18:20:31 +02:00 |
|
Michael McMahon
|
d3af21b931
|
8040809: '}' left in the spec for j.u.Random.doubles(..)
Reviewed-by: rriggs
|
2014-04-17 15:44:32 +01:00 |
|
Petr Pchelko
|
aab9bcc042
|
8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
Reviewed-by: anthony, azvegint
|
2014-04-17 16:26:45 +04:00 |
|
Yuka Kamiya
|
2579c4f429
|
8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
Reviewed-by: okutsu
|
2014-04-17 13:00:45 +09:00 |
|
Weijun Wang
|
fa14289859
|
8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
|
2014-04-17 09:48:21 +08:00 |
|