Code Review for hotspot

Prepared by:twisti on Mon Mar 10 17:42:56 PDT 2014
Workspace:/Users/twisti/ws/jdk9/hs-comp/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-comp-gate/hotspot
Summary of changes: 51 lines changed: 35 ins; 0 del; 16 mod; 4359 unchg
Patch of changes: hotspot.patch
Author comments:
8037043: put Method flag bits in predictable positions
Reviewed-by:

Currently Method flag bits are managed as a bit field which is C++ implementation specific. Sometimes we need to know the exact position of flag bits in its enclosing data type. For this reason other flag bits in HotSpot are implemented with enum shift values so the exact bit position can be easily identified.

Bug id: 8037043
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/method.hpp

45 lines changed: 29 ins; 0 del; 16 mod; 1038 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/vmStructs.cpp

6 lines changed: 6 ins; 0 del; 0 mod; 3321 unchg

This code review page was prepared using /Users/twisti/bin/webrev (vers 23.18-hg-never-dev).