mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214552: Resolve clash between 4947890 and 8130264
Reviewed-by: rriggs, mchung
This commit is contained in:
parent
7fe615f9a7
commit
b8c9517a0d
2 changed files with 2 additions and 4 deletions
|
@ -90,7 +90,6 @@ public final class SystemProps {
|
|||
putIfAbsent(props, "socksNonProxyHosts", raw.propDefault(Raw._socksNonProxyHosts_NDX));
|
||||
putIfAbsent(props, "awt.toolkit", raw.propDefault(Raw._awt_toolkit_NDX));
|
||||
putIfAbsent(props, "java.awt.headless", raw.propDefault(Raw._java_awt_headless_NDX));
|
||||
putIfAbsent(props, "java.awt.printerjob", raw.propDefault(Raw._java_awt_printerjob_NDX));
|
||||
putIfAbsent(props, "java.awt.graphicsenv", raw.propDefault(Raw._java_awt_graphicsenv_NDX));
|
||||
putIfAbsent(props, "sun.desktop", raw.propDefault(Raw._sun_desktop_NDX));
|
||||
putIfAbsent(props, "sun.java2d.fontpath", raw.propDefault(Raw._sun_java2d_fontpath_NDX));
|
||||
|
@ -204,8 +203,7 @@ public final class SystemProps {
|
|||
@Native private static final int _https_proxyHost_NDX = 1 + _http_proxyPort_NDX;
|
||||
@Native private static final int _https_proxyPort_NDX = 1 + _https_proxyHost_NDX;
|
||||
@Native private static final int _java_awt_graphicsenv_NDX = 1 + _https_proxyPort_NDX;
|
||||
@Native private static final int _java_awt_printerjob_NDX = 1 + _java_awt_graphicsenv_NDX;
|
||||
@Native private static final int _java_awt_headless_NDX = 1 + _java_awt_printerjob_NDX;
|
||||
@Native private static final int _java_awt_headless_NDX = 1 + _java_awt_graphicsenv_NDX;
|
||||
@Native private static final int _java_io_tmpdir_NDX = 1 + _java_awt_headless_NDX;
|
||||
@Native private static final int _line_separator_NDX = 1 + _java_io_tmpdir_NDX;
|
||||
@Native private static final int _os_arch_NDX = 1 + _line_separator_NDX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue