Aleksey Shipilev
fcb280a48b
8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity
...
Reviewed-by: dholmes, alanb
2023-05-03 09:39:57 +00:00
Adam Sotona
c8f37564bf
8306729: Add nominal descriptors of modules and packages to Constants API
...
Reviewed-by: mchung
2023-05-03 06:34:58 +00:00
Alan Bateman
86f97fe70c
8305919: java/lang/Thread/virtual/HoldsLock.java#id0 failed, ThreadInfo.getLockInfo() return null
...
Reviewed-by: jpai
2023-05-02 07:20:19 +00:00
Hannes Greule
b3dbf28bc0
8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default
...
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: vromero, jwaters
2023-04-30 07:34:09 +00:00
Roger Riggs
b827ce8334
8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails
...
Reviewed-by: bchristi
2023-04-27 20:36:40 +00:00
Per Minborg
cbccc4c817
8304265: Implementation of Foreign Function and Memory API (Third Preview)
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
2023-04-27 09:00:58 +00:00
Daniel D. Daugherty
4b23bef51d
8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subtest again
...
8302607: increase timeout for ContinuousCallSiteTargetChange.java
8305502: adjust timeouts in three more M&M tests
Reviewed-by: naoto, lmesnik, thartmann
2023-04-24 16:10:44 +00:00
Aleksey Shipilev
e764e9b740
8306452: Fix Amazon copyright in JDK-8305425 test
...
Reviewed-by: simonis
2023-04-19 18:36:07 +00:00
Leonid Mesnik
92521b100f
8305875: Test TraceVirtualThreadLocals should be run with continuations only
...
Reviewed-by: alanb
2023-04-13 16:39:25 +00:00
Chen Liang
e5ce7d9e43
8284871: Use covariant overrides for the resolveConstantDesc(Lookup) method in sub‑interfaces of java.lang.constant.ConstantDesc
...
Reviewed-by: mchung
2023-04-11 13:40:56 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
David Holmes
35cb303a2c
8305425: Thread.isAlive0 doesn't need to call into the VM
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, coleenp, alanb
2023-04-05 21:54:38 +00:00
Mandy Chung
dd59471798
8304846: Provide a shared utility to dump generated classes defined via Lookup API
...
Reviewed-by: jvernee
2023-04-04 18:07:02 +00:00
Jim Laskey
9b9b5a7a5c
8302323: Add repeat methods to StringBuilder/StringBuffer
...
Reviewed-by: tvaleev, redestad
2023-04-03 15:29:21 +00:00
Joe Darcy
abfb900829
8304028: Port fdlibm IEEEremainder to Java
...
Reviewed-by: bpb
2023-03-31 19:48:03 +00:00
Chen Liang
bdbf8fc61d
8303930: Fix ConstantUtils.skipOverFieldSignature void case return value
...
Reviewed-by: mchung
2023-03-31 17:14:44 +00:00
Mandy Chung
1d7bb1ffa0
8304585: Method::invoke rewraps InvocationTargetException if a caller-sensitive method throws IAE
...
Reviewed-by: darcy, jpai, alanb
2023-03-30 16:07:47 +00:00
Roger Riggs
d063b8964f
8303392: Runtime.exec and ProcessBuilder.start should use System logger
...
Reviewed-by: stuefe, alanb, mullan
2023-03-29 17:32:46 +00:00
Archie L. Cobbs
4b8f7db6be
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
2023-03-23 16:04:35 +00:00
Raffaello Giulietti
4bf1fbb06d
8303648: Add String.indexOf(String str, int beginIndex, int endIndex)
...
Reviewed-by: rriggs
2023-03-21 08:43:23 +00:00
Naoto Sato
f593a6b52e
8303018: Unicode Emoji Properties
...
Reviewed-by: prr, erikj, rriggs
2023-03-20 20:20:19 +00:00
Mandy Chung
622f239448
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
...
Reviewed-by: jpai, alanb
2023-03-20 17:30:24 +00:00
Leonid Mesnik
d5a150706e
8304314: StackWalkTest.java fails after CODETOOLS-7903373
...
Reviewed-by: alanb, mchung
2023-03-17 13:43:54 +00:00
Chen Liang
2e987d798a
8304360: Test to ensure ConstantDescs fields work
...
Reviewed-by: mchung, jvernee
2023-03-16 20:55:29 +00:00
Adam Sotona
714b5f036f
8294962: Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class
...
Reviewed-by: alanb, mchung
2023-03-15 07:09:55 +00:00
Vladimir Kozlov
8cfd74f76a
8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
...
Reviewed-by: sviswanathan, jbhateja, vlivanov
2023-03-09 03:26:38 +00:00
Joe Darcy
1bb39a95eb
8302027: Port fdlibm trig functions (sin, cos, tan) to Java
...
Reviewed-by: bpb
2023-03-04 23:52:03 +00:00
Alan Bateman
629a9053f0
8303242: ThreadMXBean issues with virtual threads
...
Reviewed-by: mchung, pchilanomate
2023-03-04 07:33:33 +00:00
Raffaello Giulietti
5b2e2e4695
8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
...
Reviewed-by: rriggs, alanb
2023-03-03 20:51:13 +00:00
Roger Riggs
379f2061aa
8303198: System and Runtime.exit() resilience to logging errors
...
Reviewed-by: dholmes, jpai, alanb
2023-03-03 16:14:45 +00:00
Joe Darcy
61e8867591
8302040: Port fdlibm sqrt to Java
...
Reviewed-by: bpb, thartmann, aturbanov
2023-02-28 18:33:53 +00:00
David M. Lloyd
b527edd338
8292914: Lambda proxies have unstable names
...
Change the name of generated lambda proxy classes so that they no longer have a numerical suffix.
Reviewed-by: mchung
2023-02-27 17:18:44 +00:00
Eirik Bjorsnos
17e3769ed7
8302871: Speed up StringLatin1.regionMatchesCI
...
Reviewed-by: redestad, martin, alanb
2023-02-25 07:48:03 +00:00
Joe Darcy
fcaf871408
8302028: Port fdlibm atan2 to Java
...
Reviewed-by: bpb
2023-02-22 22:49:59 +00:00
Eirik Bjorsnos
ef1f7bd3b8
8302877: Speed up latin1 case conversions
...
Reviewed-by: naoto, redestad
2023-02-21 20:54:36 +00:00
Joe Darcy
dfce4e1943
8302800: Augment NaN handling tests of FDLIBM methods
...
Reviewed-by: bpb
2023-02-21 18:31:22 +00:00
Roger Riggs
10b4cc9eb4
8301627: System.exit and Runtime.exit debug logging
...
Reviewed-by: alanb, chegar
2023-02-21 15:37:08 +00:00
Joe Darcy
655a71277d
8301444: Port fdlibm hyperbolic transcendental functions to Java
...
Reviewed-by: bpb
2023-02-17 03:22:06 +00:00
Joe Darcy
3ba156082b
8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
...
Reviewed-by: bpb
2023-02-15 22:16:30 +00:00
Mandy Chung
9c202a5a8f
8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
...
Reviewed-by: alanb, psandoz
2023-02-14 21:15:14 +00:00
Tagir F. Valeev
94e7cc8587
8301226: Add clamp() methods to java.lang.Math and to StrictMath
...
Reviewed-by: qamai, darcy
2023-02-14 05:39:07 +00:00
Varada M
cb8107303e
8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
...
Reviewed-by: dholmes, stuefe
2023-02-13 11:12:36 +00:00
Joe Darcy
8049e59a5c
8301833: Add wide-ranging tests for FDLIBM porting
...
Reviewed-by: bpb, alanb
2023-02-12 17:45:55 +00:00
Joe Darcy
919a6da2a7
8301202: Port fdlibm log to Java
...
Reviewed-by: bpb
2023-02-11 02:15:46 +00:00
Mandy Chung
c8cc7b67db
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
...
Reviewed-by: rriggs
2023-02-09 00:38:08 +00:00
Alan Bateman
ecf21a9a24
8301767: Convert virtual thread tests to JUnit
...
Reviewed-by: cstein, lancea, jpai
2023-02-08 14:56:28 +00:00
Joe Darcy
34493248c0
8301396: Port fdlibm expm1 to Java
...
Reviewed-by: bpb
2023-02-04 00:48:26 +00:00
Joe Darcy
ee0f5b5ed0
8301392: Port fdlibm log1p to Java
...
Reviewed-by: bpb
2023-02-02 20:36:34 +00:00
Joe Darcy
63bb2ce8de
8301205: Port fdlibm log10 to Java
...
Reviewed-by: bpb
2023-01-30 20:33:01 +00:00
Mandy Chung
7aaf76c529
8300924: Method::invoke throws wrong exception type when passing wrong number of arguments to method with 4 or more parameters
...
Reviewed-by: rriggs
2023-01-27 17:13:54 +00:00