- 03 11月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: hseigel
-
- 26 7月, 2016 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: acorn, mschoene, ctornqvi Contributed-by: harold.seigel@oracle.com
-
- 30 6月, 2016 2 次提交
- 12 5月, 2016 2 次提交
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 20 2月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: use correct CHECK macro in call to load_class() Reviewed-by: coleenp, lfoltan, gziemski
-
- 21 10月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Throw VerifyError for illegal accesses Reviewed-by: acorn, ahgross, coleenp
-
- 13 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
-
- 19 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly. Reviewed-by: dlong, dholmes
-
- 03 8月, 2014 3 次提交
- 28 5月, 2014 2 次提交
- 10 5月, 2014 1 次提交
-
-
由 hseigel 提交于
8036156: Limit default method hierarchy Summary: Fix protected access checks Reviewed-by: coleenp, lfoltan, acorn, ahgross
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 07 4月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Check for null method Reviewed-by: coleenp, acorn, mschoene
-
- 13 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
-
- 17 3月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.) Reviewed-by: coleenp, acorn, mschoene
-
- 15 4月, 2014 1 次提交
-
-
由 lfoltan 提交于
8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults. Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses. Reviewed-by: acorn, coleenp, kamg
-
- 29 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: dholmes, kvn, stefank, twisti
-
- 26 11月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints. Reviewed-by: acorn, hseigel, coleenp Contributed-by: lois.foltan@oracle.com
-
- 21 10月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Throw VerifyError for illegal accesses Reviewed-by: acorn, ahgross, coleenp
-
- 14 11月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
-
- 20 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, kamg
-
- 18 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, kamg
-
- 09 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: coleenp, bharadwaj
-
- 31 8月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: skip verification for generated lambda classes Reviewed-by: kamg, dholmes
-
- 29 8月, 2013 1 次提交
-
-
由 hseigel 提交于
8016764: JVM does not prohibit invokespecial in c.f.v 51.0 that invokes default interface method in c.f.v 52.0 Summary: Check cfv before allowing invokespecial call to default method. Reviewed-by: kamg, acorn, dholmes
-
- 10 5月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*. Reviewed-by: coleenp, kvn Contributed-by: yumin.qi@oracle.com
-
- 09 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5 Summary: Restore incorrect removal of support for static interface method verification in Java 8 Reviewed-by: kvn, coleenp
-
- 26 3月, 2013 2 次提交
- 25 3月, 2013 1 次提交
-
-
由 hseigel 提交于
8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions. Summary: Don't check the padding bits if class file version is >= 51. Reviewed-by: kvn, dholmes, coleenp
-
- 15 2月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dholmes, acorn Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 07 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files. Reviewed-by: dholmes, coleenp, zgu Contributed-by: harold.seigel@oracle.com
-
- 12 10月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Add generic type analysis and default method selection algorithms Reviewed-by: coleenp, acorn
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-