Thomas Stuefe
ef3532fc67
8218156: "jcmd VM.metaspace basic" misreports free chunk space
...
Reviewed-by: zgu
2019-02-01 10:27:45 +01:00
Matthias Baesken
a69aed8ec5
8218046: use bundled freetype in the AIX build by default
...
Reviewed-by: ihse
2019-01-30 09:35:07 +01:00
Jini George
55369945b9
8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
...
Skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false
Reviewed-by: dholmes, goetz
2019-02-01 11:29:31 +05:30
Vladimir Ivanov
ac3711e9cd
6986483: CHA: optimize calls through interfaces
...
Reviewed-by: neliasso, thartmann
2019-01-31 17:48:29 -08:00
Vladimir Ivanov
46a57587dc
8059241: C2: Excessive RemoveUseless passes during incremental inlining
...
Reviewed-by: roland, shade
2019-01-31 17:48:25 -08:00
Joe Wang
d1a437d257
8186321: Cleanup: SourceTreeManager not used
...
Reviewed-by: bpb, lancea
2019-01-31 13:36:31 -08:00
Igor Ignatyev
96e6617ee7
8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
...
Reviewed-by: kvn, dlong
2019-01-31 12:52:55 -08:00
Fairoz Matte
7f57d05d73
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
...
Reviewed-by: kvn, thartmann
2019-01-31 04:49:46 -08:00
Aleksey Shipilev
9cc4f7d99b
8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
...
Reviewed-by: stefank, rehn, dholmes
2019-01-31 19:08:37 +01:00
Erik Joelsson
4b7cf5e3dd
8204564: Need better error output when GenerateLinkOptData fails
...
Reviewed-by: ihse, tbell
2019-01-31 08:39:28 -08:00
Daniel D. Daugherty
73733d6a18
8217659: monitor_logging updates from Async Monitor Deflation project
...
Reviewed-by: dholmes, coleenp, rehn
2019-01-31 11:19:58 -05:00
Coleen Phillimore
73ccdf3557
8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
...
Remove gc timing for short runtime cleanup triggering; make symbol table cleaning triggered automatically on unloading
Reviewed-by: shade, stefank, gziemski
2019-01-31 10:29:53 -05:00
Zhengyu Gu
85e19d8beb
8216072: Remove TaskTerminator's assignment operator
...
Reviewed-by: tschatzl, rkennke, kbarrett
2019-01-31 10:18:41 -05:00
Jie Fu
a62c3f5015
8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
...
Reviewed-by: dholmes, alanb
2019-01-31 10:05:11 -05:00
Coleen Phillimore
671017bab8
8212949: Remove ConstantPoolCache::is_constantPoolCache
...
Remove relic of permgen, also is_constMethod too.
Reviewed-by: dholmes
2019-01-31 07:28:40 -05:00
Gary Adams
9badb07565
8215550: Debugger does not work after reattach
...
Reviewed-by: cjplummer, sspitsyn
2019-01-31 07:24:28 -05:00
Robbin Ehn
046a1f0ff7
8218041: Assorted wrong/missing includes
...
Reviewed-by: dholmes, kbarrett, stefank, shade
2019-01-31 10:31:39 +01:00
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
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