JDK-8147612 : move from macro style to function style in jjs tests
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Affected Version: 9.1
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2016-01-19
  • Updated: 2017-07-05
  • Resolved: 2017-07-05
Related Reports
Relates :  
Description
The jjs tests (see JDK-8144113) currently employ string interpolation to a great degree. The infrastructure should be refactored to a style that employs higher-order functions to reduce possible issues with dynamic scoping.