David Holmes
|
d269ebbad2
|
8301570: Test runtime/jni/nativeStack/ needs to detach the native thread
Co-authored-by: Calvin Cheung <ccheung@openjdk.org>
Reviewed-by: lmesnik, ccheung
|
2023-02-01 07:56:21 +00:00 |
|
Deepa Kumari
|
8164cfbc03
|
8300696: [AIX] AttachReturnError fails
Reviewed-by: tsteele, dholmes
|
2023-02-01 07:04:26 +00:00 |
|
Bill Huang
|
09bfbf8063
|
8300909: Update com/sun/jndi/dns/Test6991580.java manual test instruction
Reviewed-by: alanb
|
2023-01-31 22:12:07 +00:00 |
|
Vicente Romero
|
6beadbbe9f
|
8293519: deprecation warnings should be emitted for uses of annotation methods inside other annotations
Reviewed-by: jlahoda
|
2023-01-31 18:20:11 +00:00 |
|
Coleen Phillimore
|
4bef233a4a
|
8301549: Fix comment about ClassCircularityError
Reviewed-by: lfoltan
|
2023-01-31 18:07:15 +00:00 |
|
Coleen Phillimore
|
e1bf471312
|
8301555: Remove constantPoolCacheKlass friend
Reviewed-by: fparain, kbarrett
|
2023-01-31 18:06:14 +00:00 |
|
Vicente Romero
|
5744c91bf5
|
8297158: Suspicious collection method call in Types.isSameTypeVisitor
Reviewed-by: jlahoda
|
2023-01-31 17:01:14 +00:00 |
|
Calvin Cheung
|
e193a0b72a
|
8295951: intermittent cmp_baseline task failures with CDS files
Reviewed-by: iklam
|
2023-01-31 16:51:45 +00:00 |
|
Albert Mingkun Yang
|
60c535de49
|
8301340: Make DirtyCardToOopClosure stack-allocated
Reviewed-by: stefank, tschatzl
|
2023-01-31 16:09:48 +00:00 |
|
Johan Sjölen
|
b76a52f210
|
8301076: Replace NULL with nullptr in share/prims/
Reviewed-by: kbarrett, dholmes
|
2023-01-31 14:22:44 +00:00 |
|
Johan Sjölen
|
90ec19efed
|
8301068: Replace NULL with nullptr in share/jvmci/
Reviewed-by: kvn, never
|
2023-01-31 12:19:42 +00:00 |
|
Robbin Ehn
|
419409bcf6
|
8301337: Remove unused os::_polling_page
Reviewed-by: coleenp, dnsimon
|
2023-01-31 11:41:16 +00:00 |
|
Aleksey Shipilev
|
d583767bf1
|
8301338: Identical branch conditions in CompileBroker::print_heapinfo
Reviewed-by: thartmann
|
2023-01-31 11:06:47 +00:00 |
|
Matthias Baesken
|
810c8a271b
|
8301170: perfMemory_windows.cpp add free_security_attr to early returns
Reviewed-by: stuefe, dholmes
|
2023-01-31 08:20:52 +00:00 |
|
Tobias Hartmann
|
33e653e284
|
8301448: [BACKOUT] CodeHeap has virtual methods that are not overridden
Reviewed-by: alanb, dholmes
|
2023-01-31 07:55:52 +00:00 |
|
Axel Boldt-Christmas
|
cdb4ba9657
|
8301326: Optimize compiler/uncommontrap/TestDeoptOOM.java test
Reviewed-by: rcastanedalo, thartmann
|
2023-01-31 07:54:20 +00:00 |
|
Feilong Jiang
|
9cc0171ed5
|
8301153: RISC-V: pipeline class for several instructions is not set correctly
Reviewed-by: fyang, yadongwang
|
2023-01-31 07:28:33 +00:00 |
|
Feilong Jiang
|
633e291cfc
|
8301067: RISC-V: better error message when reporting unsupported satp modes
Reviewed-by: fyang, yadongwang
|
2023-01-31 07:15:37 +00:00 |
|
Albert Mingkun Yang
|
4b0e259d16
|
8301344: G1: Remove DirtyCardToOopClosure forward declaration in g1OopClosures.hpp
Reviewed-by: tschatzl
|
2023-01-31 07:10:13 +00:00 |
|
Tobias Hartmann
|
7b3919d3f5
|
8301346: Remove dead emit_entry_barrier_stub definition
Reviewed-by: chagedorn, kvn
|
2023-01-31 06:46:47 +00:00 |
|
Justin King
|
a6867a7ec2
|
8301378: CodeHeap has virtual methods that are not overridden
Reviewed-by: kvn, thartmann
|
2023-01-31 06:34:45 +00:00 |
|
Fei Yang
|
aa3492442b
|
8300463: Build failure on Windows 32 after JDK-8296401
Reviewed-by: kbarrett
|
2023-01-31 00:10:42 +00:00 |
|
Christian Wimmer
|
622b6594d1
|
8262994: Refactor String.split to help method inlining
Reviewed-by: plevart
|
2023-01-30 23:33:11 +00:00 |
|
Mandy Chung
|
2d7690b2e5
|
8301207: (jdeps) Deprecate jdeps -profile option
Reviewed-by: alanb
|
2023-01-30 22:39:55 +00:00 |
|
Jesper Wilhelmsson
|
561a25e025
|
Merge
|
2023-01-30 20:51:54 +00:00 |
|
Joe Darcy
|
63bb2ce8de
|
8301205: Port fdlibm log10 to Java
Reviewed-by: bpb
|
2023-01-30 20:33:01 +00:00 |
|
Erik Joelsson
|
b84f4c40fd
|
8301267: Update of config.guess broke build on WSL
Reviewed-by: tbell, jvernee, djelinski
|
2023-01-30 20:18:59 +00:00 |
|
Chris Plummer
|
a128a5d07c
|
8300810: Get rid of unused JDI removeListener() methods
Reviewed-by: kevinw, amenkov
|
2023-01-30 19:08:08 +00:00 |
|
Leonid Mesnik
|
a91143cc93
|
8298907: nsk JDI tests pass if the debuggee failed to launch
Reviewed-by: cjplummer, kevinw
|
2023-01-30 17:32:45 +00:00 |
|
Naoto Sato
|
323813985b
|
8300916: Re-examine the initialization of JNU Charset in StaticProperty
Reviewed-by: mchung, alanb
|
2023-01-30 17:06:44 +00:00 |
|
Afshin Zafari
|
f4592b1471
|
8267935: Replace BasicHashtable and Hashtable
Reviewed-by: coleenp, rehn, tschatzl
|
2023-01-30 16:23:39 +00:00 |
|
Daniel Fuchs
|
a74ebd048a
|
8299325: java/net/httpclient/CancelRequestTest.java fails "test CancelRequestTest.testGetSendAsync("https://localhost:46509/https1/x/same/interrupt", true, true)"
Reviewed-by: jpai
|
2023-01-30 14:41:59 +00:00 |
|
Daniel Fuchs
|
041a12e655
|
8301255: Http2Connection may send too many GOAWAY frames
Reviewed-by: jpai
|
2023-01-30 14:36:36 +00:00 |
|
Amit Kumar
|
476f58adc1
|
8298424: Remove redundant FOUND_CORES variable in build-performance.m4
Reviewed-by: erikj, tsteele
|
2023-01-30 14:33:28 +00:00 |
|
Fei Yang
|
ebb84ad70d
|
8301036: RISC-V: Factor out functions baseOffset & baseOffset32 from MacroAssembler
Reviewed-by: luhenry, fjiang, shade
|
2023-01-30 12:24:19 +00:00 |
|
Fei Yang
|
61a5f114ee
|
8301033: RISC-V: Handle special cases for MinI/MaxI nodes for Zbb
Reviewed-by: fjiang, luhenry, shade
|
2023-01-30 12:15:52 +00:00 |
|
Albert Mingkun Yang
|
82df4a2aee
|
8301148: Serial: Remove ContiguousSpace::reset_saved_mark
Reviewed-by: kbarrett, tschatzl
|
2023-01-30 11:49:26 +00:00 |
|
Erik Österlund
|
c672ed16f3
|
8301248: Less side effects in InstanceRefKlass::trace_reference_gc
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: rkennke, stefank
|
2023-01-30 10:29:47 +00:00 |
|
Erik Österlund
|
cee4bd3ee6
|
8301047: Clean up type unsafe uses of oop from compiler code
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Reviewed-by: kvn, stefank
|
2023-01-30 10:28:40 +00:00 |
|
Erik Österlund
|
7fae3a1d8d
|
8301229: Clean up SuspendibleThreadSet::_suspend_all
Reviewed-by: stefank, kbarrett, tschatzl
|
2023-01-30 10:27:40 +00:00 |
|
Albert Mingkun Yang
|
f50cda7d45
|
8301217: Remove FilteringClosure
Reviewed-by: iwalulya, tschatzl
|
2023-01-30 10:17:46 +00:00 |
|
Koichi Sakata
|
08b24ac7aa
|
8294066: IGV: Graph changes when deleting a graph in the same group with smaller index
Reviewed-by: rcastanedalo, tholenstein
|
2023-01-30 09:50:09 +00:00 |
|
Richard Reingruber
|
3db558b67b
|
8300915: G1: incomplete SATB because nmethod entry barriers don't get armed
Reviewed-by: tschatzl, eosterlund
|
2023-01-30 08:43:15 +00:00 |
|
Matthias Baesken
|
cbefe1fd35
|
8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le
Reviewed-by: rrich
|
2023-01-30 08:15:10 +00:00 |
|
Prasanta Sadhukhan
|
c2ebd17938
|
6187113: DefaultListSelectionModel.removeIndexInterval(0, Integer.MAX_VALUE) fails
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
|
2023-01-30 07:35:14 +00:00 |
|
Axel Boldt-Christmas
|
4bd3f0a0d5
|
8301088: oopDesc::print_on should consistently use a trailing newline
Reviewed-by: tschatzl, coleenp
|
2023-01-30 07:14:25 +00:00 |
|
David Holmes
|
64b25ea0b4
|
8291569: Consider removing JNI checks for signals SIGPIPE and SIGXFSZ
Reviewed-by: stuefe, rehn
|
2023-01-29 23:14:39 +00:00 |
|
Ioi Lam
|
1ff4646ed5
|
8298612: Refactor archiving of java String objects
Reviewed-by: ccheung
|
2023-01-29 21:59:48 +00:00 |
|
Sergey Bylokhov
|
d4e9f5e5f2
|
8238170: BeanContextSupport remove and propertyChange can deadlock
Reviewed-by: phh
|
2023-01-29 20:04:37 +00:00 |
|
Jatin Bhateja
|
6475501a01
|
8300208: Optimize Adler32 stub for AVX-512 targets.
Reviewed-by: kvn, sviswanathan
|
2023-01-29 01:55:46 +00:00 |
|