DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Pierre-Yves Bigourdan

Software Engineer at BBC

Joined May 2018

https://github.com/PyvesB

Stats

Reputation: 89
Pageviews: 21.1K
Articles: 1
Comments: 2
  • Articles
  • Comments

Articles

article thumbnail
Pushing the JNI Boundaries: Java Meets Assembly
This lesson in assembly and Java will teach you how to use the Java Native Interface to work directly with an assembler.
May 31, 2018
· 21,141 Views · 25 Likes

Comments

Why You Should Avoid Using Exceptions as the Control Flow in Java

Dec 28, 2019 · Dursun Koç

The benchmark suffers from a couple of pitfalls:

* there is no JVM warmup, leading to a mixture of optimised and unoptimised code in the timings. The code with exceptions as control flow may (though unlikely) be faster once the JIT compiler has kicked in, the benchmark does not allow to conclude.

* the return values of the methods aren't used and a constant input is fed. Especially with the pure no exception function, the VM may make assumptions and optimise the loop out for example.

A benchmark written with JMH would have prevented these issues. ;)

Pushing the JNI Boundaries: Java Meets Assembly

Jun 01, 2018 · Pierre-Yves Bigourdan

Thanks for sharing your thoughts! Project Panama and the ongoing work with JEP 191 will probably change quite a lot of things when integrating with native code, but their release is probably still quite far off. It will definitely be interesting to see how integration with modern versions of C++ evolves.

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: