mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8169001: Remove launcher's built-in ergonomics
Reviewed-by: dholmes, erikj
This commit is contained in:
parent
ac33542985
commit
e3e8bf9ebe
30 changed files with 43 additions and 658 deletions
|
@ -639,11 +639,6 @@ void JLI_ReportExceptionDescription(JNIEnv * env) {
|
|||
}
|
||||
}
|
||||
|
||||
jboolean
|
||||
ServerClassMachine() {
|
||||
return (GetErgoPolicy() == ALWAYS_SERVER_CLASS) ? JNI_TRUE : JNI_FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* Wrapper for platform dependent unsetenv function.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue