Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] [ECJ] Heap Increases from the 1.7 to 1.8 Compiler Option

Sorry, I still don't quite get it. That something *runs* on JDK 8
does not mean it has to be *built* on JDK 8. Or are you implying that
you compile code in proces, i.e. during runtime in a process running on
JDK 8?

-- 
Alexander Kriegisch
https://scrum-master.de


Volodymyr Siedlecki schrieb am 18.11.2023 11:08 (GMT +07:00):

> ECJ is used within WebSphere 9 which is where the app runs. Due to this, we can
> only support Java 8, unfortunately.  
> 
> 
>> On Nov 17, 2023, at 9:46 PM, Alexander Kriegisch via jdt-dev
>> <jdt-dev@xxxxxxxxxxx> wrote:
>> 
>> Alexander Kriegisch schrieb am 18.11.2023 09:44 (GMT +07:00):
>> 
>>> Sorry for the slightly OT question, but as you mentioned it, ...
>>> 
>>>> Using version 4.20 (last to be built with Java 8), the application
>>>> needs a heap space of 5GB to compile successfully with 1.8.
>>>> (Unfortunately, I cannot test any newer ECJ versions)
>>> 
>>> Why can you not use any more recent ECJ version? Source and target 8


Back to the top