[ https://issues.apache.org/jira/browse/GEODE-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697501#comment-14697501 ]
ASF subversion and git services commented on GEODE-214: ------------------------------------------------------- Commit eb7e7b778d8b64741d1e377022c620feaa6483ca in incubator-geode's branch refs/heads/develop from [~dschneider] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=eb7e7b7 ] GEODE-214: improve Azul support - isTenured now looks for "GenPauseless Old Gen" for azul. - Azul jvm version no longer logged as unsupported. - Fatal log message about jvm version not being supported is now a warning since we continue to run. - Fixed a bug in ReflectionSingleObjectSizer in how it calculated the size of a field. It was calling Field.getClass instead of Field.getType. Field.getClass always returns an instance of Field.class which the sizer always says is an objref size. getType will return a primitive class for primitive fields which is what we want. - Improved ObjectSizerJUnitTest. - The object header size and reference size are now correctly computed for azul. - Added some java 8 support to the ObjectSizer. - Fix tests that are unintentionally spawning processes that use the default mcast-port. This fixes intermittent failures caused by finding another member of the wrong GemFire version. > Azul Zing support > ----------------- > > Key: GEODE-214 > URL: https://issues.apache.org/jira/browse/GEODE-214 > Project: Geode > Issue Type: Improvement > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Minor > Original Estimate: 48h > Remaining Estimate: 48h > > Some issues with running Geode on the Azul Zing jvm have been identified. > They are: > - the Resource Manager does not know the name of azul's tenured memory pool > - geode does not correctly compute the size of java objects on azul > -- This message was sent by Atlassian JIRA (v6.3.4#6332)