Jatin Bhateja
|
0de20e8d0d
|
8235756: C2: Merge AD instructions for DivV, SqrtV, and FmaV nodes
Reviewed-by: vlivanov, sviswanathan, jrose, kvn
|
2019-12-12 13:09:30 +03:00 |
|
Jatin Bhateja
|
a05395c6af
|
8235719: C2: Merge AD instructions for ShiftV, AbsV, and NegV nodes
Reviewed-by: vlivanov, sviswanathan, kvn, jrose
|
2019-12-12 13:09:16 +03:00 |
|
Jatin Bhateja
|
9251e91271
|
8235688: C2: Merge AD instructions for AddV, SubV, and MulV nodes
Reviewed-by: vlivanov, sviswanathan, kvn, jrose
|
2019-12-12 13:09:16 +03:00 |
|
Jatin Bhateja
|
df5fba325d
|
8235405: C2: Merge AD instructions for different vector operations
Reviewed-by: vlivanov, sviswanathan, kvn, jrose
|
2019-12-12 13:09:16 +03:00 |
|
Jatin Bhateja
|
31e075b019
|
8234392: C2: Extend Matcher::match_rule_supported_vector() with element type information
Reviewed-by: vlivanov, sviswanathan, kvn, jrose
|
2019-12-12 13:09:16 +03:00 |
|
Stefan Karlsson
|
47ee85a247
|
8235760: ZGC: Implement precise check for @require vm.gc.Z for Windows
Reviewed-by: eosterlund, pliden
|
2019-12-11 12:53:10 +01:00 |
|
Stefan Karlsson
|
938a4951ab
|
8235759: Extend GCConfig::is_gc_supported to mean supported not only included in build
Reviewed-by: pliden
|
2019-12-11 12:29:49 +01:00 |
|
Stefan Karlsson
|
8c27388905
|
8235757: Rename SupportedGC to IncludedGC
Reviewed-by: pliden
|
2019-12-11 12:29:43 +01:00 |
|
Per Lidén
|
b7bca76f51
|
8235748: ZGC: Remove ZAddress::address()
Reviewed-by: eosterlund, stefank
|
2019-12-12 10:10:37 +01:00 |
|
Per Lidén
|
056b70c4b7
|
8235696: ZGC: assert(ZNMethod::is_armed(nm) == _should_disarm_nmethods) failed: Invalid state
Reviewed-by: eosterlund, stefank
|
2019-12-12 10:10:28 +01:00 |
|
Jan Lahoda
|
ad5ea72286
|
8235541: Extend javax.lang.model to cover binding variables
Reviewed-by: darcy
|
2019-12-09 09:40:09 +01:00 |
|
Christoph Langer
|
92a9543552
|
8235750: [jpackage] Cleanup imports in WinMsiBundler.java
Reviewed-by: herrick, asemenyuk
|
2019-12-12 09:52:15 +01:00 |
|
Nikola Grcevski
|
ce7ede95eb
|
8234076: JVM crashes on Windows 10 using --module=NAME
Reviewed-by: ksrini, henryjen
|
2019-12-12 08:40:19 +00:00 |
|
Robin Westberg
|
fa92bd31b9
|
8235815: Revert 8227607: Broken external links in java.desktop
Reviewed-by: psadhukhan
|
2019-12-12 09:02:47 +01:00 |
|
Matthias Baesken
|
e5b0e366ea
|
8235489: handle return values of sscanf calls in hotspot
Reviewed-by: clanger, kbarrett
|
2019-12-11 09:42:52 +01:00 |
|
Prasanta Sadhukhan
|
bb4dafe4bf
|
8227607: Broken external links in java.desktop
Reviewed-by: prr
|
2019-12-12 12:04:29 +05:30 |
|
Daniil Titov
|
7b82266a15
|
8226575: OperatingSystemMXBean should be made container aware
Reviewed-by: dholmes, bobv, mchung, sspitsyn
|
2019-12-11 19:20:57 -08:00 |
|
Sergey Bylokhov
|
da5fa894ac
|
8235620: Broken merge between JDK-8006406 and JDK-8003559
Reviewed-by: prr
|
2019-12-09 20:26:19 -08:00 |
|
Sergey Bylokhov
|
03dfd4f94b
|
8234522: [macos] Crash with use of native file dialog
Reviewed-by: prr, dmarkov
|
2019-12-11 14:30:45 -08:00 |
|
Tom Rodriguez
|
00ba4ea7b3
|
8229377: [JVMCI] Improve InstalledCode.invalidate for large code caches
Reviewed-by: kvn
|
2019-12-11 17:17:58 -08:00 |
|
Jonathan Gibbons
|
d8d4cd6508
|
8235597: Extend support for -XDaccessInternalAPI to plugin modules
Reviewed-by: mcimadamore, jlahoda
|
2019-12-11 16:32:49 -08:00 |
|
Jonathan Gibbons
|
9fc688875d
|
8235621: Replace use of Function<?,Integer> with ToIntFunction
Reviewed-by: mcimadamore, jlahoda
|
2019-12-11 16:24:23 -08:00 |
|
Ioi Lam
|
cb75b6ee22
|
8235629: Remove unnecessary calls to Thread::current
Reviewed-by: coleenp, ccheung, hseigel
|
2019-12-11 15:25:38 -08:00 |
|
Robert Field
|
dca6e34397
|
8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack
8232855: jshell missing word in /help help
Reviewed-by: jlahoda
|
2019-12-11 14:39:04 -08:00 |
|
Sean Mullan
|
dd321330ce
|
8234870: Deprecate the OracleUcrypto JCE Provider for removal
Reviewed-by: alanb, rriggs
|
2019-12-11 17:17:28 -05:00 |
|
Hannes Wallnöfer
|
7f10f57834
|
8235414: Module level doc-files show "unnamed package" as holder
Reviewed-by: jjg
|
2019-12-11 22:29:30 +01:00 |
|
Alexander Matveev
|
5799108494
|
8234284: [dmg] Change DMG background image to TIFF
Reviewed-by: herrick, asemenyuk, erikj
|
2019-12-11 16:07:04 -05:00 |
|
Vicente Romero
|
69c1729e26
|
8234101: Compilation error thrown when repeating annotation is used on record component
Reviewed-by: jlahoda
|
2019-12-11 15:31:40 -05:00 |
|
Jeremy Kuhn
|
cbe604cf5d
|
8235457: Crash when reporting a message about an annotation on a module
8235458: Problem caused by imports in a module-info.java file
Reviewed-by: jjg
|
2019-12-11 11:55:50 -08:00 |
|
Zhengyu Gu
|
5fd2efb7e9
|
8235776: Shenandoah: Shenandoah root updater not always uses right code blob closure
Reviewed-by: rkennke
|
2019-12-11 14:01:00 -05:00 |
|
Tom Rodriguez
|
bca86d6492
|
8229961: Assert failure in compiler/graalunit/HotspotTest.java
Reviewed-by: kvn
|
2019-12-11 09:47:41 -08:00 |
|
Almaz Mingaleev
|
d3f7666418
|
8235730: Incorrect javadoc in MatchKind
Reviewed-by: martin, prappo
|
2019-12-10 15:50:12 -08:00 |
|
Andy Herrick
|
67cea3ea02
|
8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation
Reviewed-by: rkennke, asemenyuk
|
2019-12-11 11:52:48 -05:00 |
|
Erik Österlund
|
97ce13767a
|
8235654: JFR leak profiler should not trace through the StringTable
Reviewed-by: stefank, coleenp, kbarrett, egahlin
|
2019-12-11 16:45:08 +00:00 |
|
Roland Westrelin
|
51bc2d15a4
|
8235636: gc/shenandoah/compiler/TestUnsafeOffheapSwap.java fails after JDK-8226411
Reviewed-by: rkennke
|
2019-12-06 16:21:26 -05:00 |
|
Roman Kennke
|
3f7ecfb5b1
|
8235729: Shenandoah: Remove useless casting to non-constant
Reviewed-by: roland
|
2019-12-11 16:43:02 +01:00 |
|
Claes Redestad
|
91de8b6c91
|
8235551: BitMap::count_one_bits should use population_count
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Reviewed-by: kbarrett, neliasso
|
2019-12-11 16:24:10 +01:00 |
|
Pavel Rappo
|
f51595bec2
|
8234746: Improve indexing of system properties
Reviewed-by: hannesw, jjg
|
2019-12-11 15:16:21 +00:00 |
|
Hannes Wallnöfer
|
9b1498c20e
|
8235670: Javadoc pages not printing correctly in some browsers
Reviewed-by: jjg, prappo
|
2019-12-11 16:13:59 +01:00 |
|
Hannes Wallnöfer
|
a1b0802caf
|
8233866: Text in table cells has inconsistent alignment
Reviewed-by: jjg, prappo
|
2019-12-11 16:09:49 +01:00 |
|
Robbin Ehn
|
0df5be808d
|
8220049: Obsolete ThreadLocalHandshakes
Reviewed-by: dholmes, dcubed, mdoerr
|
2019-12-11 15:30:07 +01:00 |
|
Robbin Ehn
|
f5929f55cc
|
8235410: Enable handshakes on Linux x86 (32-bit)
Reviewed-by: dholmes, dcubed
|
2019-12-11 15:27:23 +01:00 |
|
Christian Hagedorn
|
ba94936c80
|
8233033: C2 produces wrong result while unswitching a loop due to lost control dependencies
Adding missing control dependencies when cloning loop predicates at loop unswitching.
Reviewed-by: roland, vlivanov, thartmann
|
2019-12-11 14:33:32 +01:00 |
|
Nils Eliasson
|
e1b94b1635
|
8235653: Clean-up BarrierSetC2
Reviewed-by: redestad, rkennke, thartmann
|
2019-12-11 14:08:20 +01:00 |
|
Jan Lahoda
|
308aea3e0b
|
8235474: JShell does not handle records properly
Reviewed-by: vromero, rfield
|
2019-12-11 13:08:42 +01:00 |
|
Stefan Johansson
|
a20fa5b995
|
8235427: Remove unnecessary parameters from G1CollectedHeap::free_region and HeapRegion::hr_clear
Reviewed-by: tschatzl, kbarrett
|
2019-12-11 12:12:39 +01:00 |
|
Tobias Hartmann
|
642d2ddcbc
|
8235452: Strip mined loop verification fails with assert(is_OuterStripMinedLoop()) failed: invalid node class
Do not try to verify strip mining if the strip mined loop is malformed.
Reviewed-by: roland, vlivanov
|
2019-12-11 10:42:44 +01:00 |
|
Prasanta Sadhukhan
|
614e78b7fa
|
Merge
|
2019-12-11 11:13:41 +05:30 |
|
Zhengyu Gu
|
dd758e2a84
|
8235685: Shenandoah: Enable leak profiler
Reviewed-by: rkennke
|
2019-12-10 20:20:18 -05:00 |
|
Brent Christian
|
4627488e74
|
8235361: JAR Class-Path no longer accepts relative URLs encoding absolute Windows paths (e.g "/C:/...")
Reviewed-by: alanb, mchung
|
2019-12-10 11:56:26 -08:00 |
|