JDK-8147914 : [TESTBUG] runtime/jsig/Test8017498.sh needs to use jtreg native compilation support
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-01-21
  • Updated: 2016-01-25
  • Resolved: 2016-01-25
Related Reports
Duplicate :  
Description
Test8017498.sh explicitly invokes gcc to compile native code and then uses LD_PRELOAD. But it requires/assumes that the default configuration for gcc will produce a binary that is compatible with the JVM under test. This need not be the case when running a 32-bit VM and test on a 64-bit system.

Using the build time jtreg native compilation facility should fix this.