81904 Commits

Author SHA1 Message Date
Alejandro Murillo
117b2fe8c0 Merge 2016-02-01 10:07:37 -08:00
Alejandro Murillo
363f1b669a Merge 2016-02-01 10:07:35 -08:00
Roger Riggs
98d7dc436c 8146773: java/lang/ref/CleanerTest.java CleanerTest.testRefSubtypes() fails
8148352: CleanerTest fails: Cleanable should have been freed

Relax gc timing constraints

Reviewed-by: dfuchs
2016-02-01 10:13:48 -05:00
Tagir F. Valeev
c2f738c53d 8146218: Add LocalDate.datesUntil method producing Stream<LocalDate
Reviewed-by: scolebourne, rriggs, sherman
2016-02-01 10:02:40 -05:00
Miroslav Kos
b442f722dc 8138699: Improving JAX-B API javadoc
Reviewed-by: lancea
2016-02-01 13:27:57 +01:00
Aleksey Shipilev
ad776ff126 8148730: Add @since tags in new String concat APIs
Reviewed-by: alanb
2016-02-01 15:11:50 +03:00
Jayathirth D V
25f9c2a196 8022640: ServiceRegistry (used by ImageIO) lack synchronization
Reviewed-by: prr, psadhukhan
2016-02-01 15:39:02 +05:30
Huaming Li
e3570fa3eb 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
Reviewed-by: psandoz
2016-02-01 09:38:08 +08:00
Claes Redestad
9102b6eb21 8148626: URI.toURL needs to use protocol Handler to parse file URIs
Back out the parts of 8147462 that attempted to optimize file URI to URL conversions

Reviewed-by: darcy, chegar
2016-01-31 22:30:35 +01:00
Magnus Ihse Bursie
4260fd470c 8148351: Only display resolved symlink for compiler, do not change path
Reviewed-by: erikj
2016-01-30 10:28:45 +01:00
Magnus Ihse Bursie
44a1209fdf 8148120: Incremental update from build-infra project
Reviewed-by: erikj
2016-01-30 10:25:15 +01:00
Joe Darcy
1685766e91 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb
2016-01-29 17:03:17 -08:00
Martin Buchholz
6721e37306 8148638: test failure in test/java/util/concurrent/tck
Temporarily comment out assertions for not-yet-merged changes

Reviewed-by: rriggs
2016-01-29 13:57:38 -08:00
Doug Lea
7f6a9e3180 8145164: Default implementation of ConcurrentMap::compute can throw NPE
Reviewed-by: martin, psandoz, chegar
2016-01-29 11:49:37 -08:00
Doug Lea
47e7f9dcdc 8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section
Reviewed-by: martin, psandoz, chegar
2016-01-29 11:48:00 -08:00
Doug Lea
c2919752fd 8146467: Integrate JSR 166 jck tests into JDK repo
Reviewed-by: martin, psandoz, chegar, fyuan, jjg
2016-01-29 11:44:19 -08:00
Athijegannathan Sundararajan
6c11ece1f4 8148617: top level make docs target does not generate javadocs for dynalink API
Reviewed-by: erikj, hannesw
2016-01-30 00:25:53 +05:30
Roland Westrelin
7fa54e38e6 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
Canonicalized if shape not recognized by empty loop detection code

Reviewed-by: kvn, shade
2016-01-29 17:18:35 +01:00
Doug Simon
60a582e9be 8149019: remove redundant modifiers
Reviewed-by: twisti
2016-02-08 18:52:03 +01:00
Tom Rodriguez
7c15712c40 Merge 2016-02-08 12:13:56 -08:00
Pavel Punegov
1cf3f7a2c8 Merge 2016-02-08 18:52:03 +01:00
Tatiana Pivovarova
ef3728de57 Merge 2016-02-08 16:44:09 +00:00
Nils Eliasson
044e5ececc 8148696: Race loading hsdis may cause SIGSEGV
Guard library loading with a lock

Reviewed-by: vlivanov
2016-02-08 14:05:45 +01:00
Zoltan Majo
eab1474601 8148758: Compilation fails with "this call site should not be polymorphic"
Change test to run in interpreter-only mode.

