RFR 8139203: Consistent naming for klass type predicates (original) (raw)
Coleen Phillimore coleen.phillimore at oracle.com
Wed Oct 28 13:53:57 UTC 2015
- Previous message: RFR 8139203: Consistent naming for klass type predicates
- Next message: RFR (XXS): JDK-8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, Stefan! Coleen
On 10/28/15 3:16 AM, Stefan Karlsson wrote:
Hi Coleen,
Thanks for fixing this! Looks good. StefanK On 2015-10-27 18:18, Coleen Phillimore wrote: 8138923: Remove oop coupling with InstanceKlass subclasses Summary: Renamed oopisinstance and friends, removed the functions in oop that dug down into InstanceKlass.
This is a simple renaming with 2 minor cleanups in jvm.cpp, and removed the oop functions also. This is the main change: http://cr.openjdk.java.net/~coleenp/8139203.01/src/share/vm/oops/klass.hpp.udiff.html and http://cr.openjdk.java.net/~coleenp/8139203.01/src/share/vm/oops/oop.hpp.udiff.html and http://cr.openjdk.java.net/~coleenp/8139203.01/src/share/vm/prims/jvm.cpp.udiff.html (has a little cleanup) open webrev at http://cr.openjdk.java.net/~coleenp/8139203.01/ bug link https://bugs.openjdk.java.net/browse/JDK-8139203 bug link https://bugs.openjdk.java.net/browse/JDK-8138923 Ran JPRT. Thanks, Coleen
- Previous message: RFR 8139203: Consistent naming for klass type predicates
- Next message: RFR (XXS): JDK-8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]