MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Oracle planning to eliminate access to private APIs

Published on 20 October 15
0
1
In next Java version, Oracle is planning to eliminate access to private API sun.misc.unsafe whose final outcomes could be drastic.

You would not be able to access private but unsupported API in Java 9 outside JDK. According to Java development team, programmers would not be able to access most of the private APIs in coming version by default; however they can imported to use along with the program. The private API has plenty of benefits like memory utilization, Java heap warm up and many others.

Most of the developers use this API during Java development, so they are afraid now how to work without it. Actually Oracle is planning to eliminate access to all private APIs by default outside JDK. But they would be available in form of package that can be quickly imported to utilize along with your program.
Oracle planning to eliminate access to private APIs - Image 1
Today, most of the companies rely on this private API to get their Java development job to be done. According to experts, Java 9 would be completely focused on modularization concept so they have decided to eliminate access to private APIs. API can cause big data interruption and it will bring instability to JVM. So Private API is not to be used by novice players but it should be utilized by expert developers only.

The team is working together to standardize safe parts and retiring unsafe part of APIs. The statement clearly proves that some of the APIs are still available to access by default but most of them that were considered unsafe have been eliminated by default.

According to Oracle’s expert team, they have been taken this decision after careful observation only. However, Oracle has denied commenting further on preventing access to private APIs ad how it would for upcoming versions.
This blog is listed under Development & Implementations and Data & Information Management Community

Related Posts:
Post a Comment

Please notify me the replies via email.

Important:
  • We hope the conversations that take place on MyTechLogy.com will be constructive and thought-provoking.
  • To ensure the quality of the discussion, our moderators may review/edit the comments for clarity and relevance.
  • Comments that are promotional, mean-spirited, or off-topic may be deleted per the moderators' judgment.
You may also be interested in
 
Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top