Jesper Wilhelmsson
|
142d146363
|
Added tag jdk-13+6 for changeset b5f05fe4a6f8
|
2019-01-31 01:17:41 +01:00 |
|
Sandhya Viswanathan
|
8af0a60cc5
|
8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
Reviewed-by: kvn, neliasso, thartmann
|
2019-01-30 13:47:25 -08:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Per Lidén
|
667bba8e95
|
8217856: ZGC: Break out C2 matching rules into separate AD file
Reviewed-by: neliasso, kvn
|
2019-01-29 10:23:38 +01:00 |
|
Per Lidén
|
9f3059e20c
|
8217858: ZGC: Clean up ZDriver
Reviewed-by: stefank, eosterlund
|
2019-01-29 10:23:38 +01:00 |
|
Per Lidén
|
62e8d6f43b
|
8217857: ZGC: Move SvcGCMarker to ZServiceabilityTracer
Reviewed-by: stefank, eosterlund
|
2019-01-29 10:23:38 +01:00 |
|
Per Lidén
|
c97eccd24a
|
8217855: ZGC: Clean up ZReferenceProcessor
Reviewed-by: stefank, kbarrett
|
2019-01-29 10:23:38 +01:00 |
|
Per Lidén
|
6962adcbb1
|
8217747: ZGC: Minor optimization of ZLoadBarrierStubC1
Reviewed-by: neliasso, eosterlund
|
2019-01-29 10:23:38 +01:00 |
|
Per Lidén
|
dc07b2bf32
|
8217745: ZGC: Simplify ZLoadBarrierStubC1
Reviewed-by: neliasso, eosterlund
|
2019-01-29 10:23:38 +01:00 |
|
Thomas Schatzl
|
d800361151
|
8213229: Investigate treating StringTable as weak in young collections
Reviewed-by: zgu, kbarrett
|
2019-01-29 11:30:17 +01:00 |
|
Erik Österlund
|
51e2252a73
|
8216987: ciMethodData::load_data() unpacks MDOs with non-atomic copy
Reviewed-by: kvn, mdoerr, thartmann
|
2019-01-29 10:13:23 +01:00 |
|
Steve Groeger
|
76946b97e4
|
8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java passes even when test should fail
Reviewed-by: clanger, rriggs
|
2019-01-29 09:10:08 +00:00 |
|
Goetz Lindenmaier
|
87a26ed29d
|
8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls
Reviewed-by: mdoerr, dholmes, lfoltan
|
2019-01-29 08:43:33 +01:00 |
|
Dean Long
|
14c389333c
|
8214023: Update Graal
Reviewed-by: kvn
|
2018-12-08 00:56:10 -08:00 |
|
Sergey Ustimenko
|
cbfc7cb312
|
8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
Reviewed-by: jwilhelm
|
2018-12-08 05:04:19 +01:00 |
|
Liam Miller-Cushon
|
7a046a24ea
|
8198526: getAnnotatedOwnerType does not handle static nested classes correctly
Reviewed-by: jfranck, vromero
|
2018-12-07 16:56:53 -08:00 |
|
Vivek Deshpande
|
996968d480
|
8216050: Superword optimization fails with assert(0 <= i && i < _len) failed: illegal index
Fix for the crash by matching the operands by swapping to right positions.
Reviewed-by: thartmann, kvn
|
2019-01-15 11:19:14 -08:00 |
|