Valhalla - Where Are We?

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 71

  • @DavidDLee
    @DavidDLee 20 днів тому +50

    I hope I can use Java with Valhalla before getting to Valhalla

  • @lukaszmachowski
    @lukaszmachowski 8 днів тому +5

    Brian and his Valhalla team have just discovered the E=mc² of Java. It really is so beautifully elegant. Now they have a little matter of general and special relativity to iron out and then they’re done. I’ve been watching this space for the last 10 years and am super impressed with how clean and simple you’ve made it. Well done!

  • @lapissea1190
    @lapissea1190 22 дні тому +44

    Top 5 things that I am incredibly excited about in java:
    Type enforced nullability (thanks Valhalla)
    Project Valhalla
    Project Valhalla
    Project Valhalla
    Project Valhalla

  • @JoeMwangi
    @JoeMwangi 20 днів тому +51

    "No new bytecodes, no new type descriptors and no new constant pool forms". Damn. That's epic research and design approach for Valhalla.

    • @JoeMwangi
      @JoeMwangi 12 днів тому

      @@curio78 hearing from whom? Also, some features already in preview in preparation for valhalla. There is a prototype JDK version they released which I've tested.

    • @JoeMwangi
      @JoeMwangi 11 днів тому

      @@curio78 saying they haven't figured out serialisation based on the talk is quite a misnomer. Even the talk doesn't say that. You seem to have misinterpreted. They already figured it out, and another talk was published a few hours ago which highlights the path for value objects will take in serialisation, which is through strict initialisation. The approach uses the constructor of that value type similar to how records do serialisation but with further strictness, and now the developer specifies the default constructor to use.

    • @JoeMwangi
      @JoeMwangi 11 днів тому

      @@curio78 Okay, then explain more how brain storming should work and how they are doing trial and error! It's easy to type paragraphs than refactoring the whole jvm to provide these features.
      "No I heard him speak". I didn't hear him speak about it in the video.
      Wait. Out of curiosity. Which programming language do you use mainly? I'm suspecting it is a specific one that I tend to see this kind of negative discussion.

    • @JoeMwangi
      @JoeMwangi 11 днів тому

      @@curio78 then this part was meant for people like you 8:56

  • @khmarbaise
    @khmarbaise 20 днів тому +19

    Great insights what is under the hood ... and how the improvements are thoroughly thought through and coming step-by-step into the language... Great thanks to all people who are working on that... with so much passion and with so much attention to details, which in the end leaves a very rounded impression in the language.

  • @AlesNajmann
    @AlesNajmann 19 днів тому +12

    After years of waiting there is a light at the end of the tunnel. Looks really neat. Kudos to all the engineers and researchers ❤

  •  20 днів тому +5

    Thank you for make me love Java a little bit more, it is really nice to see the process of modernization from inside and learn from your experiences.

  • @danhoward7697
    @danhoward7697 18 днів тому +3

    Thank you for a sensible track on operator overloading!

  • @hugithordarson
    @hugithordarson 21 день тому +13

    I love how this is the first JVMLS video I can't watch now but have to wait for.
    Edit: To be clear, this comment is written in good fun. On a more serious note I'm thoroughly impressed with the work the Java team has done in the past few years and as a long time Java dev, I appreciate and much prefer the "get it right" approach and mentality.

  • @gudenau
    @gudenau 20 днів тому +29

    This is what happens when you let features bake, it's why Java is my favorite language.

  • @jurgen5557
    @jurgen5557 20 днів тому +6

    Wow, I am impressed! There obviously are genial and brave design decisions involve. This seems to be another huge step forward. Maybe we can see a bunch of this already with next LTS Java25?

  • @Linuxhippy2
    @Linuxhippy2 16 днів тому +1

    incredible how clean the suggested design is. awesome work - thanks a lot. can't wait to see this in production.

  • @face-it
    @face-it 21 день тому +6

    The architect of the best programming language will talk about the best upcoming feature

  • @Quinteger
    @Quinteger 21 день тому +31

    Hoping for a release before year 2100

  • @prdoyle
    @prdoyle 20 днів тому +7

    Great stuff! Can we declare a class non-nullable by default to save people having to use "!" everywhere?

    • @deeplykind3754
      @deeplykind3754 19 днів тому +3

      Probably not, cause it needs to be backwards compatible

  • @gigaherz_
    @gigaherz_ 20 днів тому +7

    I am somewhat disappointed that "integrity first" means we don't get flattening for complex values unless we make our code messy with explicit annotations/interfaces/whatever.
    If the language has a volatile keyword specifically to designate things that are intended to be updated from multiple threads, why isn't everything else that doesn't have this attribute allowed to tear? It seems like a strange choice to disable all these optimizations just because someone out there may be writing poorly protected multithreaded code.

  • @lmj5994
    @lmj5994 19 днів тому +11

    My opinion on operator overloading is that there should be no operator overloading in Java. My reasoning is that operator overloading reduces clarity without bringing any material benefits (syntax sugar notwithstanding). Operator overloading is confusing (what does "+" mean ?) and incomplete (there are far more operators needed than are present in any language). And I fail to see the benefit of writing "p1 + p2" instead of "p1.add( p2 )" for anything other than pre-defined primitive types. Others may have a different opinion, I am fine with that, but "no operator overloading in Java" is mine.

  • @zombi1034
    @zombi1034 22 дні тому +11

    I am excited!

  • @nuharaf
    @nuharaf 22 дні тому +7

    they know how to tease us lol

  • @andmal8
    @andmal8 20 днів тому +4

    Nice job!

  • @Mirage2020
    @Mirage2020 20 днів тому +2

    Hope we got a oreview for OpenJDK 24, that would be great 👍

  • @sphesihlemanuel2933
    @sphesihlemanuel2933 22 дні тому +2

    Wake me up when we get there !!!

    • @VuLinhAssassin
      @VuLinhAssassin 21 день тому +1

      In our lifetime, we might never be able to use Valhalla. Our next generation can. Enterprise still stuck with Java 8 anyway.

  • @davidhsv2
    @davidhsv2 19 днів тому

    Can't wait to create leetcode code that you can actually read, without primitive juggling. Keep the great job 🙏

  • @VuLinhAssassin
    @VuLinhAssassin 21 день тому

    Bois... It is time to join the Valhalla!
    VALHALLA!!!

  • @Groostav
    @Groostav 20 днів тому +2

    Sorry, so what happens to `ArrayList`? From my watching of this video, it seems like I will be able to write `ArrayList` and get a lowering optimization that will back the resulting instance with something like more like an `int[]` instead of an `Object[]`, correct?

    • @loic.bertrand
      @loic.bertrand 19 днів тому +1

      I wonder how the internal array of a new ArrayList() is gonna be initialised

  • @renbangbprd7236
    @renbangbprd7236 21 день тому +4

    Can't wait for project lilliput, I hope Java memory usage can be reduced by half

    • @pompiuses
      @pompiuses 21 день тому

      Use GraalVM for that.

    • @altgamz1072
      @altgamz1072 21 день тому

      @@pompiuses Nope, Graal have many limitation because of closed world nature. Whats the point of lilliput, if it can't do that

    • @pompiuses
      @pompiuses 20 днів тому

      @@altgamz1072 Lilliput will just be a drop in the bucket.

    • @renbangbprd7236
      @renbangbprd7236 20 днів тому +1

      @@pompiuses I agree with altgamz, it should be able to reduce the memory usage at the very least 20-30%

    • @alathreon8315
      @alathreon8315 20 днів тому +5

      Half ??? Reducing header size by half won't reduce object size by half. Lilluput expect between 10% to 20% reduction in size in average.

  • @andreilisa9317
    @andreilisa9317 18 днів тому

    Well Done

  • @StarContract
    @StarContract 4 дні тому

    Folks, I'm writing a game engine in Java. I'm following and waiting for this project to get out. Please end my suffering

  • @michaelschneider603
    @michaelschneider603 8 днів тому

    Now let's see who wins the race: Project Valhalla, or string interpolation?

  • @tintifax8531
    @tintifax8531 19 днів тому

    Now let’s hope this stuff doesn’t need another few years of ripening in preview after preview.

  • @cmdjulian
    @cmdjulian 18 днів тому

    Can I get the slides from somewhere to download it? I wanna show them on work

  • @Eddie-oz8nq
    @Eddie-oz8nq 17 днів тому

    🎉

  • @hellowill
    @hellowill 19 днів тому

    C# about to be BTFO

  • @rtorello75
    @rtorello75 20 днів тому

    First, Vector is a problem that was solved eons ago with:
    * Vector
    * Auto-Boxing & Auto-Un-Boxing
    Second, To me, the difference between an Object and a Primitive is like the difference between an Apple and an Orange. Furthermore, the most applicable / usable Value-Classes (Integer, Long, Float, etc..) have already been rolled out ages ago, right? What am I missing?
    Classes that have 'final' declared Data-Fields could all be converted to 'Value-Classes' but how much "Value" or "Savings" (and in terms of what metrics) are being achieved with this idea? It seems to me like this idea would add an infinite amount of complexity (on the Oracle side of the Coding-Fence), but I don't understand the gains. Classes with "Low-Amounts of Data", and "final-constant" data could be declared "Value" Classes? But are there actual and realizable speed-improvements? Is the Garbage-Collector operating more efficiently?

  • @exl5eq28
    @exl5eq28 16 днів тому

    So... Implementation details aside, the only change to the language design is: rename T.val to T!, and rename T.ref to T?

  • @driveDoses
    @driveDoses 20 днів тому

    How many more years we need to wait. Just give us

  • @sstevenson638
    @sstevenson638 20 днів тому

    I'm going to keep harping on this: Why are you making value class fields final! If you persist with that design decision then it no longer "codes like a class" and I don't see the benefit. Why can't you allow fields to be declared as final or not? I believe that is how C# implements value classes.

    • @Mirage2020
      @Mirage2020 20 днів тому +8

      Because making fields final, thus ensuring there will be at most one write on that field you allow the JVM to do
      1) more and better flattening.
      2) more optimizations under the hood.
      That's what Valhalla is all about.
      If you need your fields to mutate then there is no point in using value classes/records since the JVM is not gonna be able to optimize memory and performance as much as it could, but you would still pay the trade off of lack of identity, so Why would you use a value Class/Record then?

    • @moontradeio
      @moontradeio 19 днів тому +1

      ​@@Mirage2020 How does making fields final provide better "flattening"? Data oriented models requires controlling memory layout and mutability. Laying out structs in a vector is a common pattern. Creating your own arenas. The whole point of value classes is controlling memory allocation and size. The feature is the optimization.

    • @sstevenson638
      @sstevenson638 19 днів тому +2

      @@Mirage2020 Thanks for the response. I don't know the particulars of JVM optimization, but I do know raw coding in C and C++, and even FORTRAN back in the day. In the end it comes down to allocating raw memory blocks and navigating that memory with address pointers. Somewhere there has to be a pointer to the value object, and then you get to it's fields relative to that starting pointer. I did a lot of HPC engineering programming and in that area I like to allocate memory to hold massive amounts of input data and output data, and state data that get's changed every iteration of the solvers. Having that memory clustered together in memory reduces paging and other performance robbing tasks. I was really excited about the flattening aspect of value objects, but if I can't change them then I can't allocate that memory ahead of time and use them for output and state data.

    • @sstevenson638
      @sstevenson638 19 днів тому

      @@Mirage2020 This is a follow up to my last comment, I'm just thinking out loud. To achieve flattening/clustering of objects in memory why don't you implement an array allocator that instantiates all of the objects in the array when the array is allocated? That way all objects in the array can be created in one continuous memory block.
      // Suggestion
      Point[] array = new new Point[1000000]; // Create Point array, instantiate all objects in continuous memory

    • @moontradeio
      @moontradeio 19 днів тому +1

      @@sstevenson638 if they went with zero initialization instead of strict initialization, new Point[100000], would just be zeroed out memory. No need to initialize anything from the JVM side of things. No hidden code running.
      Since value classes are immutable and require strict initialization, creating an array like that gets more complicated. It is a bad design.

  • @thanosfisherman
    @thanosfisherman 21 день тому +4

    Just give us Valhalla already wtf is wrong with you.

    • @IfeSunmola
      @IfeSunmola 20 днів тому +9

      Tbh, if you repeat that comment 9 more times, Valhalla would be in your hands already.

    • @renbangbprd7236
      @renbangbprd7236 19 днів тому

      @nipafx

  • @ahuramazda9202
    @ahuramazda9202 20 днів тому

    I can clearly see that Java sunset is getting faster. Maybe my comment will be funny, so hold your laugh until it happens, then we will laugh together my friends.