mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com> Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Co-authored-by: Bhavesh Patel <bhavesh.x.patel@oracle.com> Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com> Reviewed-by: mcimadamore, jjg, mchung, anazarov
This commit is contained in:
parent
51f50b64e5
commit
22e233b2e9
214 changed files with 5453 additions and 1175 deletions
|
@ -45,7 +45,7 @@ public class MethodParameters {
|
|||
static final String Init0_expected =
|
||||
(" Foo();\n" +
|
||||
" descriptor: ()V\n" +
|
||||
" flags:\n" +
|
||||
" flags: (0x0000)\n" +
|
||||
" Code:\n" +
|
||||
" stack=1, locals=1, args_size=1\n" +
|
||||
" 0: aload_0\n" +
|
||||
|
@ -57,7 +57,7 @@ public class MethodParameters {
|
|||
static final String Init1_expected =
|
||||
(" Foo(int);\n" +
|
||||
" descriptor: (I)V\n" +
|
||||
" flags:\n" +
|
||||
" flags: (0x0000)\n" +
|
||||
" Code:\n" +
|
||||
" stack=1, locals=2, args_size=2\n" +
|
||||
" 0: aload_0\n" +
|
||||
|
@ -72,7 +72,7 @@ public class MethodParameters {
|
|||
static final String foo0_expected =
|
||||
(" void foo0();\n" +
|
||||
" descriptor: ()V\n" +
|
||||
" flags:\n" +
|
||||
" flags: (0x0000)\n" +
|
||||
" Code:\n" +
|
||||
" stack=0, locals=1, args_size=1\n" +
|
||||
" 0: return\n" +
|
||||
|
@ -82,7 +82,7 @@ public class MethodParameters {
|
|||
static final String foo2_expected =
|
||||
(" void foo2(int, int);\n" +
|
||||
" descriptor: (II)V\n" +
|
||||
" flags:\n" +
|
||||
" flags: (0x0000)\n" +
|
||||
" Code:\n" +
|
||||
" stack=0, locals=3, args_size=3\n" +
|
||||
" 0: return\n" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue