Erik Joelsson
|
752faff0a7
|
8218084: Revert JDK-8218057
Reviewed-by: darcy, ctornqvi
|
2019-01-30 12:54:29 -08:00 |
|
Jesper Wilhelmsson
|
d3867602ab
|
Merge
|
2019-01-30 21:12:56 +01:00 |
|
Zhengyu Gu
|
5fabaf6abe
|
8217578: Shenandoah cleanup unused timings after concurrent string table change
Reviewed-by: shade
|
2019-01-30 14:19:24 -05:00 |
|
Aleksey Shipilev
|
9f533b678e
|
8217994: os::print_hex_dump should be more resilient against unreadable memory
Reviewed-by: zgu, stuefe, lucy
|
2019-01-30 19:45:10 +01:00 |
|
Daniel Fuchs
|
6e04e7659a
|
8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
Uses a longer linger time and avoids closing socket too early.
Reviewed-by: chegar
|
2019-01-30 18:21:06 +00:00 |
|
Ao Qi
|
a0de7b80c9
|
8218031: Zero broken after JDK-8217922 (Compiler dead code removal)
Reviewed-by: thartmann, sgehwolf, shade
|
2019-01-30 18:34:31 +01:00 |
|
Igor Ignatyev
|
e3c0a2ed28
|
8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
Reviewed-by: roland, thartmann
|
2019-01-30 09:30:40 -08:00 |
|
Erik Joelsson
|
4c17358fae
|
8217916: Build compare script is not comparing jmods
Reviewed-by: ihse
|
2019-01-30 18:27:40 +01:00 |
|
Magnus Ihse Bursie
|
2238773b14
|
8218057: Add ppc64le and s390x profiles to jib-profiles.js
Reviewed-by: erikj
|
2019-01-30 18:26:39 +01:00 |
|
Thomas Schatzl
|
3f0ac3a75c
|
8218063: JDK-8218060 breaks build for S390
Reinstated function removed by JDK-8218060 and properly ifdef'ed it.
Reviewed-by: shade, eosterlund
|
2019-01-30 17:02:17 +01:00 |
|
Thomas Schatzl
|
8c9cc0b205
|
8218060: JDK-8217786 breaks build due to remaining unused function
Remove unused function.
Reviewed-by: eosterlund
|
2019-01-30 16:19:25 +01:00 |
|
Lutz Schmidt
|
b291349f4c
|
8217465: [REDO] - Optimize CodeHeap Analytics
Reviewed-by: kvn, thartmann
|
2019-01-30 14:24:14 +01:00 |
|
Krishna Addepalli
|
cf132f89b2
|
8215921: There is no change when select different Foreground and Background by mouse
Reviewed-by: serb, psadhukhan
|
2019-01-30 15:02:05 +05:30 |
|
Matthias Baesken
|
0a71872212
|
8217786: Provide virtualization related info in the hs_error file on linux s390x
Reviewed-by: dholmes, stuefe
|
2019-01-30 09:57:59 +01:00 |
|
Pavel Rappo
|
14f8706a49
|
Merge
|
2019-01-30 12:04:59 +00:00 |
|
Priya Lakshmi Muthuswamy
|
e13ec79b60
|
8215577: Remove javadoc support for HTML 4
Reviewed-by: jjg, hannesw
|
2019-01-30 16:39:26 +05:30 |
|
Andrey Turbanov
|
cfeb359800
|
8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea, mchung
|
2019-01-30 00:24:32 +00:00 |
|
Mikhailo Seledtsov
|
150a6a95d0
|
8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT
Changed handling of cases when child process suvives the signal
Reviewed-by: egahlin
|
2019-01-29 15:13:35 -08:00 |
|
Jonathan Gibbons
|
dbc9e5e35c
|
8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8217034
Reviewed-by: clanger, hannesw
|
2019-01-29 13:39:40 -08:00 |
|
Sangheon Kim
|
b2f2e669c9
|
8217666: gc/nvdimm/* should not be included any tiers
Reviewed-by: iignatyev, lkorinth
|
2019-01-29 11:21:43 -08:00 |
|
Daniel D. Daugherty
|
2d9925782f
|
8217658: baseline_cleanups from Async Monitor Deflation project
Baseline_cleanups from Async Monitor Deflation project plus a couple of misc others.
Reviewed-by: dholmes, rehn
|
2019-01-29 14:09:38 -05:00 |
|
Erik Joelsson
|
89e28292d2
|
8217910: Slow linking with devkit on Linux
Reviewed-by: redestad, ehelin, ihse
|
2019-01-29 10:09:13 -08:00 |
|
Gerard Ziemski
|
82d39621dc
|
8214821: Remove ConcurrentHashTable::get_copy
Remobed get_copy API, replaced gtest usage with get API
Reviewed-by: coleenp, rehn, kbarrett
|
2019-01-29 11:44:36 -06:00 |
|
Matthias Baesken
|
c71fb0fb8c
|
8217979: lib-freetype related configure messages contain wrong configure flag names
Reviewed-by: erikj, prr
|
2019-01-29 15:19:43 +01:00 |
|
Daniil Titov
|
aa39ea1b55
|
8163127: Debugger classExclusionFilter does not work correctly with method references
Reviewed-by: cjplummer, jcbeyler
|
2019-01-29 16:48:20 -08:00 |
|
Aleksey Shipilev
|
12e769ad5a
|
8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
Reviewed-by: dcubed, zgu
|
2019-01-28 10:24:23 +01:00 |
|
Per Lidén
|
7f6d6c8a8c
|
8217717: ZGC: Broken oop map in C1 load barrier stub
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: eosterlund, neliasso
|
2019-01-28 08:58:42 +01:00 |
|
Igor Ignatyev
|
0f1fde187a
|
8217852: problem-list ctw of jdk.jconsole and java.desktop on windows
Reviewed-by: kvn
|
2019-01-26 12:51:27 -08:00 |
|
Igor Veresov
|
5e7e6ae1fe
|
8217828: Un-ProblemList LongMulOverflowTest.java
Reviewed-by: iignatyev
|
2019-01-25 14:50:25 -08:00 |
|
Jesper Wilhelmsson
|
b4aa3d2922
|
8217797: ProblemList LongMulOverflowTest.java
Reviewed-by: thartmann
|
2019-01-25 17:54:02 +01:00 |
|
Igor Ignatyev
|
2b003cb4aa
|
8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
Reviewed-by: roland
|
2019-01-25 08:52:32 -08:00 |
|
Erik Helin
|
ba5be80bb2
|
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
|
2019-01-23 13:40:09 +01:00 |
|
Christoph Langer
|
f828beb2d0
|
8217657: Move the test for default value of jdk.includeInExceptions into own test
Reviewed-by: mullan, goetz
|
2019-01-25 10:59:07 +00:00 |
|
Igor Ignatyev
|
f5dedad7a1
|
8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
Reviewed-by: dholmes
|
2019-01-24 23:52:55 -08:00 |
|
Jesper Wilhelmsson
|
996ecff624
|
8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov
|
2019-01-25 00:23:52 +01:00 |
|
Per Lidén
|
ad65ea3c85
|
8217309: ZGC: Fix ZNMethodTable corruption
Reviewed-by: eosterlund, stefank
|
2019-01-24 12:23:01 +01:00 |
|
Jamsheed Mohammed C M
|
25bd20f5d9
|
8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
Skip sfpt optimization for Load is removed for Java Object's Markword Load.
Reviewed-by: kvn, dlong
|
2019-01-23 23:24:10 -08:00 |
|
Igor Ignatyev
|
810156face
|
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn
|
2019-01-23 20:25:30 -08:00 |
|
Jean Christophe Beyler
|
6029814c30
|
8212824: Remove unnecessary spaces before/after comparison in vmTestbase
Remove extra spaces around comparisons
Reviewed-by: phh, amenkov
|
2019-01-14 15:40:22 -08:00 |
|
Zhengyu Gu
|
244768cbab
|
8217794: Missing termination check results violation of termination invariant
Reviewed-by: tschatzl, shade
|
2019-01-29 12:12:27 -05:00 |
|
Lois Foltan
|
4c63f4d399
|
8216970: condy causes JVM crash
Fix issue with ConstantPool::constant_tag_at to correctly handle a condy whose return type is an array.
Reviewed-by: acorn, hseigel, jrose
|
2019-01-29 11:56:51 -05:00 |
|
Chris Hegarty
|
02924f478b
|
8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently
Reviewed-by: dfuchs
|
2019-01-29 16:12:12 +00:00 |
|
Naoto Sato
|
6da3289179
|
8217609: New era placeholder not recognized by java.text.SimpleDateFormat
Reviewed-by: nishjain, rriggs
|
2019-01-29 07:46:50 -08:00 |
|
Sean Mullan
|
95b848fa61
|
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger
|
2019-01-29 10:24:38 -05:00 |
|
Severin Gehwolf
|
739d261119
|
8217877: Dead code in jdk.jlink's TaskHelper
Reviewed-by: alanb, mchung
|
2019-01-28 14:07:58 +01:00 |
|
Claes Redestad
|
d589fa875d
|
8217921: Runtime dead code removal
Reviewed-by: coleenp, sgehwolf, dholmes
|
2019-01-29 14:43:05 +01:00 |
|
Claes Redestad
|
6a9f775041
|
8217922: Compiler dead code removal
Reviewed-by: thartmann, neliasso
|
2019-01-29 14:34:26 +01:00 |
|
Zhengyu Gu
|
5c78491bd7
|
8215047: Task terminators do not complete termination in consistent state
Reviewed-by: tschatzl, minqi
|
2019-01-29 08:39:04 -05:00 |
|
Zhengyu Gu
|
c9ad677866
|
8217785: Padding ParallelTaskTerminator::_offered_termination variable
Reviewed-by: shade, tschatzl
|
2019-01-29 08:28:24 -05:00 |
|
Ichiroh Takiguchi
|
b7fdf93293
|
8217880: AIX build issue after JDK-8214533
Reviewed-by: goetz, ihse, mbaesken
|
2019-01-29 12:16:52 +01:00 |
|