Re: RFR: 8324573: HashMap::putAll add notes for conservative resizing [v7]

2024-04-10 Thread Joshua Cao
On Fri, 5 Apr 2024 15:57:24 GMT, Volker Simonis wrote: >> I tried looking at the docs with `make docs-image`, but I can't test that >> the syntax/links are actually correct because `@implNote` does not actually >> show up in the web pages. As I understand from [the original >> proposal](https:

Re: RFR: 8324573: HashMap::putAll add notes for conservative resizing [v7]

2024-04-05 Thread Volker Simonis
On Thu, 4 Apr 2024 22:18:16 GMT, Joshua Cao wrote: > I tried looking at the docs with `make docs-image`, but I can't test that the > syntax/links are actually correct because `@implNote` does not actually show > up in the web pages. As I understand from [the original > proposal](https://mail.o

Re: RFR: 8324573: HashMap::putAll add notes for conservative resizing [v7]

2024-04-04 Thread Joshua Cao
On Thu, 4 Apr 2024 22:17:33 GMT, Joshua Cao wrote: >> Add notes for `HashMap::putAll()` conservative resizing. >> >> Note: everything below this line is from the original change. After >> discussion, we decided to keep the conservative resizing, but we should add >> an `@implNote` for the deci

Re: RFR: 8324573: HashMap::putAll add notes for conservative resizing [v7]

2024-04-04 Thread Joshua Cao
> Add notes for `HashMap::putAll()` conservative resizing. > > Note: everything below this line is from the original change. After > discussion, we decided to keep the conservative resizing, but we should add > an `@implNote` for the decision. > > --- > > This change mirrors what we did for Co