Integrated: 8255119: Monitor::wait takes signed integer as timeout
    David Holmes 
    dholmes at openjdk.org
       
    Tue Jan 10 00:49:00 UTC 2023
    
    
  
On Mon, 9 Jan 2023 07:52:31 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Please review this simple cleanup of the JVM `Monitor`/`PlatformMonitor` code so that timeouts are expressed as unsigned rather than signed values i.e. `int64_t`/`jlong` -> `uint64_t`.
> 
> Testing:
>  - tiers 1-3
>  - all builds in Oracle CI in tiers 1-5, plus shenandoah GC on LInux x64
> 
> Thanks
This pull request has now been integrated.
Changeset: a6386634
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a63866341ee8d169bdf88cf56f5d72168263fa81
Stats:     30 lines in 6 files changed: 7 ins; 6 del; 17 mod
8255119: Monitor::wait takes signed integer as timeout
Reviewed-by: jsjolen, stuefe, coleenp, gziemski
-------------
PR: https://git.openjdk.org/jdk/pull/11898
    
    
More information about the hotspot-runtime-dev
mailing list