Those are deprecated as of OpenGL 3
https://www.opengl.org/registry/doc/glspec30.20080811.withchanges.pdf (see appendix E)
Basically you will have to manage manage the matrix math in your own code. I believe JOGL has some utility classes to emulate the fixed function matrix functions (but I haven't used them myself so I can't point to the source).