-
Recent Posts
- More Performance! | OpenJDK Contrib | Java Coding | Head Crashing Informatics 78
- Coding Microservice From Scratch (Part 12) | JAX-RS Done Right! | Head Crashing Informatics 77
- Coding Microservice From Scratch (Part 11) | JAX-RS Done Right! | Head Crashing Informatics 76
- Coding Microservice From Scratch (Part 10) | JAX-RS Done Right! | Head Crashing Informatics 75
- Coding Microservice From Scratch (Part 9) | JAX-RS Done Right! | Head Crashing Informatics 74
Recent Comments
Archives
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- December 2018
- November 2018
- October 2018
- September 2018
- July 2018
- May 2018
- April 2018
- March 2018
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- March 2014
- February 2014
- February 2011
- January 2011
- July 2010
- April 2010
- January 2010
Categories
Meta
Tag Archives: Custom Build
My First OpenJDK Contribution CODE DEEP-DIVE (Part 4 of 4) | Java 18 | Head Crashing Informatics 43
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 4 of 4) | Java 18 | Head Crashing Informatics 43
My First OpenJDK Contribution CODE DEEP-DIVE (Part 3 of 4) | Java 18 | Head Crashing Informatics 41
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 3 of 4) | Java 18 | Head Crashing Informatics 41
My First OpenJDK Contribution CODE DEEP-DIVE (Part 2 of 4) | Java 18 | Head Crashing Informatics 36
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 2 of 4) | Java 18 | Head Crashing Informatics 36
My First OpenJDK Contribution CODE DEEP-DIVE (Part 1 of 4) | Java 18 | Head Crashing Informatics 36
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 1 of 4) | Java 18 | Head Crashing Informatics 36
Compiling my own JDK! | Modern Java | Head Crashing Informatics 34
I am sick of several #performance flaws of the #JRE, so I downloaded the source code of #OpenJDK 17 and compiled my own custom #Java runtime! If you also want to do that, just follow the instructions in this video … Continue reading
Posted in Java, Open Source, Programming
Tagged Coding, Compile, Custom Build, Head Crashing, Java, Java 17, JRE, openjdk, Programming, Tutorial
Comments Off on Compiling my own JDK! | Modern Java | Head Crashing Informatics 34