mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8341649: Regressions with large metaspace apps after 8338526
Reviewed-by: liach, stuefe
This commit is contained in:
parent
caf053b3ad
commit
ba5093935d
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class InvokerBytecodeGenerator {
|
|||
return ClassFile.of().build(classEntry, pool, new Consumer<>() {
|
||||
@Override
|
||||
public void accept(ClassBuilder clb) {
|
||||
clb.withFlags(ACC_ABSTRACT | ACC_SUPER)
|
||||
clb.withFlags(ACC_FINAL | ACC_SUPER)
|
||||
.withSuperclass(INVOKER_SUPER_DESC)
|
||||
.with(SourceFileAttribute.of(clb.constantPool().utf8Entry(SOURCE_PREFIX + name)));
|
||||
config.accept(clb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue