-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b15
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
- relates to
-
JDK-8273797 Stop impersonating "server" VM in all VM variants
-
- Resolved
-
-
JDK-8273487 Zero: Handle "zero" variant in runtime tests
-
- Resolved
-