mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-08-01 02:15:47 -04:00
to the shitcan with flags that break things
This commit is contained in:
@@ -1199,13 +1199,6 @@ void JavaLibrary::initializeJavaThread()
|
||||
tempOption.optionString = "-verbose:class";
|
||||
options.push_back(tempOption);
|
||||
}
|
||||
if (ms_javaVmType != JV_ibm)
|
||||
{
|
||||
tempOption.optionString = "-Xrs";
|
||||
options.push_back(tempOption);
|
||||
tempOption.optionString = "-Xcheck:jni";
|
||||
options.push_back(tempOption);
|
||||
}
|
||||
if (ConfigServerGame::getLogJavaGc())
|
||||
{
|
||||
tempOption.optionString = "-Xloggc:javagc.log";
|
||||
|
||||
Reference in New Issue
Block a user