Re: RFR: 8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem [v2]

2023-06-01 Thread Jan Lahoda
On Mon, 29 May 2023 08:05:23 GMT, Adam Sotona wrote: >> Fix of jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo returning >> correct zero power of two. >> >> Please review. >> >> Thanks, >> Adam > > Adam Sotona has updated the pull request incrementally with one additional > commit since

Re: RFR: 8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem [v2]

2023-05-29 Thread Adam Sotona
> Fix of jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo returning correct > zero power of two. > > Please review. > > Thanks, > Adam Adam Sotona has updated the pull request incrementally with one additional commit since the last revision: Update src/java.base/share/classes/jdk/intern

Re: RFR: 8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem

2023-05-28 Thread Andrey Turbanov
On Thu, 25 May 2023 12:24:59 GMT, Adam Sotona wrote: > Fix of jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo returning correct > zero power of two. > > Please review. > > Thanks, > Adam src/java.base/share/classes/jdk/internal/classfile/impl/EntryMap.java line 177: > 175: > 176: p

RFR: 8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem

2023-05-25 Thread Adam Sotona
Fix of jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo returning correct zero power of two. Please review. Thanks, Adam - Commit messages: - 8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem Changes: https://git.openjdk.org/jdk/pull/14148/files Webr