Bartłomiej Mazur

About Java, my projects and diorite.

Breaking Java

» breakingjava

Articles by category: breakingjava


others java diorite benchmark performance
2018
17 Mar 2018

Everything is a duck, or not?

I didn’t post anything in a while again… maybe this time it will be better. This post will be short,...

2017
27 Nov 2017

Reflections over modules in java 9, part 2

In last post we used unsafe to break module system, in this post I will show other ways for doing...

08 Nov 2017

Reflections over modules in java 9

In Java 9 we have a new module system, I will not write much about it, as there are already...

24 Jun 2017

Dynamic enums in java

In java we have enum types, they might be great to describe some constant stuff, like days of week. But...