comparison src/share/vm/runtime/thread.cpp @ 21875:431b127fc0d1

Renaming of classes around jvmciOptions for clarity
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 09 Jun 2015 13:06:37 +0200
parents 16eff885df66
children c28cb37b2e1d
comparison
equal deleted inserted replaced
21874:f79218584d37 21875:431b127fc0d1
3394 // Parse arguments 3394 // Parse arguments
3395 jint parse_result = Arguments::parse(args); 3395 jint parse_result = Arguments::parse(args);
3396 if (parse_result != JNI_OK) return parse_result; 3396 if (parse_result != JNI_OK) return parse_result;
3397 3397
3398 #ifdef JVMCI 3398 #ifdef JVMCI
3399 OptionsValueTable* options = JVMCIRuntime::parse_arguments(); 3399 OptionValuesTable* options = JVMCIRuntime::parse_arguments();
3400 if (options == NULL) { 3400 if (options == NULL) {
3401 return JNI_ERR; 3401 return JNI_ERR;
3402 } 3402 }
3403 #endif 3403 #endif
3404 3404