Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. ktoso @ 月~/code/akka/akka-actor/target/classes [wip-ActorSelection-in-ALOD-ktoso*]
  2. $ jol estimates -cp '.:/Users/ktoso/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.10.5.jar' akka.actor.ActorSelection
  3.  
  4. WARNING: Unable to attach Serviceability Agent. You can try again with super-user privileges. Use -Djol.tryWithSudo=true to try with sudo.
  5. WARNING: VM details, e.g. object alignment, reference size, compressed references info will be guessed.
  6.  
  7. Running 64-bit HotSpot VM.
  8. Using compressed oop with 3-bit shift.
  9. Using compressed klass with 3-bit shift.
  10. Objects are 8 bytes aligned.
  11. Field sizes by type: 4, 1, 1, 2, 2, 4, 4, 8, 8 [bytes]
  12. Array element sizes: 4, 1, 1, 2, 2, 4, 4, 8, 8 [bytes]
  13.  
  14. ***** 32-bit VM: **********************************************************
  15. objc[30707]: Class JavaLaunchHelper is implemented in both /Users/ktoso/.jenv/versions/1.8/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
  16. akka.actor.ActorSelection object internals:
  17. OFFSET SIZE TYPE DESCRIPTION VALUE
  18. 0 8 (object header) N/A
  19. 8 4 int ActorSelection.hashCode N/A
  20. 12 1 boolean ActorSelection.bitmap$0 N/A
  21. 13 3 (loss due to the next object alignment)
  22. Instance size: 16 bytes (estimated, the sample instance is not available)
  23. Space losses: 0 bytes internal + 3 bytes external = 3 bytes total
  24.  
  25. ***** 64-bit VM: **********************************************************
  26. akka.actor.ActorSelection object internals:
  27. OFFSET SIZE TYPE DESCRIPTION VALUE
  28. 0 16 (object header) N/A
  29. 16 4 int ActorSelection.hashCode N/A
  30. 20 1 boolean ActorSelection.bitmap$0 N/A
  31. 21 3 (loss due to the next object alignment)
  32. Instance size: 24 bytes (estimated, the sample instance is not available)
  33. Space losses: 0 bytes internal + 3 bytes external = 3 bytes total
  34.  
  35. ***** 64-bit VM, compressed references enabled: ***************************
  36. akka.actor.ActorSelection object internals:
  37. OFFSET SIZE TYPE DESCRIPTION VALUE
  38. 0 12 (object header) N/A
  39. 12 4 int ActorSelection.hashCode N/A
  40. 16 1 boolean ActorSelection.bitmap$0 N/A
  41. 17 7 (loss due to the next object alignment)
  42. Instance size: 24 bytes (estimated, the sample instance is not available)
  43. Space losses: 0 bytes internal + 7 bytes external = 7 bytes total
  44.  
  45. ***** 64-bit VM, compressed references enabled, 16-byte align: ************
  46. akka.actor.ActorSelection object internals:
  47. OFFSET SIZE TYPE DESCRIPTION VALUE
  48. 0 12 (object header) N/A
  49. 12 4 int ActorSelection.hashCode N/A
  50. 16 1 boolean ActorSelection.bitmap$0 N/A
  51. 17 15 (loss due to the next object alignment)
  52. Instance size: 32 bytes (estimated, the sample instance is not available)
  53. Space losses: 0 bytes internal + 15 bytes external = 15 bytes total
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement