mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8189761
: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes
This commit is contained in:
parent
abb2ba45ae
commit
df39eec7de
6 changed files with 161 additions and 19 deletions
|
@ -63,7 +63,11 @@
|
|||
#endif
|
||||
|
||||
// Note: This is a special bug reporting site for the JVM
|
||||
#define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
|
||||
#ifdef VENDOR_URL_VM_BUG
|
||||
# define DEFAULT_VENDOR_URL_BUG VENDOR_URL_VM_BUG
|
||||
#else
|
||||
# define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
|
||||
#endif
|
||||
#define DEFAULT_JAVA_LAUNCHER "generic"
|
||||
|
||||
char* Arguments::_jvm_flags_file = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue