Issue2235

classification
Title: jython test_import_jy fails due to class loading issue with java8
Type: Severity: normal
Components: Jythonc compiler Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: sowmyalakkappa, zyasoft
Priority: Keywords:

Created on 2014-12-11.05:38:27 by sowmyalakkappa, last changed 2015-01-13.23:01:27 by zyasoft.

Messages
msg9226 (view) Author: Sowmya (sowmyalakkappa) Date: 2014-12-11.05:38:26
Jython test import_jy fails with the below error when tested with Oracle java8:

test test_import_jy failed -- Traceback (most recent call last):
  File \'/tmp/results/linux_ppc-64/134756/16890785/jython_testset/jsvt146-jython-m141-20121106-182909/jython_test_material/Lib/test/test_import_jy.py\', line 91, in test_dunder_init
    self.assertEquals(bytecode, read(init_compiled),
AssertionError: bytecode was recompiled

Test works fine if we importing directly the required class instead of *. 

So, please fix the class loading issue while using java8
msg9315 (view) Author: Jim Baker (zyasoft) Date: 2015-01-06.18:33:28
Fixed as of https://hg.python.org/jython/rev/cd3fe8336fb2

Upgrading to ASM 5.0.3 fixes our Java 8 support
History
Date User Action Args
2015-01-13 23:01:27zyasoftsetstatus: pending -> closed
2015-01-06 18:33:28zyasoftsetstatus: open -> pending
resolution: fixed
messages: + msg9315
nosy: + zyasoft
2014-12-11 05:38:27sowmyalakkappacreate