RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
    Daniel Lundén 
    dlunden at openjdk.org
       
    Thu Oct 16 08:37:12 UTC 2025
    
    
  
On Thu, 16 Oct 2025 08:23:10 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> This also raises the question about the usefulness of matching method return types, but that's out of the scope of this RFE.
Right, that's a good point: in Java you cannot have methods with the same name and parameter types, but different return value types. I don't know if that property also translates to the JVM level.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27818#issuecomment-3409797303
    
    
More information about the hotspot-compiler-dev
mailing list