Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest Java version preinstalled on AppService #178

Closed
pragnagopa opened this issue Sep 13, 2018 · 5 comments
Closed

Use latest Java version preinstalled on AppService #178

pragnagopa opened this issue Sep 13, 2018 · 5 comments
Assignees

Comments

@pragnagopa
Copy link
Member

To mitigate lazy loading issue with Java.exe,
java worker points to%JAVA_HOME%../../../FunctionsJava/zulu8.30.0.1-jdk8.0.172-win_x64/bin/java on AppService.

Need to remove profiles section, once latest version of java 1.8 is preinstalled in AppService environment.

@pragnagopa
Copy link
Member Author

FYI: @shrishrirang

@paulbatum paulbatum added this to the Backlog milestone Sep 18, 2018
@pragnagopa
Copy link
Member Author

Moving to it sprint 34 to continue conversation with AppService team and to co-ordinate UI changes needed.

@pragnagopa
Copy link
Member Author

Add -noverify flag to arguments

@asavaritayal
Copy link

Waiting for ANT78 to complete.

@pragnagopa
Copy link
Member Author

pragnagopa commented Oct 22, 2018

Thanks @safihamid !
Will update arguments to include following flags
-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -noverify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants