Javaws.sr.launchts, and Java 8 in JNLP File

Hello,
What is the javaws.sr.launchts property for in the .jnlp for launching projects?

I noticed that in Ignition 7.7 that the JNLP file has these two lines:

<j2se version="1.6" initial-heap-size="32M" max-heap-size="256M" java-vm-args="-XX:MaxPermSize=128m"/>
<j2se version="1.7" initial-heap-size="32M" max-heap-size="256M" java-vm-args="-XX:MaxPermSize=128m"/>

Should there be a line for Java 1.8 in there?