Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11, 17, 18
-
Fix Version/s: 18
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b15
Description
Currently, the build system defaults the libjvm.so location to "server":
https://github.com/openjdk/jdk/blob/faa942c8ba8ad778b6be20ff6d98a5040a9079e9/make/hotspot/HotspotCommon.gmk#L37-L42
This makes looking for libjvm.so from the tests awkward, seeJDK-8273487 for example. We need to see if moving the libjvm.so to a proper location breaks anything.
Draft PR:
https://github.com/openjdk/jdk/pull/5440
https://github.com/openjdk/jdk/blob/faa942c8ba8ad778b6be20ff6d98a5040a9079e9/make/hotspot/HotspotCommon.gmk#L37-L42
This makes looking for libjvm.so from the tests awkward, see
Draft PR:
https://github.com/openjdk/jdk/pull/5440
Attachments
Issue Links
- relates to
-
JDK-8273797 Stop impersonating "server" VM in all VM variants
-
- Resolved
-
-
JDK-8273487 Zero: Handle "zero" variant in runtime tests
-
- Resolved
-