RFR: 8274986: max code printed in hs-err logs should be configurable
    David Holmes 
    dholmes at openjdk.java.net
       
    Mon Oct 11 12:06:06 UTC 2021
    
    
  
On Mon, 11 Oct 2021 09:35:46 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> I have no idea what the history of `StackPrintLimit` is but there doesn't seem to be any call to have it be a non-develop flag. I'm assuming 100 is plenty and noone ever needs to change it.
>> 
>> For the new flag, develop is pretty useless if the issue is that the default value may not show enough information. Making it diagnostic seems reasonable. If people hit an issue and the default value doesn't show enough information again then they can change the value and hopefully diagnose the problem further.
>> 
>> David
>
> Ok, let's just make `ErrorLogPrintCodeLimit` be diagnostic. Is there more process for this apart from simply making the change in this PR?
Only the change in the PR is needed - no CSR request for diagnostic flags.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5875
    
    
More information about the hotspot-dev
mailing list