David Holmes
763d4bf074
8293592: Remove JVM_StopThread, stillborn, and related cleanup
...
Reviewed-by: alanb, sspitsyn, rehn, coleenp
2022-09-27 21:03:50 +00:00
Alan Bateman
1abf971b93
8249627: Degrade Thread.suspend and Thread.resume
...
Reviewed-by: cjplummer, sspitsyn, dholmes, jpai
2022-09-27 11:43:59 +00:00
Alan Bateman
acd5bcfc88
8289610: Degrade Thread.stop
...
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
2022-09-23 07:55:29 +00:00
Adam Sotona
9f90eb0524
8294062: Improve parsing performance of j.l.c.MethodTypeDesc
...
Reviewed-by: psandoz
2022-09-21 18:02:37 +00:00
Adam Sotona
0fa7d9e8cd
8278863: Add method ClassDesc::ofInternalName
...
Reviewed-by: jvernee
2022-09-20 07:50:03 +00:00
Joe Darcy
4b297c1c16
8293892: Add links to JVMS 19 and 20 from ClassFileFormatVersion enum constants
...
Reviewed-by: sundar, mchung
2022-09-16 16:53:20 +00:00
Joe Darcy
1dc5039fed
8293626: AccessFlag::locations(ClassFileFormatVersion cffv) does not throw NPEx when parameter is null
...
8293627: AccessFlag::locations(ClassFileFormatVersion cffv) and locations() results are inconsistent
Reviewed-by: mchung
2022-09-13 16:51:01 +00:00
Sergey Tsypanov
9ef6c0925a
8287908: Use non-cloning reflection methods where acceptable
...
Reviewed-by: rriggs
2022-09-12 13:31:53 +00:00
Quan Anh Mai
a14c3a493a
8288933: Improve the implementation of Double/Float.isInfinite
...
Reviewed-by: redestad, darcy
2022-09-09 17:01:57 +00:00
Sergey Tsypanov
9a65524e2f
8290300: Use standard String-joining tools where applicable
...
Reviewed-by: naoto, rriggs, dfuchs
2022-08-21 17:22:10 +00:00
Joe Darcy
58aae340a9
8292576: Improve wording of AccessFlag-related specs
...
Reviewed-by: alanb
2022-08-19 15:56:12 +00:00
Joe Darcy
f567fa0fd5
8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
...
Reviewed-by: psandoz, mchung, jpai, rriggs
2022-08-18 16:09:26 +00:00
Joe Darcy
e44e3f0c19
8289106: Add model of class file versions to core reflection
...
Reviewed-by: rriggs
2022-08-16 18:43:58 +00:00
Jaikiran Pai
4cc6cb9d9d
8290041
: ModuleDescriptor.hashCode is inconsistent
...
Reviewed-by: alanb
2022-08-16 08:31:36 +00:00
Joe Darcy
68af7c1365
8291734: Return accurate ACC_SUPER access flag for classes
...
Reviewed-by: mchung
2022-08-10 19:55:57 +00:00
David Schlosnagle
9825c33560
8291641: Optimize StackTraceElement.toString()
...
Reviewed-by: rriggs, mchung
2022-08-10 16:22:19 +00:00
Peter Levart
861cc671e2
8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
...
Reviewed-by: alanb
2022-08-08 12:38:21 +00:00
Andrey Turbanov
ae52053757
8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
...
Reviewed-by: jpai, alanb, lancea, rriggs, bpb
2022-08-06 09:53:35 +00:00
Sergey Tsypanov
aa557b9b01
8288327: Executable.hasRealParameterData should not be volatile
...
Reviewed-by: plevart
2022-08-04 15:15:49 +00:00
Harold Seigel
a3040fcc2b
8291360: Create entry points to expose low-level class file information
...
Reviewed-by: dholmes, rriggs
2022-08-04 13:13:01 +00:00
David Holmes
0971d34646
Merge
2022-08-03 08:11:10 +00:00
Mark Reinhold
1d16c91ba7
8291512: Snippetize modules API examples
...
Reviewed-by: darcy
2022-07-28 18:22:59 +00:00
Jatin Bhateja
5d82d67a9e
8290034: Auto vectorize reverse bit operations.
...
Reviewed-by: xgong, kvn
2022-07-28 04:43:01 +00:00
Joe Darcy
7318b22209
8289551: Conversions between bit representations of half precision values and floats
...
Reviewed-by: psandoz, jrose
2022-07-26 16:54:32 +00:00
Roger Riggs
620c8a045f
8289643: File descriptor leak with ProcessBuilder.startPipeline
...
Reviewed-by: alanb, jpai, lancea
2022-07-21 18:57:23 +00:00
Ryan Ernst
db1e44c2dd
8290353: ModuleReader::list specification should suggest closing the returned stream
...
Reviewed-by: chegar, mchung, mr, jpai
2022-07-21 06:16:03 +00:00
Jesper Wilhelmsson
a3e07d950a
Merge
2022-07-20 07:39:01 +00:00
Maurizio Cimadamore
e062dff1bf
8290524: Typo in javadoc of MemorySegment/MemoryAddress
...
Reviewed-by: jvernee
2022-07-19 14:33:53 +00:00
Ioi Lam
4dc421caa0
8290417: CDS cannot archive lamda proxy with useImplMethodHandle
...
Reviewed-by: dholmes, ccheung, mchung
2022-07-19 04:37:28 +00:00
Sergey Tsypanov
efed7a7f65
8289908: Skip bounds check for cases when String is constructed from entirely used byte[]
...
Reviewed-by: prr, rriggs, aturbanov
2022-07-18 17:15:46 +00:00
Jesper Wilhelmsson
a7f83582d3
Merge
2022-07-14 06:19:40 +00:00
Alan Bateman
f528124f57
8289284: jdk.tracePinnedThreads output confusing when pinned due to native frame
...
Reviewed-by: jpai, mchung
2022-07-13 15:03:37 +00:00
Jesper Wilhelmsson
d9ca438d06
Merge
2022-07-12 16:16:16 +00:00
Alan Bateman
59d0c739ac
8289930: Improve Thread description of inherited AccessControlContext
...
Reviewed-by: jpai, mchung
2022-07-12 14:46:15 +00:00
Maurizio Cimadamore
4545ed6842
8289365: SegmentAllocator:allocateArray(MemoryLayout, count) does not throw IAEx when count is -1
...
Reviewed-by: psandoz
2022-07-12 14:22:42 +00:00
Maurizio Cimadamore
0fd1b68972
8290071: Javadoc for MemorySegment/MemoryAddress getter/setters contains some typos
...
Reviewed-by: uschindler, psandoz
2022-07-12 14:16:22 +00:00
Ryan Ernst
ea12615d2f
8288984: Simplification in java.lang.Runtime::exit
...
Reviewed-by: dholmes, chegar, alanb, kbarrett
2022-07-12 13:50:36 +00:00
Jorn Vernee
3164c98f4c
8289148: j.l.foreign.VaList::nextVarg call could throw IndexOutOfBoundsException or even crash the VM
...
8289333: Specification of method j.l.foreign.VaList::skip deserves clarification
8289156: j.l.foreign.VaList::skip call could throw java.lang.IndexOutOfBoundsException: Out of bound access on segment
Reviewed-by: mcimadamore
2022-07-12 11:25:45 +00:00
Jesper Wilhelmsson
c79baaa811
Merge
2022-07-11 16:15:49 +00:00
Jorn Vernee
460d879a75
8289601: SegmentAllocator::allocateUtf8String(String str) should be clarified for strings containing \0
...
Reviewed-by: psandoz, mcimadamore
2022-07-08 15:21:11 +00:00
Jorn Vernee
732f1065fe
8289223: Canonicalize header ids in foreign API javadocs
...
Reviewed-by: mcimadamore
2022-07-08 11:18:32 +00:00
Jesper Wilhelmsson
01b9f95c62
Merge
2022-07-08 02:07:36 +00:00
Maurizio Cimadamore
889150b47a
8289558: Need spec clarification of j.l.foreign.*Layout
...
Reviewed-by: psandoz, jvernee
2022-07-07 09:08:09 +00:00
Joe Darcy
a40c17b730
8289775: Update java.lang.invoke.MethodHandle[s] to use snippets
...
Reviewed-by: jrose
2022-07-06 21:28:09 +00:00
Lance Andersen
9f37ba44b8
8288706: Unused parameter 'boolean newln' in method java.lang.VersionProps#print(boolean, boolean)
...
Reviewed-by: iris, alanb, rriggs
2022-07-06 15:37:23 +00:00
ScientificWare
4ad18cf088
8289730: Deprecated code sample in java.lang.ClassCastException
...
Reviewed-by: darcy
2022-07-06 08:19:40 +00:00
liach
0709a6a1fb
8284942: Proxy building can just iterate superinterfaces once
...
Reviewed-by: mchung
2022-06-29 14:22:48 +00:00
Quan Anh Mai
108cd69516
8283726: x86_64 intrinsics for compareUnsigned method in Integer and Long
...
Reviewed-by: kvn, jbhateja
2022-06-29 10:34:05 +00:00
Jesper Wilhelmsson
86dc760f9e
Merge
2022-06-28 22:11:23 +00:00
Claes Redestad
9048cef761
8288425: Footprint regression due MH creation when initializing StringConcatFactory
...
Reviewed-by: jlaskey
Backport-of: 6d595614a2
2022-06-28 12:27:30 +00:00