Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 9
- Affects Version/s: 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142653 | emb-9 | Ioi Lam | P3 | Resolved | Fixed | team |
Some tests, like Test8017498.sh, depend on VM_CPU being set correctly. VM_CPU is based on running "grep" on the output of -Xinternalversion. The problem is the internal version contains other information that can be mistaken for a cpu name. For example, a JPRT build has an internal version with the format .., so you can easily get test failures if your username or repo name contain a string that test_env.sh is grepping for. Looks like the same problem exists for VM_OS and VM_TYPE.
backported by
JDK-8142653 [TESTBUG] hotspot test_env.sh can set VM_CPU incorrectly
- Resolved
relates to
JDK-8144603 runtime/jsig/Test8017498.sh fails with UnsatisfiedLinkError: "wrong ELF class: ELFCLASS32
- Closed