hg: jdk9/dev/hotspot: 8 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Tue Feb 28 15:52:48 UTC 2017


Changeset: d4b3d8af15b9
Author:    kvn
Date:      2017-02-17 21:06 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d4b3d8af15b9

8175052: [AOT] jaotc does not accept file name with .class
Reviewed-by: iveresov

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Main.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/ClassSearch.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/SearchFor.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/classname/ClassNameSourceProvider.java

Changeset: 2f3b6b3d0f15
Author:    iveresov
Date:      2017-02-17 21:54 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2f3b6b3d0f15

8175217: [AOT] Fix suite.py after module renaming
Summary: Fix paths in suite.py
Reviewed-by: kvn

! .mx.jvmci/suite.py

Changeset: 9e017f35599e
Author:    iveresov
Date:      2017-02-18 06:48 +0000
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/9e017f35599e

Merge


Changeset: fcc911c59d4c
Author:    hseigel
Date:      2017-02-21 09:53 -0500
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/fcc911c59d4c

8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
Summary: Check if ACC_MODULE is set, and if so, throw NoClassDefFoundError exception
Reviewed-by: dholmes, alanb, acorn, coleenp, lfoltan, gtriantafill

! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/classFileParserBug/AccModuleTest.java
+ test/runtime/classFileParserBug/BadAccModInrClss.jcod
+ test/runtime/classFileParserBug/BadAccModule.jcod
! test/runtime/modules/acc_module.jcod

Changeset: 7da867ecf99f
Author:    gziemski
Date:      2017-02-22 11:20 -0600
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/7da867ecf99f

8175135: Header template correction for year
Summary: Added comma.
Reviewed-by: dcubed, gthornbr

! src/share/vm/runtime/os_ext.hpp

Changeset: 48f75ce73968
Author:    jgeorge
Date:      2017-02-23 12:19 +0530
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/48f75ce73968

8162504: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java fail on Mac OS
Summary: Modify TestInstanceKlassSizeForInterface.java to avoid the error prone mechanism of spawning a process and attaching back to the current process. Use LingeredApp instead.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george at oracle.com

+ test/serviceability/sa/LingeredAppWithInterface.java
! test/serviceability/sa/TestInstanceKlassSizeForInterface.java

Changeset: 3bce1c91d1a7
Author:    mgronlun
Date:      2017-02-23 16:55 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3bce1c91d1a7

8175178: Stack traversal during OSR migration asserts with invalid bci or invalid scope desc on x86
Reviewed-by: dcubed, coleenp

! src/cpu/x86/vm/templateTable_x86.cpp
! src/share/vm/runtime/vframe.cpp
! src/share/vm/runtime/vframe.hpp

Changeset: 9211c2e89c1c
Author:    jwilhelm
Date:      2017-02-24 19:48 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/9211c2e89c1c

Merge




More information about the jdk9-dev-changes mailing list