Integrated: 8328822: C2: "negative trip count?" assert failure in profile predicate code
    Roland Westrelin 
    roland at openjdk.org
       
    Thu Apr 11 07:29:52 UTC 2024
    
    
  
On Wed, 10 Apr 2024 07:37:20 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> The assert failure is caused by:
> 
> ABS(min_jint) = min_jint
> 
> 
> Given the `ABS` is part of a floating computation, the fix I propose
> is to cast the value to float before the `ABS`.
This pull request has now been integrated.
Changeset: 2ceeb6c0
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2ceeb6c00135310b7bdabacb92d26d81de525240
Stats:     65 lines in 2 files changed: 64 ins; 0 del; 1 mod
8328822: C2: "negative trip count?" assert failure in profile predicate code
Reviewed-by: shade, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/18707
    
    
More information about the hotspot-compiler-dev
mailing list