open (original) (raw)

Code Review for open

Prepared by: redestad on Fri Aug 10 17:32:29 CEST 2018
Workspace: /home/clredest/src/jdk/open
Compare against: ssh://hg.openjdk.java.net/jdk/jdk
Compare against version: 51373
Summary of changes: 235 lines changed: 230 ins; 1 del; 4 mod; 10993 unchg
Changeset: <open.changeset>
Legend: Modified file Deleted file New file

[Cdiffs](src/hotspot/share/classfile/javaClasses.cpp.cdiff.html) [Udiffs](src/hotspot/share/classfile/javaClasses.cpp.udiff.html) [Sdiffs](src/hotspot/share/classfile/javaClasses.cpp.sdiff.html) [Frames](src/hotspot/share/classfile/javaClasses.cpp.frames.html) [Old](src/hotspot/share/classfile/javaClasses.cpp-.html) [New](src/hotspot/share/classfile/javaClasses.cpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/classfile/javaClasses.cpp) src/hotspot/share/classfile/javaClasses.cpp

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

17 lines changed: 17 ins; 0 del; 0 mod; 4659 unchg

[Cdiffs](src/hotspot/share/classfile/javaClasses.hpp.cdiff.html) [Udiffs](src/hotspot/share/classfile/javaClasses.hpp.udiff.html) [Sdiffs](src/hotspot/share/classfile/javaClasses.hpp.sdiff.html) [Frames](src/hotspot/share/classfile/javaClasses.hpp.frames.html) [Old](src/hotspot/share/classfile/javaClasses.hpp-.html) [New](src/hotspot/share/classfile/javaClasses.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/classfile/javaClasses.hpp) src/hotspot/share/classfile/javaClasses.hpp

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

9 lines changed: 9 ins; 0 del; 0 mod; 1605 unchg

[Cdiffs](src/hotspot/share/classfile/systemDictionary.hpp.cdiff.html) [Udiffs](src/hotspot/share/classfile/systemDictionary.hpp.udiff.html) [Sdiffs](src/hotspot/share/classfile/systemDictionary.hpp.sdiff.html) [Frames](src/hotspot/share/classfile/systemDictionary.hpp.frames.html) [Old](src/hotspot/share/classfile/systemDictionary.hpp-.html) [New](src/hotspot/share/classfile/systemDictionary.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/classfile/systemDictionary.hpp) src/hotspot/share/classfile/systemDictionary.hpp

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

1 line changed: 1 ins; 0 del; 0 mod; 744 unchg

[Cdiffs](src/hotspot/share/classfile/vmSymbols.hpp.cdiff.html) [Udiffs](src/hotspot/share/classfile/vmSymbols.hpp.udiff.html) [Sdiffs](src/hotspot/share/classfile/vmSymbols.hpp.sdiff.html) [Frames](src/hotspot/share/classfile/vmSymbols.hpp.frames.html) [Old](src/hotspot/share/classfile/vmSymbols.hpp-.html) [New](src/hotspot/share/classfile/vmSymbols.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/classfile/vmSymbols.hpp) src/hotspot/share/classfile/vmSymbols.hpp

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

1 line changed: 1 ins; 0 del; 0 mod; 1651 unchg

[Cdiffs](src/hotspot/share/memory/heapShared.cpp.cdiff.html) [Udiffs](src/hotspot/share/memory/heapShared.cpp.udiff.html) [Sdiffs](src/hotspot/share/memory/heapShared.cpp.sdiff.html) [Frames](src/hotspot/share/memory/heapShared.cpp.frames.html) [Old](src/hotspot/share/memory/heapShared.cpp-.html) [New](src/hotspot/share/memory/heapShared.cpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/memory/heapShared.cpp) src/hotspot/share/memory/heapShared.cpp

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

1 line changed: 1 ins; 0 del; 0 mod; 518 unchg

[Cdiffs](src/java.base/share/classes/java/lang/Integer.java.cdiff.html) [Udiffs](src/java.base/share/classes/java/lang/Integer.java.udiff.html) [Sdiffs](src/java.base/share/classes/java/lang/Integer.java.sdiff.html) [Frames](src/java.base/share/classes/java/lang/Integer.java.frames.html) [Old](src/java.base/share/classes/java/lang/Integer.java-.html) [New](src/java.base/share/classes/java/lang/Integer.java.html) -----[Raw](raw%5Ffiles/new/src/java.base/share/classes/java/lang/Integer.java) src/java.base/share/classes/java/lang/Integer.java

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

15 lines changed: 10 ins; 1 del; 4 mod; 1816 unchg

------ ------ ------ ------ ---[New](test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedIntegerCacheTest.java.html) -----[Raw](raw%5Ffiles/new/test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedIntegerCacheTest.java) test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedIntegerCacheTest.java

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

135 lines changed: 135 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ---[New](test/hotspot/jtreg/runtime/appcds/cacheObject/CheckIntegerCacheApp.java.html) -----[Raw](raw%5Ffiles/new/test/hotspot/jtreg/runtime/appcds/cacheObject/CheckIntegerCacheApp.java) test/hotspot/jtreg/runtime/appcds/cacheObject/CheckIntegerCacheApp.java

rev 51374 : 8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung

56 lines changed: 56 ins; 0 del; 0 mod; 0 unchg


This code review page was prepared using /home/clredest/utils/webrev.ksh(vers 25.6-hg+openjdk.java.net).