mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
d679703c0b
916 changed files with 17528 additions and 6495 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