Skip to content

Commit

Permalink
Fix javac memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 23, 2023
1 parent 2804681 commit d52fd95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ else if ( !suppressSource( config ) )
args.add( value );
}

args.add( "-XDuseUnsharedTable=true" );

return args.toArray( new String[0] );
}

Expand Down

0 comments on commit d52fd95

Please sign in to comment.