Java 8 vs 11 vs 15

Status
This thread has been locked.

kuba256

Premium
Feedback score
0
Posts
13
Reactions
2
Resources
0
Hey,
is there any FPS difference in Minecraft between Java versions 8, 11 and 15?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

zSpleed

Premium
Feedback score
1
Posts
75
Reactions
32
Resources
1
java is a software and not a piece of hardware.
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
5

Annie

ApolloSMP
Supreme
Feedback score
20
Posts
682
Reactions
402
Resources
9
Hey,
is there any FPS difference in Minecraft between Java versions 8, 11 and 15?
Not really, considering Java 11 would just run the code in whatever native version it was coded in. If it was coded in java 8 and doesn't use Java 11 methods, then it's known as a "level" 8 class. Often times a project is only level 6 or 7 unless they start to use lambdas and more complicated methods. Only once did I have a project that needed the Java 11 and level 11 support. Which was for copying files easily, from inside the jar file to outside the jar file. So it's highly unlikely using a newer version will do much difference, it definitely shouldn't cause any harm. As another user said, the math might be more optimized but I doubt it's significant enough to make much of a change.
 

VernalOW

Feedback score
0
Posts
3
Reactions
1
Resources
0
In my experience, 1.8 has given me the Best FPS. Not sure if it has to do with the amount of data loaded or what.
 
Status
This thread has been locked.
Top