Reviewed-by: kvn
2016-02-08 08:57:39 +01:00
Tom Rodriguez
938471481b 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
Reviewed-by: twisti, iignatyev
2016-02-05 12:27:02 -08:00
Christian Thalinger
dd6da5ea53 Merge 2016-02-05 18:24:41 +00:00
Tatiana Pivovarova
25db23a65e 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
Reviewed-by: iignatyev
2016-02-05 21:16:14 +03:00
Pavel Punegov
fc58d951d2 8148864: Quarantine CompilerControl tests
Exclude tests affected by JDK-8148563 and JDK-8140354 from execution

Reviewed-by: kvn
2016-02-05 18:05:33 +03:00
Tobias Hartmann
4cce6f082e Merge 2016-02-05 15:38:21 +01:00
Tobias Hartmann
2bdb607d7d 8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"
Added missing -XX:+IgnoreUnrecognizedVMOptions.

Reviewed-by: vlivanov
2016-02-05 12:43:57 +01:00
Roland Schatz
7e9c407a86 8149105: typo in jvmciCodeInstaller.cpp
Reviewed-by: twisti
2016-02-05 11:33:27 +01:00
Miroslav Kos
57e0698638 8145104: NPE is thrown when JAXBContextFactory implementation is specified in system property,
8145112: newInstance(String,ClassLoader): java.lang.JAXBException should not be wrapped as expected according to spec

Reviewed-by: lancea
2016-01-29 13:10:55 +01:00
Claes Redestad
7ae729a77f 8147462: URI.toURL could be more efficient for most non-opaque URIs
Reviewed-by: alanb, chegar
2016-01-29 11:35:56 +01:00
Manajit Halder
b0fddb9f80 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error
Reviewed-by: arapte, ssadetsky
2016-01-29 15:21:55 +05:30
Sunny Chan
6cbbf83a1a 8169556: Wrapping of FileInputStream's native skip and available methods
Wrap further native methods in FileInputStreams

Reviewed-by: chegar, bpb, rriggs
2016-01-28 23:13:50 -05:00
Jan Lahoda
eab488fc01 8169595: jshell tool: pasting multiple lines hangs input
Need to allow newlines in the user's input.

Reviewed-by: rfield
2016-11-14 10:07:10 +01:00
Mark Sheppard
9889b22056 8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi
Reviewed-by: chegar, alanb
2016-11-11 13:11:27 +00:00
Lana Steuck
988afaddc3 Merge 2016-11-11 05:55:45 +00:00
Lana Steuck
6764a3bc32 Added tag jdk-9+144 for changeset 612b698f8b8f 2016-11-11 05:11:53 +00:00
Amy Lu
7b4b8a2eec 8169041: com/sun/corba/cachedSocket should be added to exclusiveAccess.dirs
Reviewed-by: chegar
2016-11-11 11:31:17 +08:00
Kumar Srinivasan
e3e8bf9ebe 8169001: Remove launcher's built-in ergonomics
Reviewed-by: dholmes, erikj
2016-11-10 15:19:47 -08:00
Sergei Kovalev
ac33542985 8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies
Reviewed-by: dfuchs
2016-11-09 14:24:41 +03:00
Xue-Lei Andrew Fan
1c628411df 8169362: Interop automated testing with Chrome
Reviewed-by: wetmore, jnimeh, asmotrak
2016-11-10 08:59:34 +00:00
Paul Sandoz
9555cf3b50 8164934: Optional.map() javadoc code example
Reviewed-by: forax, chegar
2016-11-09 10:36:32 -08:00
Alejandro Murillo
b8e0f8aa93 Merge 2016-01-28 16:30:39 -08:00
Alejandro Murillo
34efd50e20 Merge 2016-01-28 16:30:37 -08:00
Alejandro Murillo
037437a48d Merge 2016-01-28 16:30:36 -08:00
Lana Steuck
bcef5ce5fa Merge 2016-01-28 15:43:15 -08:00
Lana Steuck
6d85377a08 Merge 2016-01-28 15:42:54 -08:00
Lana Steuck
9b59a8f5d0 Merge 2016-01-28 15:42:23 -08:00