Re: A Discussion on Wrapper Class Source Code

2023-09-23 Thread Erdong Ren
Hi everyone, In java.lang.Integer, there is the following code snippet: static final int low = -128; // 936 int size = (high - low) + 1; // 961 int j = low; // 966 When I read the java.lang.Byte source code, I noticed that there is similar logic, but the coding style is somewhat different. So I

Re: A Discussion on Wrapper Class Source Code

2023-08-08 Thread -
If your email was withheld for having a too large body, I recommend you to send a summary to this core-libs-dev mailing list instead. Your current topic lists no RFEs for optimization and thus is not helpful, so I wish to see your summaries (as bullet points). You can talk about the details in foll