RFR 8162458 Buffer view implementations use incorrect offset for Unsafe access

David Holmes david.holmes at oracle.com
Tue Aug 16 02:05:00 UTC 2016


Hi Andrew,

On 16/08/2016 3:59 AM, Andrew Haley wrote:
> On 15/08/16 18:40, Aleksey Shipilev wrote:
>> On 08/15/2016 08:15 PM, Andrew Haley wrote:
>>> has anyone looked at this yet?  I've just got back from my travels.
>>
>> I think it was reviewed and committed, as "HG Updater" comments say:
>>  https://bugs.openjdk.java.net/browse/JDK-8162458
>
> Hmm, okay.  I didn't see a reply to the email.
>
> It's in hs but not hs-comp.  Do you have any idea why hs is used and
> not hs-comp, or vice versa?  I'd love to know which one I'm supposed
> to use for development.

hs-comp is the team forest for the compiler team. If you are working 
primarily on hotspot compiler issues and want to integrate with latest 
work the compiler team is doing, and/or you have shared compiler 
changes, then you would push to hs-comp.

All other hotspot changes (runtime, gc, serviceability) now go to the hs 
forest directly (hs-rt and hs-gc forests no longer operate).

David

> Andrew.
>
>


More information about the core-libs-dev mailing list