@haxtbh I don't think your statement is correct -- it is possible to run Java 8 on CF9, however it is not supported. The support issue is somewhat moot now anyways because CF9 has reached End Of Life so there is no official support. If you do want to run Java 8 on CF9 make sure you apply all the hotfixes first, especially the one where they added support for Java 7. Here's an example showing someone getting Java8 running on CF9: http://www.trunkful.com/index.cfm/2014/12/8/Preventing-SSLv3-Fallback-in-ColdFusion For most Java apps updating the JVM to a newer version does not cause major issues, with CF there are some parts that are not pure java, so you might see issues with those parts, or if a library was using an undocumented class in a JVM that was removed, etc. Granted since CF9 is not supported by adobe the best route is to upgrade to CF10 or CF11.
... View more