RFR: Loom cleanups 7
    Coleen Phillimore 
    coleenp at openjdk.java.net
       
    Fri Apr  8 11:57:04 UTC 2022
    
    
  
On Fri, 8 Apr 2022 07:59:56 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> More cleanups and fixes
Marked as reviewed by coleenp (Committer).
src/hotspot/share/classfile/javaClasses.hpp line 1124:
> 1122:   static inline bool done(oop continuation);
> 1123:   static inline bool is_preempted(oop continuation);
> 1124:   static inline void set_preempted(oop continuation, bool value);
Thank you.  I've been trying to make the code say "continuation" when it's referring to the oop, and cont_entry or entry when it's referring to the ContinuationEntry.  I think the variable name 'cont' should be mostly confined to continuation.cpp to refer to the ContinuationWrapper in that file.  But there are other places that it's leaked out.
-------------
PR: https://git.openjdk.java.net/loom/pull/141
    
    
More information about the loom-dev
mailing list