Aleksey Shipilev
0a75b37f7a
8254776: Remove unimplemented LowMemoryDetector::check_memory_usage
...
Reviewed-by: sspitsyn, cjplummer
2020-10-20 05:28:22 +00:00
Aleksey Shipilev
b65dcfa3a0
8197981: Missing return statement in __sync_val_compare_and_swap_8
...
Reviewed-by: andrew, dholmes
2020-10-20 05:26:59 +00:00
Aleksey Shipilev
5b51085c98
8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes
...
Reviewed-by: sgehwolf
2020-10-20 05:25:57 +00:00
Daniel D. Daugherty
c87cdf70e4
8254029: ObjectMonitor cleanup/minor bug-fix changes extracted from JDK-8253064
...
Reviewed-by: dholmes, eosterlund
2020-10-20 01:08:19 +00:00
Stuart Marks
bf19581ab0
8255016: ConstantDescs.FALSE claims it represents TRUE
...
Reviewed-by: bpb, jvernee, mchung, rriggs
2020-10-19 23:53:06 +00:00
Jonathan Gibbons
0f4fb367d5
8255032: Conflict between recent pushes breaks the build
...
Reviewed-by: redestad, vromero
2020-10-19 22:05:47 +00:00
Jonathan Gibbons
cb5cdd7705
8254721: Improve support for conditionally generated files
...
Reviewed-by: hannesw
2020-10-19 20:52:01 +00:00
Paul Sandoz
0001435044
8255020: Minor updates to docs jdk.incubator.vector
...
Reviewed-by: erikj, darcy
2020-10-19 20:37:36 +00:00
Doug Simon
14e1e1741f
8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE
...
Reviewed-by: never, kvn
2020-10-19 19:39:19 +00:00
Doug Simon
f42c03226f
8254793: [JVMCI] improve speculation encoding
...
Reviewed-by: kvn, dlong, never
2020-10-19 19:06:23 +00:00
Calvin Cheung
74ac77e2b1
8247666: Support Lambda proxy classes in static CDS archive
...
Reviewed-by: iklam, mchung
2020-10-19 18:27:50 +00:00
Claes Redestad
e2e11d3449
8254955: x86: MethodHandlesAdapterBlob is too big
...
Reviewed-by: neliasso, kvn
2020-10-19 17:50:40 +00:00
Jonathan Gibbons
60f63ec811
8254796: Cleanup pervasive unnecessary parameter
...
Reviewed-by: ksrini, hannesw
2020-10-19 17:08:06 +00:00
Michael McMahon
953e472ded
8254967: com.sun.net.HttpsServer spins on TLS session close
...
Reviewed-by: dfuchs
2020-10-19 16:57:40 +00:00
Vicente Romero
1da28de82f
8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
...
Reviewed-by: jlahoda
2020-10-19 15:55:54 +00:00
Ekaterina Vergizova
a0382cd17c
8253235: JFR.dump does not respect maxage parameter
...
Reviewed-by: egahlin
2020-10-19 14:19:58 +00:00
Jie Fu
cb7701b725
8253970: Build error: address argument to atomic builtin must be a pointer to integer or pointer ('volatile narrowOop *' invalid)
...
Reviewed-by: kbarrett, dholmes
2020-10-19 13:18:50 +00:00
Anton Kozlov
4ffed326fa
8254940: AArch64: Cleanup non-product thread members
...
Reviewed-by: aph
2020-10-19 11:43:02 +00:00
Roland Westrelin
e76de18956
8223051: support loops with long (64b) trip counts
...
Reviewed-by: vlivanov, thartmann, jrose
2020-10-19 11:30:13 +00:00
Claes Redestad
e9be2db7ac
8253453: SourceFileInfoTable should be allocated lazily
...
Reviewed-by: neliasso, chagedorn
2020-10-19 10:49:33 +00:00
Per Liden
a1a3e9def7
8254882: ZGC: Use static_assert instead of guarantee
...
Reviewed-by: kbarrett, tschatzl
2020-10-19 07:35:36 +00:00
Stefan Karlsson
8edc2f05b5
8254912: ZGC: Change ZCollectionInterval type to double
...
Reviewed-by: pliden, ayang
2020-10-19 07:23:43 +00:00
Per Liden
98a395a39e
8254880: ZGC: Let ZList iterators be alias templates
...
Reviewed-by: ayang, kbarrett, tschatzl
2020-10-19 07:11:40 +00:00
Robbin Ehn
011dd0d8fa
8254824: SignalHandlerMark have no purpose
...
Reviewed-by: stuefe, shade, dholmes, coleenp
2020-10-19 06:28:47 +00:00
Sergey Bylokhov
dd032b7fa6
8254798: Deprecate for removal an empty finalize() methods in java.desktop module
...
Reviewed-by: kcr, pbansal
2020-10-19 03:11:51 +00:00
Vicente Romero
272bb5d580
8253455: Record Classes javax.lang.model changes
...
Reviewed-by: darcy
2020-10-19 02:03:10 +00:00
Vicente Romero
c17d58516f
8246774: implement Record Classes as a standard feature in Java
...
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coleenp, jlahoda, sspitsyn, chegar
2020-10-18 18:54:33 +00:00
Jonathan Gibbons
83ea863122
8253559: The INDEX page should link to Serialized Form and Constant Values pages
...
Reviewed-by: hannesw
2020-10-16 22:15:52 +00:00
Claes Redestad
0570cc10b5
8254855: Clean up and remove unused code in vmIntrinsics
...
Reviewed-by: kbarrett, iklam, kvn
2020-10-16 11:38:02 +00:00
Thomas Schatzl
1742c44ac9
8254695: G1: Next mark bitmap clear not cancelled after marking abort
...
Reviewed-by: iwalulya, sjohanss
2020-10-16 09:19:22 +00:00
Chris Hegarty
34583ebdfc
8254161: Prevent instantiation of EnumSet subclasses through deserialization
...
Reviewed-by: dfuchs, alanb, rriggs, smarks
2020-10-16 08:09:57 +00:00
Jie Fu
3d23bd8e5b
8254814: [Vector API] Fix an AVX512 crash after JDK-8223347
...
Reviewed-by: vlivanov, thartmann, psandoz
2020-10-16 06:57:36 +00:00
Tobias Hartmann
7c0d417027
8251535: Partial peeling at unsigned test adds incorrect loop exit check
...
Reviewed-by: chagedorn, neliasso, kvn
2020-10-16 06:25:33 +00:00
Ioi Lam
5145bed028
8254125: Assertion in cppVtables.cpp during builds on 32bit Windows
...
Reviewed-by: shade, ccheung
2020-10-16 05:14:46 +00:00
Xin Liu
bdda2058c2
8254369: Node::disconnect_inputs may skip precedences
...
disconnect_inputs() needs to iterate precedences edges in reverse order because rm_prec(i) may backfill _in[i] with a value afterward.
also remove the predicate if (n != NULL) in set_prec because it's always true.
Reviewed-by: kvn, redestad
2020-10-16 01:59:07 +00:00
Calvin Cheung
96bb6e76bf
8251325: Miss 'L' for long value in if statement
...
Reviewed-by: iklam
2020-10-15 20:05:28 +00:00
Yumin Qi
546620bb9e
8254192: ExtraSharedClassListFile contains extra white space at end of line
...
Reviewed-by: iklam, ccheung, mchung
2020-10-15 16:47:06 +00:00
Martin Doerr
cda22e3624
8254811: JDK-8254158 broke ppc64, s390 builds
...
Reviewed-by: stuefe, goetz
2020-10-15 14:16:20 +00:00
Markus Grönlund
8ef88e5905
8249878: jfr_emergency_dump has secondary crashes
...
Reviewed-by: egahlin
2020-10-15 14:07:52 +00:00
Thomas Schatzl
3c2f5e08f7
8254674: G1: Improve root location reference to dead obj verification message
...
Reviewed-by: sjohanss, lkorinth
2020-10-15 10:39:11 +00:00
Per Liden
abe5137737
8254719: ZGC: Clean up includes
...
Reviewed-by: stefank
2020-10-15 09:23:00 +00:00
Volker Simonis
60159cff40
8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
...
Reviewed-by: lancea, alanb
2020-10-15 09:18:26 +00:00
Amit Pawar
9359ff03ae
8252221: Use multiple workers for Parallel GC pre-touching
...
Reviewed-by: kbarrett, tschatzl
2020-10-15 07:22:38 +00:00
Roland Westrelin
f44fc6defc
8254734: "dead loop detected" assert failure with patch from 8223051
...
Reviewed-by: chagedorn, kvn
2020-10-15 06:53:03 +00:00
Aleksey Shipilev
7f73474f74
8254773: Remove unimplemented ciReplay::is_loaded(Klass* klass)
...
Reviewed-by: thartmann, kvn
2020-10-15 06:32:16 +00:00
Aleksey Shipilev
167c192456
8254771: Remove unimplemented ciSignature::get_all_klasses
...
Reviewed-by: thartmann, kvn
2020-10-15 06:31:19 +00:00
Aleksey Shipilev
81a8ff1d92
8254769: Remove unimplemented BCEscapeAnalyzer::{add_dependence, propagate_dependencies}
...
Reviewed-by: thartmann, kvn
2020-10-15 06:30:19 +00:00
Ioi Lam
7e5eb493e1
8253402: Convert vmSymbols::SID to enum class
...
Reviewed-by: kvn, coleenp, kbarrett, iveresov
2020-10-15 05:52:54 +00:00
Yasumasa Suenaga
038f58d4f0
8226236: [TESTBUG] win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails
...
Reviewed-by: stuefe
2020-10-15 00:21:42 +00:00
Vladimir Kozlov
5194f11bc7
8254792: Disable intrinsic StringLatin1.indexOf until 8254790 is fixed
...
Reviewed-by: dcubed
2020-10-15 00:05:40 +00:00