Integrated: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation
    Man Cao 
    manc at openjdk.org
       
    Wed Sep 10 17:45:29 UTC 2025
    
    
  
On Mon, 25 Aug 2025 19:38:23 GMT, Man Cao <manc at openjdk.org> wrote:
> Hi,
> 
> Could anyone review this change that fixes https://bugs.openjdk.org/browse/JDK-8366118? When this bug happens, it is difficult or almost impossible to debug due to the lack of stack trace, hs-err log or core dump. Fortunately we are also experimenting with sigaltstack for https://bugs.openjdk.org/browse/JDK-8364654, and it helped immensely to identify the root cause.
> 
> I will also try adding a test case for DontCompileHugeMethod under -XX:-TieredCompilation.
> 
> -Man
This pull request has now been integrated.
Changeset: 4e2a85f7
Author:    Man Cao <manc at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4e2a85f7500876d65c36aeaf54f5361a1549e7f5
Stats:     143 lines in 2 files changed: 123 ins; 0 del; 20 mod
8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation
Co-authored-by: Chuck Rasbold <rasbold at openjdk.org>
Co-authored-by: Justin King <jcking at openjdk.org>
Reviewed-by: rasbold, iveresov, jiangli
-------------
PR: https://git.openjdk.org/jdk/pull/26932
    
    
More information about the hotspot-compiler-dev
mailing list