You are currently browsing the tag archive for the ‘Java SE 8 Embedded’ tag.
Tag Archive
Leveraging Embedded Multicore with Java SE 8
03/31/2014 in Embedded | Tags: benchmark, Java Embedded, Java SE 8 Embedded, Lambda, multicore, performance | Leave a comment
Jim Connors published a great blog post a little while ago, describing the benefits of using the new Java SE 8 language and API features on multicore embedded systems like the Boundary Devices BD-SL-i.MX6 (built around the Freescale i.MX6 quad-core architecture).
As you can see in the above diagram, leveraging parallel Java SE 8 Lambda and stream operations can dramatically improve overall performance. What’s more, the effort on the part of the developer is minor and the resulting Java code is portable and scalable across all Java SE 8 platforms, including completely different underlying architectures such as ARM on Linux vs. x86 on Windows.
Compare that to a traditional embedded multicore application, which typically is built with specialized frameworks, knowledge, and tuning and results in platform-specific code with limited portability and scalability. Plus, potentially hard-to-find multithreading bugs …
Out-of-the-box multicore support is another great example of why Java Embedded makes a lot of sense for embedded solutions.
Cheers,
— Terrence
Java SE 8 is here!
03/18/2014 in Embedded | Tags: Create The Future, Java Embedded, Java SE 8, Java SE 8 Embedded, JDK 8, launch event, webcast | Leave a comment
Java SE 8 was released just a few minutes ago, along with Java SE Embedded 8.
Find out all about it on the Java Source Blog (post1, post2).
And be sure to sign up for the Java 8 Launch Event on March 25.
Cheers,
— Terrence



Recent Comments