8005044: remove crufty '_g' support from HS runtime code

Phase 2 is removing '_g' support from the Runtime code.

Reviewed-by: dcubed, coleenp, hseigel
This commit is contained in:
Ron Durbin 2012-12-19 10:35:08 -08:00 committed by Daniel D. Daugherty
parent 934898a792
commit 9c761152db
6 changed files with 36 additions and 46 deletions

View file

@ -3030,7 +3030,6 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
strcpy(shared_archive_path, jvm_path);
strcat(shared_archive_path, os::file_separator());
strcat(shared_archive_path, "classes");
DEBUG_ONLY(strcat(shared_archive_path, "_g");)
strcat(shared_archive_path, ".jsa");
SharedArchivePath = shared_archive_path;