Mandy Chung
|
ec9d1bebd7
|
8273194: Document the two possible cases when Lookup::ensureInitialized returns
Reviewed-by: alanb
|
2021-09-10 17:17:31 +00:00 |
|
Sergey Tsypanov
|
e5f298a7f1
|
8273329: Remove redundant null check from String.getBytes(String charsetName)
Reviewed-by: rriggs, iris, naoto
|
2021-09-08 15:54:36 +00:00 |
|
Vladimir Ivanov
|
faa942c8ba
|
8273000: Remove WeakReference-based class initialisation barrier implementation
Reviewed-by: psandoz, mchung
|
2021-09-08 11:28:17 +00:00 |
|
Vladimir Ivanov
|
21012f2bbe
|
8078641: MethodHandle.asTypeCache can retain classes from unloading
Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: psandoz, mchung, plevart
|
2021-09-08 11:27:14 +00:00 |
|
Brian Burkhalter
|
e551852801
|
8271225: Add floorDivExact() method to java.lang.[Strict]Math
Reviewed-by: darcy
|
2021-08-31 14:42:14 +00:00 |
|
Claes Redestad
|
98fa53357a
|
8273100: Improve AbstractStringBuilder.append(String) when using CompactStrings
Reviewed-by: rriggs, alanb
|
2021-08-31 11:32:33 +00:00 |
|
Vicente Romero
|
0609421d4b
|
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
Reviewed-by: mchung, chegar
|
2021-08-30 21:16:46 +00:00 |
|
Naoto Sato
|
7fc8540907
|
8260265: UTF-8 by Default
Reviewed-by: alanb, rriggs
|
2021-08-30 21:13:59 +00:00 |
|
Raffaello Giulietti
|
51167846cb
|
8273091: Doc of [Strict]Math.floorDiv(long,int) erroneously documents int in @return tag
Reviewed-by: darcy, bpb
|
2021-08-27 22:48:52 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Sergey Tsypanov
|
b29fbad940
|
8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable
Reviewed-by: redestad
|
2021-08-12 10:03:52 +00:00 |
|
Claes Redestad
|
a15b659278
|
8271732: Regression in StringBuilder.charAt bounds checking
Reviewed-by: alanb, naoto
|
2021-08-12 07:01:53 +00:00 |
|
Per Liden
|
3f723ca457
|
8271862: C2 intrinsic for Reference.refersTo() is often not used
Reviewed-by: kbarrett, mchung
|
2021-08-11 11:09:59 +00:00 |
|
Raffaello Giulietti
|
66d1faa784
|
8271601: Math.floorMod(int, int) and Math.floorMod(long, long) differ in their logic
Reviewed-by: bpb
|
2021-08-10 17:16:17 +00:00 |
|
Jaikiran Pai
|
e38e365c70
|
8271208: Typo in ModuleDescriptor.read javadoc
Reviewed-by: alanb, iris
|
2021-08-06 01:30:45 +00:00 |
|
Joe Darcy
|
91bbe2fcbd
|
8271888: build error after JDK-8271599
Reviewed-by: psandoz, bpb
|
2021-08-04 18:48:53 +00:00 |
|
Raffaello Giulietti
|
9f1edafac4
|
8271599: Javadoc of floorDiv() and floorMod() families is inaccurate in some places
Reviewed-by: darcy, bpb
|
2021-08-04 17:16:40 +00:00 |
|
Claes Redestad
|
0b9539405d
|
8271624: Avoid unnecessary ThreadGroup.checkAccess calls when creating Threads
Reviewed-by: rriggs
|
2021-08-02 22:59:48 +00:00 |
|
Claes Redestad
|
e621cffa4f
|
8271627: Use local field access in favor of Class.getClassLoader0
Reviewed-by: mchung
|
2021-08-02 22:37:56 +00:00 |
|
Claes Redestad
|
7a4c754e5d
|
8271611: Use SecurityConstants.ACCESS_PERMISSION in MethodHandles
Reviewed-by: rriggs
|
2021-08-02 15:34:56 +00:00 |
|
Sergey Tsypanov
|
249d641889
|
8263561: Re-examine uses of LinkedList
Reviewed-by: redestad
|
2021-08-02 12:50:38 +00:00 |
|
Sergey Tsypanov
|
6a3f8343bc
|
8268113: Re-use Long.hashCode() where possible
Reviewed-by: redestad
|
2021-08-02 12:49:41 +00:00 |
|
Sergey Tsypanov
|
2536e4342e
|
8270160: Remove redundant bounds check from AbstractStringBuilder.charAt()
Reviewed-by: redestad
|
2021-08-02 12:48:35 +00:00 |
|
Sergey Tsypanov
|
6c4c48faea
|
8266972: Use String.concat() in j.l.Class where invokedynamic-based String concatenation is not available
Reviewed-by: redestad
|
2021-08-02 12:47:09 +00:00 |
|
Sergey Tsypanov
|
72145f3b94
|
8269665: Clean-up toString() methods of some primitive wrappers
Reviewed-by: redestad
|
2021-08-02 12:46:00 +00:00 |
|
Emmanuel Bourg
|
d09b028407
|
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
|
2021-07-29 16:03:31 +00:00 |
|
Brian Burkhalter
|
0b12e7c82c
|
8075806: divideExact is missing in java.lang.Math
Reviewed-by: darcy
|
2021-07-26 17:19:53 +00:00 |
|
Jesper Wilhelmsson
|
9935440ede
|
Merge
|
2021-07-23 01:41:14 +00:00 |
|
Joe Darcy
|
ecc37b06f2
|
8270916: Update java.lang.annotation.Target for changes in JLS 9.6.4.1
Reviewed-by: bpb, naoto
|
2021-07-22 19:50:23 +00:00 |
|
Mandy Chung
|
ddce47cd3c
|
8270949: Make dynamically generated classes with the class file version of the current release
Reviewed-by: alanb
|
2021-07-21 18:09:38 +00:00 |
|
Brian Burkhalter
|
c0d4efff3c
|
6506405: Math.abs(float) is slow
Reviewed-by: darcy
|
2021-07-14 15:50:51 +00:00 |
|
Jesper Wilhelmsson
|
4a7ccf36e9
|
Merge
|
2021-07-14 01:07:52 +00:00 |
|
Yi Yang
|
0f5470715e
|
8270056: Generated lambda class can not access protected static method of target class
Reviewed-by: mchung
Backport-of: 07e90524576f159fc16523430f1db62327c89a3b
|
2021-07-14 00:46:06 +00:00 |
|
Vicente Romero
|
8583aab374
|
8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE
Reviewed-by: jvernee, mchung
|
2021-07-13 17:48:21 +00:00 |
|
Yi Yang
|
07e9052457
|
8270056: Generated lambda class can not access protected static method of target class
Co-authored-by: NekoCaffeine <nekocaffeine@qq.com>
Reviewed-by: mchung
|
2021-07-13 02:24:14 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Jesper Wilhelmsson
|
dfd6b2be7d
|
Merge
|
2021-07-08 23:21:00 +00:00 |
|
Jan Lahoda
|
fa08cc62df
|
8268766: Desugaring of pattern matching enum switch should be improved
Reviewed-by: mcimadamore, psandoz
|
2021-07-08 11:56:53 +00:00 |
|
Jesper Wilhelmsson
|
7a4f08ae32
|
Merge
|
2021-07-06 23:00:31 +00:00 |
|
Mandy Chung
|
3a69024033
|
8225667: Clarify the behavior of System::gc w.r.t. reference processing
Reviewed-by: rriggs, kbarrett, tschatzl
|
2021-07-06 14:59:42 +00:00 |
|
Jesper Wilhelmsson
|
17f53f2f9c
|
Merge
|
2021-07-02 20:50:11 +00:00 |
|
Brian Burkhalter
|
cb795893be
|
8188046: java.lang.Math.mutliplyHigh does not run in constant time
Reviewed-by: rriggs, darcy
|
2021-07-02 18:21:39 +00:00 |
|
Brian Burkhalter
|
ca4bea4665
|
8188044: We need Math.unsignedMultiplyHigh
Reviewed-by: rriggs, aph, darcy
|
2021-07-02 18:15:35 +00:00 |
|
Weijun Wang
|
c4ea13edd0
|
8269543: The warning for System::setSecurityManager should only appear once for each caller
Reviewed-by: lancea, alanb, dfuchs
|
2021-07-02 14:31:50 +00:00 |
|
Mandy Chung
|
9ac63a6e08
|
8262841: Clarify the behavior of PhantomReference::refersTo
Reviewed-by: kbarrett, rriggs
|
2021-06-30 22:43:23 +00:00 |
|
Jonathan Gibbons
|
25f9f19af9
|
8249646: Runtime.exec(String, String[], File) documentation contains literal {@link ...}
Reviewed-by: sundar, iris
|
2021-06-29 14:31:01 +00:00 |
|
Jim Laskey
|
e4c5446340
|
8268236: The documentation of the String.regionMatches method contains error
Reviewed-by: rriggs, dfuchs
|
2021-06-28 13:51:07 +00:00 |
|
Mandy Chung
|
6eb734a60f
|
8266269: Lookup::accessClass fails with IAE when accessing an arrayClass with a protected inner class as component class
Reviewed-by: chegar, alanb
|
2021-06-26 18:27:28 +00:00 |
|
Mandy Chung
|
3d0d27ce57
|
8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
Reviewed-by: darcy, alanb
|
2021-06-26 16:46:57 +00:00 |
|
Vicente Romero
|
6b14c8a1e5
|
8267421: j.l.constant.DirectMethodHandleDesc.Kind.valueOf(int) implementation doesn't conform to the spec regarding REF_invokeInterface handling
Reviewed-by: mchung
|
2021-06-22 02:08:15 +00:00 |
|