Chris Hegarty
|
804d26e749
|
8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
Co-authored-by: Eric Wang <yiming.wang@oracle.com>
Reviewed-by: chegar
|
2014-03-31 11:33:40 +01:00 |
|
Stephen Colebourne
|
eb34c3be0c
|
8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
Correctly zeros low order bits of time when setting milli/micro
Reviewed-by: alanb, rriggs
|
2014-03-06 17:16:20 +00:00 |
|
Stephen Colebourne
|
88af481e90
|
8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
Reviewed-by: lancea, rriggs
|
2014-03-29 15:01:47 -04:00 |
|
Igor Ignatyev
|
4fdcaf04d8
|
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
Reviewed-by: iveresov, twisti, vlivanov
|
2014-03-29 12:29:21 +04:00 |
|
Amanda Jiang
|
cbaa56fdf7
|
8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface
Reviewed-by: chegar
|
2014-03-28 16:59:19 +00:00 |
|
Pavel Rappo
|
ea02a62024
|
8035158: Remove dependency on sun.misc.RegexpPool and friends
Reviewed-by: chegar, michaelm
|
2014-03-26 19:53:07 +00:00 |
|
Ivan Gerasimov
|
0c0e4775d4
|
8014066: Remove redundant restriction from ArrayList#removeRange() spec
Reviewed-by: chegar, dholmes, martin, mduigou
|
2014-03-26 15:58:37 +04:00 |
|
Michael Cui
|
df046b387e
|
8031563: TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once
Reviewed-by: alanb
|
2014-03-25 10:14:09 +00:00 |
|
Stephen Colebourne
|
a25bcf0ac0
|
8033662: DateTimeFormatter parsing ignores withZone()
To include the set "zone" in resolved result
Reviewed-by: sherman, chegar
|
2014-03-24 12:47:02 -07:00 |
|
Paul Sandoz
|
0ba46cd40c
|
8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
Reviewed-by: alanb
|
2014-03-24 17:07:08 +01:00 |
|
Alan Bateman
|
252aa24c76
|
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
Reviewed-by: chegar
|
2014-03-24 15:09:47 +00:00 |
|
Ivan Gerasimov
|
be3c17a489
|
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
|
2014-03-24 14:14:03 +04:00 |
|
Rajan Halade
|
56b41822fb
|
8033271: Manual security tests have @ignore rather than @run main/manual
Reviewed-by: xuelei, wetmore
|
2014-03-18 15:04:59 -07:00 |
|
Paul Sandoz
|
761e2c85b3
|
8037106: Optimize Arrays.asList(...).forEach
Reviewed-by: alanb, martin, mduigou, ulfzibis
|
2014-03-18 11:24:38 +01:00 |
|
Volker Simonis
|
02186906ef
|
8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
Reviewed-by: mchung, alanb
|
2014-03-18 11:10:53 +01:00 |
|
Artem Smotrakov
|
727989dc5d
|
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
Reviewed-by: mullan, weijun
|
2014-03-13 15:13:22 +08:00 |
|
Ivan Gerasimov
|
106b5b9af8
|
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
Reviewed-by: chegar, alanb
|
2014-03-13 07:52:17 +04:00 |
|
Ivan Gerasimov
|
d3271335ad
|
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
Reviewed-by: martin, dholmes
|
2014-03-12 21:45:20 +04:00 |
|
Vladimir Ivanov
|
9d59eb2da1
|
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
Reviewed-by: jrose, twisti
|
2014-03-11 19:54:33 +04:00 |
|
Jaroslav Bachorik
|
c174f6339a
|
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
Reviewed-by: martin, dholmes
|
2014-03-11 14:18:46 +01:00 |
|
Phil Race
|
f20478bb72
|
Merge
|
2014-03-07 10:53:58 -08:00 |
|
Stuart Marks
|
2e0600a5c0
|
8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
Reviewed-by: alanb
|
2014-03-06 14:26:26 -08:00 |
|
Mattias Tobiasson
|
8a385b110f
|
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
|
2014-03-04 09:35:54 +01:00 |
|
Robert Field
|
2e148fb065
|
8035776: Consistent Lambda construction
Reviewed-by: ahgross, briangoetz, dlsmith
|
2014-03-04 15:33:30 -08:00 |
|
Mattias Tobiasson
|
c96fd46a4c
|
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
|
2014-02-28 13:38:51 +01:00 |
|
Eric Wang
|
9d91b009c1
|
8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently
Reviewed-by: chegar, alanb, igerasim
|
2014-03-03 11:06:38 +00:00 |
|
Chris Hegarty
|
558cb26d1c
|
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
Reviewed-by: michaelm
|
2014-03-02 19:27:43 +00:00 |
|
Alan Bateman
|
22bc40c071
|
8010194: java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh fails with "Timed out waiting ..." (sol)
Reviewed-by: chegar
|
2014-03-02 15:56:07 +00:00 |
|
Vladimir Ivanov
|
856f5c5823
|
8027827: Improve performance of catchException combinator
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
|
2014-03-01 02:05:53 +04:00 |
|
Brent Christian
|
c92ff7d5e7
|
6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
Remove @ignore from ParallelTransformerLoader.sh
Reviewed-by: alanb, sla, smarks
|
2014-02-28 10:27:54 -08:00 |
|
Phil Race
|
5d277802e1
|
Merge
|
2014-02-27 10:43:53 -08:00 |
|
Ivan Gerasimov
|
e66ea0fddc
|
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
Reviewed-by: mchung, mduigou, rriggs
|
2014-02-27 02:44:04 +04:00 |
|
Stuart Marks
|
4a47af288d
|
8034999: change rmidRunning to a simple lookup
Reviewed-by: darcy
|
2014-02-26 18:22:56 -08:00 |
|
Michael McMahon
|
814e8d0479
|
8035653: InetAddress.getLocalHost crash
Reviewed-by: chegar
|
2014-02-26 16:18:08 +00:00 |
|
Alexander Zvegintsev
|
c45342182e
|
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
Reviewed-by: pchelko, serb
|
2014-02-25 14:28:36 +04:00 |
|
Phil Race
|
f00ad07a65
|
Merge
|
2014-02-21 10:03:49 -08:00 |
|
Anton Litvinov
|
4207a72caf
|
8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
Reviewed-by: pchelko, serb
|
2014-02-21 18:04:38 +04:00 |
|
Vladimir Ivanov
|
56bce7519d
|
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: jrose, twisti
|
2014-02-21 17:12:23 +04:00 |
|
Sergey Malenkov
|
8fff62161c
|
8034085: Do not prefer indexed properties
Reviewed-by: alexsch
|
2014-02-21 15:34:05 +04:00 |
|
Phil Race
|
3b1cc58576
|
Merge
|
2014-02-20 16:27:08 -08:00 |
|
Xueming Shen
|
65263943ae
|
Merge
|
2014-02-20 09:57:26 -08:00 |
|
Xueming Shen
|
e2a87a0e2c
|
8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize
Updated SliceS to subclass Slice node
Reviewed-by: alanb, martin
|
2014-02-20 09:52:50 -08:00 |
|
Naoto Sato
|
7cb914ecd2
|
8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol
Reviewed-by: erikj
|
2014-02-19 09:17:28 -08:00 |
|
Konstantin Shefov
|
f37265f360
|
8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
Reviewed-by: serb, alexsch
|
2014-02-17 18:52:01 +04:00 |
|
Sergey Malenkov
|
57f20fcdc9
|
8034164: Introspector ignores indexed part of the property sometimes
Reviewed-by: alexsch
|
2014-02-14 20:24:43 +04:00 |
|
Oleg Pekhovskiy
|
96fa90a545
|
8031694: [macosx] TwentyThousandTest test intermittently hangs
Reviewed-by: art, anthony
|
2014-02-13 14:45:58 +04:00 |
|
Phil Race
|
516c0ad2bd
|
Merge
|
2014-02-11 14:42:17 -08: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 |
|
Rob McKenna
|
77bcb60eee
|
7152892: some jtreg tests fail with permission denied
Reviewed-by: coffeys
|
2014-02-10 14:35:42 +00:00 |
|