- 
    Bug 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    23
- 
        aarch64
                    When compiling stubGenerator_aarch64.cpp while doing a build with --with-jvm-variants=client of minimal, there is a compile error:
stubGenerator_aarch64.cpp:8470:13: error: use of undeclared identifier 'InlineSecondarySupersTest'
InlineSecondarySupersTest is introduced in c2_globals.hpp, so I think using it should be in between
#ifdef COMPILER2
#endif
stubGenerator_aarch64.cpp:8470:13: error: use of undeclared identifier 'InlineSecondarySupersTest'
InlineSecondarySupersTest is introduced in c2_globals.hpp, so I think using it should be in between
#ifdef COMPILER2
#endif
- duplicates
- 
                    JDK-8331658 secondary_super_cache does not scale well: C1 -           
- Closed
 
-         
- relates to
- 
                    JDK-8180450 secondary_super_cache does not scale well -           
- Resolved
 
-