7167625: Adjustments for SE-Embedded build process

Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users.

Reviewed-by: kvn, dholmes
This commit is contained in:
Gary Collins 2012-05-11 11:30:03 -07:00
parent e897b69d19
commit bfa3402f16
2 changed files with 7 additions and 3 deletions

View file

@ -3039,7 +3039,7 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
return result;
}
#ifdef JAVASE_EMBEDDED
#if (defined JAVASE_EMBEDDED || defined ARM)
UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
#endif