Jesper Wilhelmsson
0a4d6f6925
Added tag jdk-14+31 for changeset d54ce919da90
2020-01-09 02:31:10 +01:00
Paul Sandoz
e5b0568e1c
8236769: Clarify javadoc of memory access API
...
Reviewed-by: chegar
2020-01-08 23:12:45 +00:00
Erik Gahlin
0239771501
8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
...
Reviewed-by: rehn, mseledtsov
2020-01-08 22:44:34 +01:00
Anthony Scarpino
7ed4930a8e
8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty
...
Reviewed-by: xuelei
2020-01-08 13:25:03 -08:00
Roman Kennke
ba6cedcf24
8236732: Shenandoah: Stricter placement for oom-evac scopes
...
Reviewed-by: zgu
2020-01-07 21:53:52 +01:00
Zhengyu Gu
9e09ba5e13
8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
...
Reviewed-by: rkennke
2020-01-07 08:53:37 -05:00
Roman Kennke
49b1cc8ee6
8236181: C2: Remove useless step_over_gc_barrier() in int->bool conversion
...
Reviewed-by: thartmann, roland
2020-01-07 13:45:10 +01:00
Roman Kennke
773b7b6c4b
8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
...
Reviewed-by: zgu
2019-12-17 18:23:33 +01:00
Aditya Mandaleeka
950ebec4a9
8236179: C1 register allocation error with T_ADDRESS
...
Reviewed-by: rkennke, vlivanov, roland, mdoerr
2019-12-20 19:51:00 +01:00
Severin Gehwolf
7b5de56fc3
8236921: Add build target to produce a JDK image suitable for a Graal/SVM build
...
Make graal-builder-image will produce a suitable build JDK
Reviewed-by: erikj
2019-12-16 11:06:01 +01:00
Vicente Romero
ff77d06f17
8236597: issues inferring type annotations on records
...
Reviewed-by: mcimadamore
2020-01-15 10:45:03 -05:00
Coleen Phillimore
c0dce25756
8236917: TestInstanceKlassSize.java fails with "The size computed by SA for java.lang.Object does not match"
...
Use getTestJavaOpts() instead of getVmOptions() because of mach5 configuration settings.
Reviewed-by: lmesnik, cjplummer, dholmes
2020-01-15 08:11:03 -05:00
Coleen Phillimore
7707e32b00
8236968: jmap -clstats fails to work after JDK-8232759
...
Make jmap -clstats call jcmd VM.classloader_stats instead which better matches the documentation
Reviewed-by: dholmes, cjplummer
2020-01-15 08:08:54 -05:00
Roland Westrelin
8d2e11397a
8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: thartmann, rkennke
2020-01-09 17:26:26 +01:00
Tobias Hartmann
f243173a18
8236721: C2 should better optimize not-equal integer comparisons
...
Narrow the type if an integer value is found to be unequal to it's lower/upper boundary.
Reviewed-by: roland, neliasso
2020-01-15 08:44:53 +01:00
Pengfei Li
e4aa87b816
8230591: AArch64: Missing intrinsics for Math.ceil, floor, rint
...
Reviewed-by: aph
2020-01-15 13:24:51 +08:00
Mikael Vidstedt
b63b9a2edb
8237182: Update copyright header for shenandoah and epsilon files
...
Reviewed-by: iignatyev, zgu
2020-01-14 19:27:03 -08:00
Vicente Romero
ddcac6f066
8236682: Javac generates a redundant FieldRef constant for record fields
...
Reviewed-by: mcimadamore
2020-01-14 21:49:43 -05:00
Claes Redestad
de96aeddf5
8236850: Operations on constant List/Set.of(element) instances does not consistently constant fold
...
Reviewed-by: smarks, jrose, rriggs, psandoz
2020-01-14 23:40:42 +01:00
Hannes Wallnöfer
631b4d2694
8220002: Improve anchor definitions in generated files
...
Reviewed-by: jjg
2020-01-14 21:17:30 +01:00
Xin Liu
8d307c1168
8236228: clean up BarrierSet headers in c1_LIRAssembler
...
Remove unneeded barrierSet.hpp and cardTableBarrierSet.hpp includes
Reviewed-by: kvn, mdoerr, phh, njian
2020-01-14 09:15:27 -08:00
Erik Gahlin
d32cfe3e40
8237014: Missing javadoc for jdk.jfr.Recording(Map)
...
Reviewed-by: mgronlun, mseledtsov
2020-01-14 14:17:41 +01:00
Daniel Fuchs
bf16838a8b
8208281: java/nio/channels/AsynchronousSocketChannel/Basic.java timed out
...
Modify the test to accept the peer socket before closing the client socket
Reviewed-by: alanb
2020-01-14 11:45:29 +00:00
Per Lidén
832baeaf4d
8236153: ZGC: gc/z/TestUncommit.java fails with java.lang.Exception: Uncommitted too fast
...
Reviewed-by: eosterlund
2020-01-14 10:43:55 +01:00
Jatin Bhateja
2b9fef7d7b
8236443: Issues with specializing vector register type for phi operand with generic operands
...
Fix special handling for operand resolution of vectorshift and shiftcount nodes. Fix for crash in the resolution algorithm due to non-machine type nodes.
Reviewed-by: vlivanov
2020-01-14 09:51:10 +05:30
Alexandre Iline
b79d75d033
8237042: Switch to JCov build which supports byte code version 59
...
Reviewed-by: erikj
2020-01-13 14:09:30 -08:00
Sean Coffey
2c5167803a
8234466: Class loading deadlock involving X509Factory#commitEvent()
...
Reviewed-by: alanb, chegar, dfuchs
2020-01-13 21:16:27 +00:00
Zhengyu Gu
ab90653aa9
8237017: Shenandoah: Remove racy assertion
...
Reviewed-by: rkennke
2020-01-13 11:51:45 -05:00
Jesper Wilhelmsson
913b8702d1
Merge
2020-01-13 15:40:09 +01:00
Naoto Sato
1b24cf800f
8174270: Consolidate ICU sources in one location
...
Reviewed-by: srl, joehw
2020-01-13 08:05:59 -08:00
Christoph Langer
91bb1d3700
8237008: Exclude serviceability/sa/TestInstanceKlassSizeForInterface.java on linuxppc64 and linuxppc64le
...
Reviewed-by: mdoerr
2020-01-13 16:56:21 +01:00
Christoph Langer
0ba8940ac0
8236488: Support for configure option --with-native-debug-symbols=internal is impossible on Windows
...
Reviewed-by: erikj
2020-01-10 15:38:25 +01:00
Jesper Wilhelmsson
6234206fc1
Merge
2020-01-10 13:20:11 +01:00
Roman Kennke
c2b462cf02
8236851: Shenandoah: More details in Traversal GC event messages
...
Reviewed-by: shade
2020-01-10 12:42:30 +01:00
Matthias Baesken
4f35b4a65c
8236709: struct SwitchRange in HS violates C++ One Definition Rule
...
Reviewed-by: dholmes, kbarrett
2020-01-08 08:55:26 +01:00
Sureshkumar Mahaliswamy
984abfeb3f
8234309: LFGarbageCollectedTest.java fails with parse Exception
...
LFGarbageCollectedTest.java fails with parse Exception
Reviewed-by: mchung
2020-01-09 22:42:53 -08:00
Coleen Phillimore
5de40a0867
8236905: ProblemList test/hotspot/jtreg/runtime/Metaspace/DefineClass.java
...
Reviewed-by: dholmes
2020-01-09 21:58:38 -05:00
Ivan Gerasimov
78c4ab4449
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
...
Reviewed-by: rriggs
2020-01-09 15:38:41 -08:00
Coleen Phillimore
016b0f0caa
8232759: Remove GC.class_stats
...
Make the GC.class_stats option obsolete
Reviewed-by: dholmes, iklam
2020-01-09 17:38:41 -05:00
Jesper Wilhelmsson
943b87ddde
Merge
2020-01-09 20:21:53 +01:00
Harold Seigel
ff914903b9
8235766: SafepointSynchronize::_end_of_last_safepoint is unused
...
Remove unused field
Reviewed-by: lfoltan
2020-01-09 21:06:41 +00:00
Thomas Schatzl
fab3122111
8214277: Use merged G1ArchiveRegionMap for open and closed archive heap regions
...
Reviewed-by: kbarrett, jiangli
2020-01-09 21:57:18 +01:00
Andrew Haley
682af8be65
8236856: AArch64: Spurious GCC warnings
...
Reviewed-by: adinn
2020-01-09 10:01:01 -05:00
Andrew Haley
984da450f2
Merge
2020-01-09 09:30:49 -05:00
Andrew Haley
21c02a5b18
8235385: AArch64: Crash on aarch64 JDK due to long offset
...
Reviewed-by: adinn
2020-01-09 09:30:02 -05:00
Zhengyu Gu
11738f10a7
8228818: Shenandoah: Processing weak roots in concurrent phase when possible
...
Reviewed-by: rkennke
2020-01-09 08:35:44 -05:00
Jesper Wilhelmsson
9ab387d14e
Added tag jdk-15+5 for changeset b97c1773ccaf
2020-01-09 02:27:20 +01:00
Roman Kennke
4a84146e43
8236815: Shenandoah: Fix weak roots in final Traversal GC phase
...
Reviewed-by: zgu
2020-01-08 22:46:33 +01:00
Brian Burkhalter
d6a5897f41
8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
...
Reviewed-by: chegar, lancea
2020-01-08 11:38:08 -08:00
Daniil Titov
639e97df46
8236190: Unproblem list vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002/TestDescription.java
...
Reviewed-by: amenkov, cjplummer, iignatyev
2020-01-08 10:03:52 -08:00