This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM believes a solution has been provided with IBM i 7.4 SF99704 Level 15 and IBM i 7.3 SF99703 Level 26.
An alternate version of the HTTP functions that do not use Java have been implemented in the QSYS2 library.
See this wiki page to access the complete details: https://www.ibm.com/support/pages/node/6486889
IBM recognizes the value of this request. We will use this request as input to planning but no commitment is made or implied. This request will be updated in the future if IBM implements it.
Mark, I don't think it would be upward compatible to associate the first JVM with the *DFTACTGRP. Even if the first JVM was the one started for the OS, RPG programs running in the default activation group due to ACTGRP(*CALLER) might need to use Java in the default AG. And even if it were possible to scope JVMs with a particular AG, it wouldn't work for an application that uses Java from multiple AGs.
This should have a much higher priority, as it potentially impacts many customers. If I BM is going to start using Java "all over the place", within the OS, then this issue becomes rather important.
IBM really needs to "fix" this properly. IBM should enhance the operating system so that it is possible, (at least for IBM-supplied functionality), to start its own JVM inside the same job that has already started another JVM.
A precedent for this is the concept of ILE activation groups. Perhaps it would be good if IBM could "scope" each JVM to an ILE activation group. That way, when you create a JVM, it is "attached to" or associated with the current activation group. Then, it becomes possible to have multiple JVMs, with different ones associated with each activation group. When RCLACTGRP is issued, or at end-of-job, those JVMs get "cleaned up."
The current behavior (one JVM per job) can be "emulated" in an upwards-compatible manner by associating the first JVM created in a job with the *DFTACTGRP.