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
> 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
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
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