50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • Bookseller Displays
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • Proud Voices Sale
  • PNW Authors Sale
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Helen Schulman: Powell's Q&A: Helen Schulman, author of 'Lucky Dogs' (0 comment)
Describe your latest book. I felt like I was on fire the whole time I was writing Lucky Dogs, even when I was downed by long-haul Covid. The book was fueled by all the breaking articles about high-powered men using their considerable resources to get away with sexual abuse on a massive scale...
Read More»
  • Claire Fuller: Books for a Writing Reset: Claire Fuller’s Bookshelf for ‘The Memory of Animals’ (0 comment)
  • Powell's Staff: Books to Fill the TV-Shaped Hole in Your Heart (1 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

The Java Virtual Machine Specification: Java SE

by Tim Lindholm and Frank Yellin and Gilad Bracha
The Java Virtual Machine Specification: Java SE

  • Comment on this title
  • Synopses & Reviews

ISBN13: 9780133905908
ISBN10: 013390590X



All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
0.00
Trade Paperback
Ships in 1 to 3 days
Add to Wishlist

Synopses & Reviews

Publisher Comments

Written by the inventors of the technology, The Java® Virtual Machine Specification, Java SE 8 Edition is the definitive technical reference for the Java Virtual Machine.

 

The book provides complete, accurate, and detailed coverage of the Java Virtual Machine. It fully describes the new features added in Java SE 8, including the invocation of default methods and the class file extensions for type annotations and method parameters. The book also clarifies the interpretation of class file attributes and the rules of bytecode verification.

 

Synopsis

Written by the inventors of the technology, The Java(r) Virtual Machine Specification, Java SE 8 Edition is the definitive technical reference for the Java Virtual Machine.

The book provides complete, accurate, and detailed coverage of the Java Virtual Machine. It fully describes the new features added in Java SE 8, including the invocation of default methods and the class file extensions for type annotations and method parameters. The book also clarifies the interpretation of class file attributes and the rules of bytecode verification.

"


About the Author

Tim Lindholm is a former Distinguished Engineer at Sun Microsystems. He was a contributor to the Java programming language and the senior architect of the Java Virtual Machine, later working on Java for mobile devices. Prior to Sun, he worked on virtual machines and runtime systems for Prolog at Argonne National Laboratory and Quintus. He holds a B.A. in Mathematics from Carleton College.

 

Frank Yellin is a former Staff Engineer at Sun Microsystems. He was an original member of the Java project and spent a decade working on runtime systems for interpreted and compiled languages. Prior to Sun, he worked on the compilation of Common Lisp at Lucid. He holds an A.B. in Applied Mathematics from Harvard and an M.S. in Computer Science from Stanford.

 

Gilad Bracha is the creator of the Newspeak programming language and a former Distinguished Engineer at Sun Microsystems. Prior to Sun, he worked on Strongtalk, the Animorphic Smalltalk System. He holds a Ph.D. in Computer Science from the University of Utah.

 

Alex Buckley is the Specification Lead for the Java programming language and the Java Virtual Machine at Oracle. He holds a Ph.D. in Computing from Imperial College London.

 


Table of Contents

Preface to the Java SE 8 Edition         xv

 

Chapter 1: Introduction         1

1.1 A Bit of History  1

1.2 The Java Virtual Machine   2

1.3 Organization of the Specification   3

1.4 Notation   4

1.5 Feedback   4

 

Chapter 2: The Structure of the Java Virtual Machine         5

2.1 The class File Format   5

2.2 Data Types   6

2.3 Primitive Types and Values   6

2.4 Reference Types and Values   11

2.5 Run-Time Data Areas   11

2.6 Frames   15

2.7 Representation of Objects   19

2.8 Floating-Point Arithmetic   19

2.9 Special Methods   22

2.10 Exceptions   23

2.11 Instruction Set Summary   25

2.12 Class Libraries   37

2.13 Public Design, Private Implementation   37

 

Chapter 3: Compiling for the Java Virtual Machine         39

3.1 Format of Examples   39

3.2 Use of Constants, Local Variables, and Control Constructs   40

3.3 Arithmetic   45

3.4 Accessing the Run-Time Constant Pool   46

3.5 More Control Examples   47

3.6 Receiving Arguments   50

3.7 Invoking Methods   51

3.8 Working with Class Instances   53

3.9 Arrays   55

3.10 Compiling Switches   57

3.11 Operations on the Operand Stack   59

3.12 Throwing and Handling Exceptions   60

3.13 Compiling finally   63

3.14 Synchronization   66

3.15 Annotations   67

 

Chapter 4: The class File Format         69

4.1 The ClassFile  Structure   70

4.2 The Internal Form of Names 74

4.3 Descriptors   75

4.4 The Constant Pool   78

4.5 Fields   90

4.6 Methods   92

4.7 Attributes   95

4.8 Format Checking   158

4.9 Constraints on Java Virtual Machine Code   159

4.10 Verification of class  Files   166

4.11 Limitations of the Java Virtual Machine   327

 

Chapter 5: Loading, Linking, and Initializing         329

5.1 The Run-Time Constant Pool   329

5.2 Java Virtual Machine Startup   332

5.3 Creation and Loading   332

5.4 Linking   339

5.5 Initialization   352

5.6 Binding Native Method Implementations   355

5.7 Java Virtual Machine Exit   355

 

Chapter 6: The Java Virtual Machine Instruction Set         357

6.1 Assumptions: The Meaning of "Must"   357

6.2 Reserved Opcodes   358

6.3 Virtual Machine Errors   358

6.4 Format of Instruction Descriptions   359

6.5 Instructions   362

 

Chapter 7: Opcode Mnemonics by Opcode         559

 

Index         563

 

Appendix A: Limited License Grant         581

 


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780133905908
Binding:
Trade Paperback
Publication date:
05/17/2014
Publisher:
Addison-Wesley Professional
Series info:
Java (Addison-Wesley)
Language:
English
Edition:
8
Pages:
584
Height:
1.30IN
Width:
7.00IN
Thickness:
1.50
LCCN:
2014936247
Illustration:
Yes
Copyright Year:
2014
Author:
Tim Lindholm
Author:
Frank Yellin
Author:
Frank Yellin
Author:
Alex Buckley
Author:
Gilad Bracha
Author:
Gilad Bracha
Subject:
Computer Languages-Java

Ships free on qualified orders.
Add to Cart
0.00
Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
Used Book Alert for book Receive an email when this ISBN is available used.
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Transparency ACT MRF
  • Sitemap
  • © 2023 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##