mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
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:
parent
934898a792
commit
9c761152db
6 changed files with 36 additions and 46 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue