Harold Seigel
|
55b36c6f3b
|
8276825: hotspot/runtime/SelectionResolution test errors
Reviewed-by: dholmes, shade
|
2021-11-10 13:11:16 +00:00 |
|
Ioi Lam
|
8747882e4c
|
8276790: Rename GenericCDSFileMapHeader::_base_archive_path_offset
Reviewed-by: dholmes, ccheung
|
2021-11-09 07:18:06 +00:00 |
|
Christian Hagedorn
|
54481394a3
|
8271056: C2: "assert(no_dead_loop) failed: dead loop detected" due to cmoving identity
Reviewed-by: kvn, thartmann
|
2021-11-08 12:47:58 +00:00 |
|
Nick Gasson
|
3934fe54b4
|
8275847: Scheduling fails with "too many D-U pinch points" on small method
Reviewed-by: thartmann, kvn
|
2021-11-08 06:40:49 +00:00 |
|
Ioi Lam
|
884915496f
|
8275846: read_base_archive_name() could read past the end of buffer
Reviewed-by: ccheung, stuefe
|
2021-11-07 21:38:59 +00:00 |
|
Ningsheng Jian
|
96c396b701
|
8276151: AArch64: Incorrect result for double to int vector conversion
Reviewed-by: aph, psandoz
|
2021-11-05 07:45:54 +00:00 |
|
Thomas Stuefe
|
7281861e06
|
8272065: jcmd cannot rely on the old core reflection implementation which will be changed after JEP 416
Reviewed-by: mchung, coleenp, dholmes
|
2021-11-05 05:15:53 +00:00 |
|
Dean Long
|
dcf36f87f8
|
8275670: ciReplay: java.lang.NoClassDefFoundError when trying to load java/lang/invoke/LambdaForm$MH
Reviewed-by: kvn, chagedorn
|
2021-11-04 19:52:27 +00:00 |
|
Christian Hagedorn
|
a1f4c428ba
|
8276227: ciReplay: SIGSEGV if classfile for replay compilation is not present after JDK-8275868
Reviewed-by: kvn, thartmann, dlong
|
2021-11-04 08:53:37 +00:00 |
|
Yasumasa Suenaga
|
558ee40a4a
|
8276615: Update CR number of some tests in ProblemList-zgc.txt
Reviewed-by: dholmes
|
2021-11-04 04:34:07 +00:00 |
|
Yumin Qi
|
603bba282a
|
8271420: Extend CDS custom loader support to Windows platform
Reviewed-by: iklam, ccheung
|
2021-11-03 23:16:15 +00:00 |
|
Jakob Cornell
|
c7f070f5f1
|
8276208: vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java fails with "AssertionError: Unexpected output"
Reviewed-by: cjplummer, iklam
|
2021-11-03 18:18:16 +00:00 |
|
Christian Hagedorn
|
7439b59b5a
|
8276044: ciReplay: C1 does not dump a replay file when using DumpReplay as compile command option
Reviewed-by: kvn, thartmann, dlong
|
2021-11-03 08:44:03 +00:00 |
|
sunguoyun
|
87b926ebb7
|
8275086: compiler/c2/irTests/TestPostParseCallDevirtualization.java fails when compiler1 is disabled
Reviewed-by: iveresov
|
2021-11-03 05:51:18 +00:00 |
|
Daniel D. Daugherty
|
01105d6985
|
8276367: ProblemList vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Reviewed-by: bpb
|
2021-11-02 16:50:47 +00:00 |
|
Evgeny Astigeevich
|
8fc16f1605
|
8275729: Qualified method names in CodeHeap Analytics
Reviewed-by: yyang, thartmann
|
2021-11-02 16:32:04 +00:00 |
|
Christian Hagedorn
|
5bb1992b84
|
8275868: ciReplay: Inlining fails with "unloaded signature classes" due to wrong protection domains
Reviewed-by: kvn, dlong, thartmann
|
2021-11-01 08:22:59 +00:00 |
|
Igor Veresov
|
5021a12cea
|
8274855: vectorapi tests failing with assert(!vbox->is_Phi()) failed
Reviewed-by: kvn
|
2021-10-29 18:03:10 +00:00 |
|
Jakob Cornell
|
fe6a202087
|
8271356: Modify jdb to treat an empty command as a repeat of the previous command
Reviewed-by: cjplummer, iklam
|
2021-10-29 17:50:19 +00:00 |
|
Thomas Stuefe
|
d6d82f52d4
|
8275608: runtime/Metaspace/elastic/TestMetaspaceAllocationMT2 too slow
Reviewed-by: mbaesken, shade
|
2021-10-29 13:54:27 +00:00 |
|
Mandy Chung
|
c6339cb8a2
|
8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle
8013527: calling MethodHandles.lookup on itself leads to errors
Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mcimadamore, plevart, egahlin, redestad, cjplummer, alanb
|
2021-10-28 18:32:50 +00:00 |
|
Volker Simonis
|
a343fa8766
|
8275865: Print deoptimization statistics in product builds
Reviewed-by: thartmann, kvn
|
2021-10-28 12:40:30 +00:00 |
|
Doug Simon
|
2448b3f5f9
|
8275874: [JVMCI] only support aligned reads in c2v_readFieldValue
Reviewed-by: never, shade
|
2021-10-26 18:50:21 +00:00 |
|
Calvin Cheung
|
e5cd2692da
|
8274944: AppCDS dump causes SEGV in VM thread while adjusting lambda proxy class info
Reviewed-by: minqi, dholmes
|
2021-10-26 16:26:57 +00:00 |
|
Roland Westrelin
|
82f4aacb42
|
8259609: C2: optimize long range checks in long counted loops
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: thartmann, jrose
|
2021-10-26 15:53:37 +00:00 |
|
Harold Seigel
|
7ca053de21
|
8251904: vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java fails with ClassNotFoundException: nsk.sysdict.share.BTree0LLRLRLRRLR
Reviewed-by: dholmes, lmesnik
|
2021-10-26 12:37:54 +00:00 |
|
Harold Seigel
|
174f553f7e
|
8275869: Problem list applications/jcstress/copy.java on Linux-aarch64
Reviewed-by: lfoltan, dholmes
|
2021-10-26 12:05:09 +00:00 |
|
Thomas Stuefe
|
3ff085e296
|
8275582: Don't purge metaspace mapping lists
Reviewed-by: coleenp, lkorinth
|
2021-10-26 04:52:01 +00:00 |
|
Igor Veresov
|
89671aa164
|
8273712: C2: Add mechanism for rejecting inlining of low frequency call sites and deprecate MinInliningThreshold.
Reviewed-by: kvn, rbackman
|
2021-10-25 17:03:57 +00:00 |
|
Christian Hagedorn
|
1da5e6b0e2
|
8275104: IR framework does not handle client VM builds correctly
Reviewed-by: kvn, thartmann
|
2021-10-25 07:25:19 +00:00 |
|
Igor Ignatyev
|
c94dc2ab60
|
8272854: split runtime/CommandLine/PrintTouchedMethods.java test
Reviewed-by: iklam
|
2021-10-23 03:59:55 +00:00 |
|
Doug Simon
|
4dec8fc4cc
|
8275645: [JVMCI] avoid unaligned volatile reads on AArch64
Reviewed-by: kvn, never
|
2021-10-22 16:20:31 +00:00 |
|
David Holmes
|
fab3d6c612
|
8275761: Backout: JDK-8274794 Print all owned locks in hs_err file
Reviewed-by: mikael
|
2021-10-22 04:47:53 +00:00 |
|
Dean Long
|
0961de47de
|
8275347: ciReplay: staticfield lines not properly terminated
Reviewed-by: neliasso, chagedorn
|
2021-10-21 19:02:38 +00:00 |
|
Christian Hagedorn
|
3b0ce23bcd
|
8274888: Dump "-DReproduce=true" to the test VM command line output
Reviewed-by: thartmann, kvn
|
2021-10-21 14:05:45 +00:00 |
|
Harold Seigel
|
e39bdc9ddb
|
8274714: Incorrect verifier protected access error message
Reviewed-by: dholmes, coleenp
|
2021-10-21 13:50:32 +00:00 |
|
Coleen Phillimore
|
cd07b3cab0
|
8257534: misc tests failed with "NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom"
Reviewed-by: hseigel
|
2021-10-21 11:46:24 +00:00 |
|
Coleen Phillimore
|
819d2df8b0
|
8274794: Print all owned locks in hs_err file
Reviewed-by: stuefe, dholmes
|
2021-10-21 11:28:22 +00:00 |
|
Igor Ignatyev
|
cea3f01046
|
8275666: serviceability/jvmti/GetObjectSizeClass.java shouldn't have vm.flagless
Reviewed-by: lmesnik
|
2021-10-20 19:24:46 +00:00 |
|
Weijun Wang
|
c24fb852f2
|
8275512: Upgrade required version of jtreg to 6.1
Reviewed-by: ihse, iignatyev, joehw, lancea, jjg, mchung
|
2021-10-19 21:04:14 +00:00 |
|
Jamsheed Mohammed C M
|
25c8584879
|
8271723: Unproblemlist runtime/InvocationTests/invokevirtualTests.java
Reviewed-by: thartmann
|
2021-10-19 18:26:03 +00:00 |
|
Calvin Cheung
|
ee64ce9f14
|
8274937: Revert the timeout setting for DynamicLoaderConstraintsTest
Reviewed-by: dcubed, minqi
|
2021-10-15 16:53:00 +00:00 |
|
Christian Hagedorn
|
4cb7124c1e
|
8262912: ciReplay: replay does not simulate unresolved classes
Reviewed-by: kvn, dlong
|
2021-10-15 07:38:38 +00:00 |
|
Fairoz Matte
|
d8f6b6c19a
|
8274718: runtime/cds/appcds/LambdaEagerInit.java fails with -XX:-CompactStrings
Reviewed-by: iklam, ccheung
|
2021-10-13 15:38:36 +00:00 |
|
Jie Fu
|
451a296510
|
8275173: testlibrary_tests/ir_framework/tests/TestCheckedTests.java fails after JDK-8274911
Reviewed-by: chagedorn, thartmann
|
2021-10-13 14:30:11 +00:00 |
|
Daniel D. Daugherty
|
b1b83500a9
|
8275171: ProblemList compiler/codegen/aes/TestAESMain.java on linux-x64 and windows-x64 in -Xcomp mode
Reviewed-by: iignatyev
|
2021-10-12 23:43:40 +00:00 |
|
Christian Hagedorn
|
f623460668
|
8274911: testlibrary_tests/ir_framework/tests/TestIRMatching.java fails with "java.lang.RuntimeException: Should have thrown exception"
Reviewed-by: kvn, thartmann
|
2021-10-12 13:21:35 +00:00 |
|
Doug Simon
|
33050f8013
|
8274986: max code printed in hs-err logs should be configurable
Reviewed-by: never, dholmes
|
2021-10-12 09:49:50 +00:00 |
|
Aleksey Shipilev
|
a5f09d1088
|
8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
Reviewed-by: dholmes, dnsimon
|
2021-10-12 06:22:13 +00:00 |
|
Coleen Phillimore
|
110e38ded8
|
8274753: ZGC: SEGV in MetaspaceShared::link_shared_classes
8274935: dumptime_table has stale entry
Reviewed-by: eosterlund, iklam
|
2021-10-11 12:11:11 +00:00 |
|