Katja Kantserova
0ef006faca
8027668: sun/tools/jstatd/TestJstatdPort.java: java.net.ConnectException: Connection refused: connect
...
Reviewed-by: jbachorik, sla
2015-04-07 14:47:33 +02:00
Calvin Cheung
99f902972c
Merge
2015-04-03 13:46:22 -07:00
Brent Christian
6c5d70bfbc
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
...
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
2015-04-02 12:33:03 -07:00
Daniel Fuchs
ce950c0798
7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
...
NamedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: dholmes, lancea, martin, mchung, plevart
2015-04-02 16:24:46 +02:00
Daniel Fuchs
679db144e5
8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
...
LogManager.readConfiguration will wrap the IllegalArgumentException thrown by Properties.load inside an IOException.
Reviewed-by: lancea, mchung, rriggs
2015-04-02 11:42:07 +02:00
Aleksei Efimov
f17914b131
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
...
Reviewed-by: joehw
2015-04-01 16:01:41 +03:00
David Dehaven
b30c48a154
Merge
2015-03-31 16:17:17 -07:00
Martin Buchholz
a194da7ffb
8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158
...
Fix Windows newline problem; write enclosing class file for MacOSX
Reviewed-by: sherman, alanb
2015-03-30 09:46:05 -07:00
Aleksei Efimov
7863bfdf2a
8075667: (tz) Support tzdata2015b
...
Reviewed-by: okutsu
2015-03-30 15:57:39 +03:00
Aleksei Efimov
a03f68908a
8074297: substring in XSLT returns wrong character if string contains supplementary chars
...
Reviewed-by: joehw
2015-03-30 14:52:24 +03:00
Masayoshi Okutsu
90e30c53bc
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
...
Reviewed-by: naoto
2015-03-30 16:31:18 +09:00
Jaroslav Bachorik
ca198f7351
8023093: Add ManagementAgent.status diagnostic command
...
Reviewed-by: sla
2015-03-25 18:33:17 +01:00
Fredrik Arvidsson
eecde5f24c
8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
...
Some jdi tests are failing due to missing MethodEntryRequest events during the test execution.
Reviewed-by: sla, jbachorik
2015-03-30 10:10:19 +02:00
Harold Seigel
e86e812a29
Merge
2015-03-29 09:21:15 -04:00
Katja Kantserova
2d4a9917d5
8075820: java/lang/management/ThreadMXBean/FindDeadlocks.java should be unquarantined
...
Reviewed-by: jbachorik, sspitsyn
2015-03-25 12:39:48 +01:00
Alexander Scherbatiy
a5bc56dcec
8075244: [macosx] The fix for JDK-8043869 should be reworked
...
Reviewed-by: prr, serb, ant
2015-03-25 12:37:36 +04:00
David Dehaven
6eb7a3db58
Merge
2015-03-24 11:00:32 -07:00
Lev Priima
2b63b5d1d7
8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
...
Reviewed-by: dholmes
2015-03-24 03:46:57 -04:00
Alejandro Murillo
8972c391cb
Merge
2015-03-23 14:00:55 -07:00
Alejandro Murillo
6029b480b7
Merge
2015-03-23 11:44:42 -07:00
Joe Darcy
07cd371738
8075670: Remove intermittent keyword from some tests
...
Reviewed-by: alanb
2015-03-23 09:45:32 -07:00
Roger Riggs
a056457b52
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
...
Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar
2015-03-23 10:13:32 -04:00
Dmitry Samersoff
7e09df43e6
8075569: jmap test fails due to "ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
...
Lock file is deleted while we are setting modified time
Reviewed-by: alanb
2015-03-23 02:29:47 -07:00
Andrew Brygin
e7e3187500
8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
...
Reviewed-by: prr, serb
2015-03-23 11:19:41 +03:00
Zaiyao Liu
35c411ea7e
8048618: Tests for PKCS12 write operations
...
Reviewed-by: weijun
2015-03-23 15:37:03 +08:00
Weijun Wang
3fbfa7ee89
8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
...
Reviewed-by: mullan
2015-03-23 08:51:51 +08:00
Joe Darcy
ed05aef3fc
8075567: Mark intermittently failuring security-libs tests
...
Reviewed-by: mullan
2015-03-22 10:27:22 -07:00
Brian Burkhalter
1eb4f850a6
8075655: NIO test generation scripts have incorrect path to Spp.java
...
Correct the path to Spp.java
Reviewed-by: rriggs
2015-03-20 15:25:07 -07:00
Daniel D. Daugherty
4fd6cf3759
Merge
2015-03-20 15:21:51 -07:00
Brian Burkhalter
d7419560c2
8075362: j.u.Properties.load() methods have misaligned @throws clauses
...
Add spaces to align the @throws clauses, and rename Basic.java test and its @summary clause.
Reviewed-by: rriggs
2015-03-20 10:37:03 -07:00
Rob McKenna
89c87896e2
8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
...
Reviewed-by: chegar
2015-03-20 17:07:15 +00:00
Joe Darcy
28114420db
8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
...
Reviewed-by: mchung
2015-03-20 10:00:30 -07:00
Serguei Spitsyn
40807f0a8e
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
...
Update java/lang/instrument/RedefineMethodInBacktrace.sh test to cover the hotspot fix
Reviewed-by: coleenp, dcubed
2015-03-20 01:59:08 -07:00
Artem Smotrakov
636ae484e4
8048147: Privilege tests with JAAS Subject.doAs
...
Reviewed-by: weijun
2015-03-20 16:01:59 +08:00
Joe Darcy
2596979bfe
8075565: Define @intermittent jtreg keyword and mark intermittently failing jdk tests
...
Reviewed-by: lancea
2015-03-19 18:38:26 -07:00
Alejandro Murillo
1b547035a8
Merge
2015-03-19 15:00:51 -07:00
Joe Darcy
bd11f63b04
8075544: Add tiered testing definitions to the jdk repo
...
Reviewed-by: alanb
2015-03-19 13:18:49 -07:00
Katja Kantserova
a4da3681de
8064923: [TESTBUG] jps doesn't display anything on embedded platforms and it causes some tests to fail
...
Reviewed-by: egahlin, jbachorik
2015-03-19 09:01:44 +01:00
Semyon Sadetsky
ca998d2d4c
4473075: JTable header rendering problem (after setting preferred size)
...
Reviewed-by: alexsch, serb
2015-03-18 15:03:16 +04:00
Yuri Nesterenko
7b4b132f80
8074807: Fix some tests unnecessary using internal API
...
Reviewed-by: azvegint, alexsch
2015-03-18 10:30:22 +03:00
Naoto Sato
ca08065c34
8074350: Support ISO 4217 "Current funds codes" table (A.2)
...
8074351: Support for currencies with the 4 digits (or more) minor unit
Reviewed-by: okutsu
2015-03-17 16:04:26 -07:00
Phil Race
391adb65e0
Merge
2015-03-17 14:38:54 -07:00
Phil Race
9dbd9dd373
Merge
2015-03-17 12:30:53 -07:00
Xueming Shen
f3a2e4480d
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
...
To add non-match sanity check
Reviewed-by: psandoz
2015-03-17 09:54:36 -07:00
Semyon Sadetsky
72f3a466e0
8040328: JSlider has wrong preferred size with Synth LAF
...
Reviewed-by: alexsch, ant
2015-03-17 14:38:22 +04:00
Alejandro Murillo
d898b500d9
Merge
2015-03-16 14:27:36 -07:00
Amy Lu
b8770ac035
8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
...
Reviewed-by: psandoz
2015-03-16 10:24:16 +01:00
Aggelos Biboudis
cb566c6ce5
8067969: Optimize Stream.count for SIZED Streams
...
Reviewed-by: psandoz, chegar
2015-03-16 10:19:49 +01:00
Katja Kantserova
20be94ae55
8073794: jdk/test/com/sun/jdi/BadHandshakeTest.java should retry if tcp port is taken
...
Reviewed-by: jbachorik
2015-03-16 09:32:34 +01:00
Brian Burkhalter
6290291b27
8075110: (prefs) CodePointZeroPrefsTest fails on certain platforms
...
Contrain test to the Linux and Solaris OS families
Reviewed-by: darcy
2015-03-13 15:03:42 -07:00