Erik Joelsson
|
1880cd5077
|
8216278: Fix devkit and basic Jib support on WSL
Reviewed-by: tbell
|
2019-01-10 09:11:56 -08:00 |
|
Gerard Ziemski
|
301d0140ec
|
8215155: Remove get_insert() from concurrent hashtable and gtests
Replaced get_insert() with get()/insert() in gtest, removed get_insert() API from cht implementation.
Reviewed-by: coleenp, rehn
|
2019-01-10 11:16:17 -06:00 |
|
Claes Redestad
|
055c620313
|
8216428: Remove IgnoreLibthreadGPFault
Reviewed-by: dholmes, eosterlund
|
2019-01-10 16:50:26 +01:00 |
|
Rob McKenna
|
79c3909afc
|
8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
Reviewed-by: vtewari, xuelei
|
2019-01-10 07:54:16 -08:00 |
|
Harold Seigel
|
402ab4431a
|
8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests
Change the default from 60 seconds to 30 seconds.
Reviewed-by: coleenp, dholmes
|
2019-01-10 10:15:02 -05:00 |
|
Roland Westrelin
|
65d240417f
|
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
Reviewed-by: thartmann, shade, rkennke
|
2019-01-10 13:54:09 +01:00 |
|
Jesper Wilhelmsson
|
391be244a9
|
Added tag jdk-13+3 for changeset 642346a11059
|
2019-01-10 04:52:01 +01:00 |
|
Igor Ignatyev
|
650e67cdf5
|
8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest
Reviewed-by: dholmes
|
2019-01-09 17:12:17 -08:00 |
|
Jesper Wilhelmsson
|
67a5fc2529
|
Merge
|
2019-01-09 22:59:49 +01:00 |
|
Liam Miller-Cushon
|
d7f3938e79
|
8216403: Allocate fewer EnumSets in JavacFileManager#list
Reviewed-by: vromero, redestad
|
2019-01-08 17:37:57 -08:00 |
|
Aleksey Shipilev
|
f44e59355c
|
8216302: StackTraceElement::fill_in can use cached Class.name
Reviewed-by: coleenp, dholmes, mchung
|
2019-01-09 20:28:16 +01:00 |
|
Ivan Gerasimov
|
79c92eadc3
|
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
Reviewed-by: martin, rriggs
|
2019-01-09 10:59:37 -08:00 |
|
Claes Redestad
|
a047d8532b
|
8216423: Remove FillDelaySlots
Reviewed-by: thartmann
|
2019-01-09 17:40:12 +01:00 |
|
Gary Adams
|
d1922533ae
|
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
Reviewed-by: dcubed, jcbeyler
|
2019-01-09 12:09:20 -05:00 |
|
Eric Caspole
|
1b9d9fd1ae
|
8216375: Revert JDK-8145579 after JDK-8076988 is resolved
Remove obsolete code
Reviewed-by: thartmann, dlong
|
2019-01-09 12:02:38 -05:00 |
|
Aleksey Shipilev
|
508152b0a6
|
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
Reviewed-by: eosterlund, lkorinth
|
2019-01-09 15:53:56 +01:00 |
|
Ivan Gerasimov
|
12bc8196d4
|
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
Reviewed-by: clanger
|
2019-01-09 06:18:33 -08:00 |
|
Harold Seigel
|
a1ff367f4b
|
8214442: Improve stack walk API by adding handle marks
Add the missing handle marks.
Reviewed-by: zgu, mchung
|
2019-01-09 09:01:27 -05:00 |
|
Harold Seigel
|
467ba83c79
|
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
Change pattern match to not require that the matching string start at the beginning of a line.
Reviewed-by: dcubed, dholmes
|
2019-01-09 08:07:33 -05:00 |
|
Nils Eliasson
|
21d7769353
|
8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
Reviewed-by: pliden, eosterlund
|
2019-01-09 10:19:54 +01:00 |
|
Claes Redestad
|
68884330e1
|
8215995: Add specialized toArray methods to immutable collections
Reviewed-by: martin, smarks
|
2019-01-09 01:06:19 +01:00 |
|
Joe Darcy
|
ffb08ea636
|
8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
Reviewed-by: vromero
|
2019-01-08 13:04:04 -08:00 |
|
Severin Gehwolf
|
7d324fc795
|
8216366: Add rationale to PER_CPU_SHARES define
Reviewed-by: bobv, adinn
|
2019-01-08 14:15:14 +01:00 |
|
Zhengyu Gu
|
779b2288eb
|
8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
Removed incorrect/unused method
Reviewed-by: thartmann
|
2019-01-07 10:41:29 -05:00 |
|
Zhengyu Gu
|
196d73b454
|
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
Removed unused local variable
Reviewed-by: thartmann
|
2019-01-07 09:17:08 -05:00 |
|
Jean Christophe Beyler
|
536c4db6cc
|
8215495: Set isCopy to JNI_FALSE if len == 0
Set isCopy in a corner case
Reviewed-by: dholmes, phh, minqi
|
2019-01-08 09:55:55 -08:00 |
|
Eric Caspole
|
55188d27b1
|
Merge
|
2019-01-08 10:29:02 -05:00 |
|
Eric Caspole
|
c1b7e20f5d
|
8076988: reevaluate trivial method policy
Removed some checks to qualify as trivial
Reviewed-by: shade, thartmann, dlong
|
2019-01-08 10:28:28 -05:00 |
|
Claes Redestad
|
9f24c65113
|
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: neliasso, thartmann
|
2019-01-08 16:09:54 +01:00 |
|
Claes Redestad
|
bd8f4a115c
|
8216262: Remove develop flag DelayCompilationDuringStartup
Reviewed-by: kvn, thartmann
|
2019-01-08 11:23:19 +01:00 |
|
Martin Doerr
|
aea92f008a
|
8216269: [s390] Debug build broken because CodeBlob has not been declared
Reviewed-by: shade, coleenp
|
2019-01-08 11:02:26 +01:00 |
|
Claes Redestad
|
32b18201e8
|
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
Reviewed-by: ehelin
|
2019-01-08 10:54:00 +01:00 |
|
Dmitry Markov
|
8a217022ca
|
8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
Reviewed-by: kaddepalli, aivanov, serb
|
2018-11-29 15:17:58 +00:00 |
|
Krishna Addepalli
|
3b08bdb0c7
|
8213048: Invalid use of HTML5 in java.awt files
Reviewed-by: serb, pbansal, aivanov
|
2018-11-29 15:21:10 +05:30 |
|
Prasanta Sadhukhan
|
81a8e473dc
|
Merge
|
2018-11-29 14:32:23 +05:30 |
|
Jakub Vanek
|
e4446cf0be
|
8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler
Reviewed-by: erikj, dholmes
|
2018-11-29 00:51:58 -05:00 |
|
Jakub Vanek
|
0c151cbbae
|
8214466: Append assembler flags on ARM targets
Reviewed-by: erikj, dholmes
|
2018-11-29 00:49:27 -05:00 |
|
Jakub Vanek
|
b2bf2d252b
|
8214332: Add a flag for overriding default JNI library search path
Reviewed-by: erikj, dholmes
|
2018-11-28 22:29:35 -05:00 |
|
Stuart Marks
|
9aff87efc9
|
8214460: MacosX build is broken because of JDK-8214014
Reviewed-by: dholmes, tbell
|
2018-11-28 18:16:39 -08:00 |
|
Jesper Wilhelmsson
|
09e146ba88
|
Added tag jdk-12+22 for changeset 732bec44c89e
|
2018-11-29 02:11:44 +01:00 |
|
Hamlin Li
|
9ed40ce6c5
|
8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
Reviewed-by: chegar, ctornqvi, dholmes
|
2018-11-29 07:40:45 +08:00 |
|
Doug Lea
|
53d3a4f50c
|
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
Reviewed-by: martin, chegar
|
2018-11-28 15:25:14 -08:00 |
|
Doug Lea
|
5a5aa52772
|
8211877: Broken links in java.util.concurrent.atomic
Reviewed-by: martin, jjg
|
2018-11-28 15:25:14 -08:00 |
|
Doug Lea
|
5d11c7bd0c
|
8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
Reviewed-by: martin, dholmes
|
2018-11-28 15:25:14 -08:00 |
|
Martin Buchholz
|
7212bf0a77
|
8213406: (fs) More than one instance of built-in FileSystem observed in heap
Reviewed-by: alanb, cushon, weijun
|
2018-11-28 14:28:28 -08:00 |
|
Kim Barrett
|
978c78f7fc
|
8214278: Cleanup process_completed_threshold and related state
Change types, normalize names, remove special values.
Reviewed-by: tschatzl, sjohanss
|
2018-11-28 16:05:48 -05:00 |
|
Roger Riggs
|
48d68d182a
|
8214014: Remove vestiges of gopher: protocol proxy support
Reviewed-by: lancea, alanb
|
2018-11-28 16:04:36 -05:00 |
|
Roger Riggs
|
c1034b1cad
|
4947890: Minimize JNI upcalls in system-properties initialization
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
|
2018-11-28 15:53:49 -05:00 |
|
Lance Andersen
|
94f0c828e3
|
8210454: jar tool does not allow setting the module version without also setting the main class
Reviewed-by: alanb, mchung, chegar
|
2018-11-28 14:49:19 -05:00 |
|
Jean Christophe Beyler
|
42563fdad8
|
8214408: Migrate EventsOnOff to using the same allocateAndCheck method
Move code to the more stable version used by other tests
Reviewed-by: sspitsyn, amenkov
|
2018-11-28 11:09:27 -08:00 |
|