mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -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