-
Bug
-
Resolution: Fixed
-
P3
-
18, 19
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280634 | 18.0.1 | Aleksey Shipilev | P3 | Resolved | Fixed | b04 |
JDK-8279955 | 18 | Aleksey Shipilev | P3 | Resolved | Fixed | b32 |
JDK-8289942 | 17.0.5-oracle | Alexey Semenyuk | P3 | Resolved | Fixed | b02 |
JDK-8290794 | 17.0.5 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
* For target support_native_jdk.jpackage_libjpackageapplauncheraux_JvmLauncher.o:
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp: In member function 'int {anonymous}::JliLaunchData::initJvmlLauncherData(JvmlLauncherData*) const':
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:289:54: error: expected primary-expression before ',' token
offsetof(JvmlLauncherData, jliLaunchArgv), curPtr);
^
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:289:56: error: 'jliLaunchArgv' was not declared in this scope
offsetof(JvmlLauncherData, jliLaunchArgv), curPtr);
^~~~~~~~~~~~~
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:289:69: error: 'offsetof' was not declared in this scope
offsetof(JvmlLauncherData, jliLaunchArgv), curPtr);
^
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:300:54: error: expected primary-expression before ',' token
offsetof(JvmlLauncherData, envVarNames), curPtr);
^
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:310:54: error: expected primary-expression before ',' token
offsetof(JvmlLauncherData, envVarValues), curPtr);
... (rest of output omitted)
- backported by
-
JDK-8279955 jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails to build with GCC 6.3.0
- Resolved
-
JDK-8280634 jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails to build with GCC 6.3.0
- Resolved
-
JDK-8289942 jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails to build with GCC 6.3.0
- Resolved
-
JDK-8290794 jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails to build with GCC 6.3.0
- Resolved
- relates to
-
JDK-8274856 Failing jpackage tests with fastdebug/release build
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/dec16ad4
-
Commit openjdk/jdk18/14a90e53
-
Review openjdk/jdk17u-dev/570
-
Review openjdk/jdk18/74