Christoph Göttschkes
73ba3ae1f5
8252500: ZGC on aarch64: Unable to allocate heap for certain Linux kernel configurations
...
Reviewed-by: stefank, eosterlund, pliden
2020-09-08 09:34:40 +00:00
Jaikiran Pai
5dd1eaded7
8252767: URLConnection.setRequestProperty throws IllegalAccessError
...
Reviewed-by: chegar, michaelm, alanb
2020-09-08 09:10:15 +00:00
Evgeny Nikitin
2cceeedfe1
8166554: Avoid compilation blocking in OverloadCompileQueueTest.java
...
Reviewed-by: shade
2020-09-08 08:24:35 +00:00
Stefan Johansson
188b0bc7be
8252868: Clean up unused function from G1MMUTracker
...
Reviewed-by: tschatzl
2020-09-08 07:58:29 +00:00
Jie Fu
891886b622
8252887: Zero VM is broken after JDK-8252661
...
Zero VM is broken due to 'block_if_requested' is not a member of 'SafepointMechanism'.
Reviewed-by: dholmes
2020-09-08 02:35:51 +00:00
Sean Coffey
7686e87155
8250968: Symlinks attributes not preserved when using jarsigner on zip files
...
Reviewed-by: lancea, weijun, hchao
2020-09-07 19:01:07 +00:00
Severin Gehwolf
8d6d43c33b
8251193: bin/idea.sh is generating wrong folder definitions for JVMCI modules
...
Co-authored-by: Galder Zamarreno <galder@redhat.com>
Reviewed-by: mcimadamore
2020-09-07 16:18:45 +00:00
Filipp Zhinkin
70d5cac961
8251152: ARM32: jtreg c2 Test8202414 test crash
...
Some CPUs (like ARM32) does not support unaligned memory accesses. To avoid JVM crashes tests that perform such accesses should be skipped on corresponding platforms.
Reviewed-by: iignatyev, clanger
2020-09-07 15:33:27 +00:00
Erik Österlund
e0d5b5f7f2
8252627: Make it safe for JFR thread to read threadObj
...
Reviewed-by: dholmes, mgronlun
2020-09-07 14:33:10 +00:00
Erik Österlund
e29c3f6123
8252661: Change SafepointMechanism terminology to talk less about "blocking"
...
Reviewed-by: rehn, shade, dholmes
2020-09-07 13:59:24 +00:00
Robin Westberg
e0c8d4420c
8252844: Update check configuration to Skara format
...
Reviewed-by: ehelin
2020-09-07 08:20:40 +00:00
Christoph Langer
cc5039e19e
8252837: Cleanup SAP Copyright file headers
...
Reviewed-by: dholmes
2020-09-07 07:30:10 +00:00
Pankaj Bansal
55c7e769c8
8252825: Add automated test for fix done in JDK-8218479
...
Reviewed-by: serb, prr
2020-09-07 07:25:30 +00:00
Igor Ignatyev
5f76deb2e0
8252522: nsk/share/test/StressOptions should multiple stressTime by jtreg's timeout-factor
...
Reviewed-by: dholmes
2020-09-06 16:17:30 +00:00
Sergey Bylokhov
1262ae36af
8252679: Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard
...
Reviewed-by: prr
2020-09-06 01:25:23 +00:00
Phil Race
d0f4366a85
8252715: Problem list java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java on Linux
...
Reviewed-by: serb
2020-09-05 21:49:01 +00:00
Vicente Romero
4b3a0b789e
8247352: improve error messages for sealed classes and records
...
Reviewed-by: mcimadamore
2020-09-04 23:51:26 -04:00
Yasumasa Suenaga
3e81b3ad48
8242427: JVMTI frame pop operations should use Thread-Local Handshakes
...
Reviewed-by: dcubed, dholmes, pchilanomate, rehn, sspitsyn
2020-09-05 12:42:05 +09:00
Vicente Romero
5d2e79e2c3
8252307: javac rejects code with annotation applicable to fields
...
Reviewed-by: darcy
2020-09-04 13:44:48 -04:00
Igor Ignatyev
15af276157
8252004: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/sysdict
...
Reviewed-by: dcubed, gziemski
2020-09-04 10:36:05 -07:00
Yumin Qi
8f36580594
8252725: Refactor jlink GenerateJLIClassesPlugin code
...
Cleanup code for jlink classes generation, move parsing file work to java.lang.invoke and add a new API in interface JavaLangInvokeAccess to generate holder classes, remove old APIs. The new API is used both by JLI and CDS.
Reviewed-by: mchung, sundar
2020-09-04 09:47:18 -07:00
Ningsheng Jian
9b5a9b6189
8231441: AArch64: Initial SVE backend support
...
Co-authored-by: Joshua Zhu <joshua.zhu@arm.com>
Co-authored-by: Yang Zhang <yang.zhang@arm.com>
Reviewed-by: adinn, pli, ihse, vlivanov, eosterlund
2020-09-02 09:45:44 +08:00
Fernando Guallini
0dadf81e14
8249694: java/lang/StringBuffer/HugeCapacity.java and j/l/StringBuilder/HugeCapacity.java tests shouldn't be @ignore-d
...
Remove @ignore since @requires os.maxMemory is enough to ensure tests will not be executed if memory requirements are not satisfied
Reviewed-by: coffeys
2020-09-02 17:43:33 +01:00
Richard Reingruber
e25f2a5715
8252521: possible race in java_suspend_self_with_safepoint_check
...
Reviewed-by: dholmes, rehn
2020-09-04 09:01:45 +02:00
Jie Fu
ae5a6dde2d
8252740: java/util/Properties/LoadAndStoreXMLWithDefaults.java fails after JDK-8252354
...
Reviewed-by: alanb, joehw
2020-09-03 16:42:17 +08:00
Vladimir Kozlov
a9e78595f0
8252779: compiler/graalunit/HotspotTest.java failed after 8251525
...
Updated CheckGraalIntrinsics.java test
Reviewed-by: dcubed
2020-09-03 13:01:20 -07:00
Mandy Chung
4e6a4af186
8244090: public lookup should find public members of public exported types
...
Reviewed-by: lfoltan, psandoz
2020-09-03 12:43:13 -07:00
Magnus Ihse Bursie
49a9d49dbd
8241768: git needs .gitattributes
...
Reviewed-by: erikj, jvernee, ehelin
2020-09-03 19:14:11 +02:00
Igor Ignatyev
933f90fbfa
8251997: remove usage of PropertyResolvingWrapper in vmTestbase/vm/mlvm/
...
Reviewed-by: thartmann
2020-09-03 09:21:27 -07:00
Igor Ignatyev
850d62301c
8252720: clean up FileInstaller $test.src $cwd in vmTestbase/vm/compiler/optimizations tests
...
Reviewed-by: thartmann
2020-09-03 09:21:01 -07:00
Bob Vandette
76f0588aaf
8252359: HotSpot Not Identifying it is Running in a Container
...
Reviewed-by: sgehwolf
2020-09-03 13:50:11 +00:00
Vipin Sharma
57a27a6fb9
8252538: Replace @exception with @throws java.rmi package
...
Reviewed-by: rriggs
2020-09-03 09:28:24 -04:00
Jaroslav Bachorik
43d36857d0
8252754: Hash code calculation of JfrStackTrace is inconsistent
...
Reviewed-by: egahlin
2020-09-03 13:22:52 +02:00
Dmitry Chuyko
35ea00085f
8251525: AARCH64: Faster Math.signum(fp)
...
Reviewed-by: aph, vlivanov, adinn
2020-09-03 14:54:43 +03:00
Jan Lahoda
a951a15379
8245664: javac erroneously issues deprecation warning for use of a deprecated package
...
Reviewed-by: vromero
2020-09-03 11:14:23 +02:00
Jan Lahoda
aab706c66f
8160601: unexpected error compiling @Deprecated package
...
Reviewed-by: jlaskey
2020-09-03 11:13:46 +02:00
Jesper Wilhelmsson
869b05169f
Added tag jdk-16+14 for changeset 36b29df125dc
2020-09-03 02:47:38 +02:00
Joe Wang
38cd5d0936
8252354: Properties :: storeToXML method does not throw ClassCastException when supplied non strings
...
Reviewed-by: lancea, naoto
2020-09-02 21:32:48 +00:00
Aleksey Shipilev
c61204b3f3
8252660: Shenandoah: support manageable SoftMaxHeapSize option
...
Reviewed-by: zgu
2020-09-02 18:37:31 +02:00
Robert Field
261eb76ea2
8247456: JShell: Handling of top-level final, abstract, and static modifiers
...
Reviewed-by: jlahoda
2020-09-02 09:37:25 -07:00
Yumin Qi
a588752fd6
8248337: sparc related code clean up after solaris removal
...
Reviewed-by: dholmes, kvn
2020-09-02 09:29:31 -07:00
Harold Seigel
f3597c4a54
8252249: nsk/stress/stack/stack016.java fails with "Error: TEST_BUG: trickyRecursion() must throw an error anyway!"
...
Run test separately with both -Xint and -Xcomp to ensure thread stacks are similarly sized.
Reviewed-by: dholmes, coleenp
2020-09-02 13:50:39 +00:00
Fernando Guallini
737ae7742a
8249699: java/io/ByteArrayOutputStream/MaxCapacity.java should use @requires instead of @ignore
...
Use @requires os.maxMemory in order to run the test only if memory requirements are satisfied as opposed to ignoring it
Reviewed-by: coffeys
2020-09-01 19:04:42 +01:00
Stefan Karlsson
4c73e045ce
8252656: Replace RegisterArrayForGC mechanism with plain Handles
...
Reviewed-by: coleenp, tschatzl, dholmes
2020-09-02 11:13:11 +02:00
Stefan Karlsson
7282d0deb5
8252589: Code duplication in ParallelSPCleanupTask
...
Reviewed-by: shade, dholmes
2020-09-02 11:13:10 +02:00
Stefan Karlsson
02049ee6c3
8252514: ZGC: Physical memory splitting is broken
...
Reviewed-by: eosterlund, pliden
2020-09-02 11:13:09 +02:00
Stefan Karlsson
ac2b1ae5e2
8252513: ZGC: Contiguous memory reservation probing is broken for TB heap sizes
...
Reviewed-by: eosterlund, pliden
2020-09-02 11:13:09 +02:00
Ivan Walulya
553f3b1497
8252303: G1MMUTrackerQueue::when_sec skip queue iteration on max_gc_time pause time
...
Reviewed-by: sjohanss, tschatzl
2020-08-25 11:39:38 +02:00
Albert Mingkun Yang
f01e6261a2
8252093: formula used to calculate decaying variance in numberSeq
...
Reviewed-by: sjohanss, kbarrett
2020-09-02 12:40:16 +02:00
Thomas Schatzl
f9e6f26ca4
8252035: G1: Clean up G1CollectedHeap::*reserved* methods
...
Reviewed-by: sjohanss, iwalulya
2020-09-02 10:07:03 +02:00