Integrated: 8301269: Update Commons BCEL to Version 6.7.0

2023-02-11 Thread Joe Wang
On Wed, 8 Feb 2023 00:15:27 GMT, Joe Wang wrote: > Update Commons BCEL in the JDK from 6.5.0 to 6.7.0. > > 1. Improvement >Code modernization (using relatively more modern language features), > normalization (such as naming), javadocs, cleanup and minor improvements made > up most of the

Re: RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v40]

2023-02-11 Thread Jim Laskey
> Enhance the Java programming language with string templates, which are > similar to string literals but contain embedded expressions. A string > template is interpreted at run time by replacing each expression with the > result of evaluating that expression, possibly after further validation a

Integrated: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp

2023-02-11 Thread SUN Guoyun
On Fri, 3 Feb 2023 03:52:39 GMT, SUN Guoyun wrote: > Hi all, > When -Xcomp be used, this testcase will use more codecaches, causing the GC > to be triggered early, then causing this test failed on LoongArch64 > architecture. > > This PR fix the issue, Please help review it. > > Thanks. This

Re: RFR: 8302204: Optimize BigDecimal.divide

2023-02-11 Thread Sergey Kuksenko
On Fri, 10 Feb 2023 10:00:05 GMT, Xiaowei Lu wrote: > [JDK-8269667](https://bugs.openjdk.org/browse/JDK-8269667) has uncovered the > poor performance of BigDecimal.divide under certain circumstance. > > We confront similar situations when benchmarking Spark3 on TPC-DS test kit. > According to